ElvClient

new ElvClient({
contentSpaceId,
fabricURIs,
ethereumURIs,
noCacheoptional,
noAuthoptional
})
ElvClient

Create a new ElvClient

Returns: New ElvClient connected to the specified content fabric and blockchain
Parameters:
Name Type Attributes Default Description
contentSpaceId string

ID of the content space

fabricURIs Array.<string>

A list of full URIs to content fabric nodes

ethereumURIs Array.<string>

A list of full URIs to ethereum nodes

noCache boolean <optional>
false

If enabled, blockchain transactions will not be cached

noAuth boolean <optional>
false

If enabled, blockchain authorization will not be performed

Source:

Methods

async, static Configuration({
configUrl,
regionoptional
})
→ Promise.<Object>

Retrieve content space info and preferred fabric and blockchain URLs from the fabric

Returns: Object containing content space ID and fabric and ethereum URLs
Parameters:
Name Type Attributes Description
configUrl string

Full URL to the config endpoint

region string <optional>

Preferred region - the fabric will auto-detect the best region if not specified

  • Available regions: na-west-north na-west-south na-east eu-west
Source:

async, static FromConfigurationUrl({
configUrl,
regionoptional,
noCacheoptional,
noAuthoptional
})
→ Promise.<ElvClient>

Create a new ElvClient from the specified configuration URL

Returns: New ElvClient connected to the specified content fabric and blockchain
Parameters:
Name Type Attributes Default Description
configUrl string

Full URL to the config endpoint

region string <optional>

Preferred region - the fabric will auto-detect the best region if not specified

  • Available regions: na-west-north na-west-south na-east eu-west
noCache boolean <optional>
false

If enabled, blockchain transactions will not be cached

noAuth boolean <optional>
false

If enabled, blockchain authorization will not be performed

Source:

async AccessGroupManagers({contractAddress}) → Promise.<Array.<string>>

Get a list of addresses of managers of the specified group

Returns: List of manager addresses
Parameters:
Name Type Description
contractAddress

The address of the access group contract

Examples
async AccessGroupManagers({
  "contractAddress": "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee"
});


[
  "0x8fa6a828624352163df8ed7c1faa745c1ab3939b",
  "0xdbf299fb9646e863fdd27f6a1c6506e83250c1e8"
]
async AccessGroupManagers({
  "contractAddress": "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee"
});


[
  "0xdbf299fb9646e863fdd27f6a1c6506e83250c1e8"
]
Source:

async AccessGroupMembers({contractAddress}) → Promise.<Array.<string>>

Get a list of addresses of members of the specified group

Returns: List of member addresses
Parameters:
Name Type Description
contractAddress

The address of the access group contract

Examples
async AccessGroupMembers({
  "contractAddress": "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee"
});


[
  "0x8fa6a828624352163df8ed7c1faa745c1ab3939b",
  "0xdbf299fb9646e863fdd27f6a1c6506e83250c1e8"
]
async AccessGroupMembers({
  "contractAddress": "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee"
});


[
  "0xdbf299fb9646e863fdd27f6a1c6506e83250c1e8"
]
Source:

async AccessGroupOwner({libraryId}) → Promise.<string>

Returns the address of the owner of the specified content object

Returns: The account address of the owner
Parameters:
Name Type Description
libraryId string
Example
async AccessGroupOwner({
  "contractAddress": "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee"
});


"0x8fa6a828624352163df8ed7c1faa745c1ab3939b"
Source:

async AccessInfo({
objectId,
argsoptional
})
→ Promise.<Object>

Retrieve info about the access charge and permissions for the specified object.

Note: Access charge is specified in ether

Returns: Info about the access charge and whether or not the object is accessible to the current user
Parameters:
Name Type Attributes Description
objectId string

ID of the object

args object <optional>

Arguments to the getAccessInfo method - See the base content contract

Example
async AccessInfo({
  "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF"
});


{
  "visibilityCode": 10,
  "visible": true,
  "accessible": true,
  "editable": false,
  "hasAccess": false,
  "accessCode": 10,
  "accessCharge": "0.5"
}
Source:

async AccessRequest({
libraryIdoptional,
objectIdoptional,
versionHashoptional,
argsoptional,
updateoptional,
noCacheoptional
})
→ Promise.<Object>

Make an explicit call to accessRequest or updateRequest of the appropriate contract. Unless noCache is specified on this method or on the client, the resultant transaction hash of this method will be cached for all subsequent access to this contract.

Note: Access and update requests are handled automatically by ElvClient. Use this method only if you need to make an explicit call. For example, if you need to specify custom arguments to access a content object, you can call this method explicitly with those arguments. Since the result is cached (by default), all subsequent calls to that content object will be authorized with that AccessRequest transaction.

Note: If the access request has an associated charge, this charge will be determined and supplied automatically.

Returns: Resultant AccessRequest or UpdateRequest event
Parameters:
Name Type Attributes Default Description
libraryId string <optional>

ID of the library

objectId string <optional>

ID of the object

versionHash string <optional>

Version hash of the object

args Array <optional>
[

Custom arguments to the accessRequest or updateRequest methods

update boolean <optional>
false

If true, will call updateRequest instead of accessRequest

noCache boolean <optional>
false

If true, the resultant transaction hash will not be cached for future use

Example
async AccessRequest({
  "versionHash": "hq__5j2vhZXC4ke2BZDHJj3Zcj3DqchhUm9r1XK5stKtbAttA5kEAeV65LDTap69JfpihM7HHUpiNm",
  "args": [
    0,
    "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
    "",
    [],
    []
  ]
});


{
  "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
  "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
  "contractAddress": null,
  "transactionIndex": 0,
  "gasUsed": {
    "_hex": "0x1513d"
  },
  "logsBloom": "0x00000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000100000010000000000000000000000000000000000000000000000",
  "blockHash": "0xf0eb80e21d934b462214e630d8e64c3cf2ccd8dfd0b7e4d1d637f747535dcf1b",
  "transactionHash": "0xac8d2364fa656098c31a4933485fd07b99780dd4522d409ce067bb64c4d7a72d",
  "logs": [
    {
      "transactionIndex": 0,
      "blockNumber": 100028,
      "transactionHash": "0xac8d2364fa656098c31a4933485fd07b99780dd4522d409ce067bb64c4d7a72d",
      "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
      "topics": [
        "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
      ],
      "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
      "logIndex": 0,
      "blockHash": "0xf0eb80e21d934b462214e630d8e64c3cf2ccd8dfd0b7e4d1d637f747535dcf1b",
      "transactionLogIndex": 0,
      "name": "DbgAccessCode",
      "signature": "DbgAccessCode(uint8)",
      "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
      "values": {
        "0": 0,
        "code": 0,
        "length": 1
      }
    },
    {
      "transactionIndex": 0,
      "blockNumber": 100028,
      "transactionHash": "0xac8d2364fa656098c31a4933485fd07b99780dd4522d409ce067bb64c4d7a72d",
      "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
      "topics": [
        "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
      ],
      "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
      "logIndex": 1,
      "blockHash": "0xf0eb80e21d934b462214e630d8e64c3cf2ccd8dfd0b7e4d1d637f747535dcf1b",
      "transactionLogIndex": 1,
      "name": "DbgAccessCode",
      "signature": "DbgAccessCode(uint8)",
      "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
      "values": {
        "0": 0,
        "code": 0,
        "length": 1
      }
    },
    {
      "transactionIndex": 0,
      "blockNumber": 100028,
      "transactionHash": "0xac8d2364fa656098c31a4933485fd07b99780dd4522d409ce067bb64c4d7a72d",
      "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
      "topics": [
        "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
      ],
      "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f34726f55456b38544831375441776142666f6331766a6b546a6e4d643467713656455665763832696941486f7a784178625a317333676e383469426f75716a666450734b353641794b460000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343465333434663861383964303939623362633064626137396239613364386461646530326364626236393161306331656236323432636432633265653266653636333336636533333365666263343734366535333262643964363665383836623266336633383230373964366261363264373862663335373736636136333763000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "logIndex": 2,
      "blockHash": "0xf0eb80e21d934b462214e630d8e64c3cf2ccd8dfd0b7e4d1d637f747535dcf1b",
      "transactionLogIndex": 2,
      "name": "AccessRequest",
      "signature": "AccessRequest(uint256,uint8,string,string,string)",
      "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
      "values": {
        "0": {
          "_hex": "0x03"
        },
        "1": 0,
        "2": "hq__4roUEk8TH17TAwaBfoc1vjkTjnMd4gq6VEVev82iiAHozxAxbZ1s3gn84iBouqjfdPsK56AyKF",
        "3": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
        "4": "",
        "requestID": {
          "_hex": "0x03"
        },
        "level": 0,
        "contentHash": "hq__4roUEk8TH17TAwaBfoc1vjkTjnMd4gq6VEVev82iiAHozxAxbZ1s3gn84iBouqjfdPsK56AyKF",
        "pkeRequestor": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
        "pkeAFGH": "",
        "length": 5
      }
    }
  ],
  "blockNumber": 100028,
  "confirmations": 1,
  "cumulativeGasUsed": {
    "_hex": "0x1513d"
  },
  "status": 1,
  "byzantium": true
}
Source:

async AccessType({id}) → Promise.<string>

Return the type of contract backing the specified ID

Returns: Contract type of the item
  • space
  • library
  • type,
  • object
  • wallet
  • group
  • other
  • Parameters:
    Name Type Description
    id string

    ID of the item

    Source:

    async AddAccessGroupManager({
    contractAddress,
    memberAddress
    })
    → Promise.<string>

    Add a manager to the access group at the specified contract address. This client's signer must be a manager of the access group.

    Returns: The transaction hash of the call to the grantManagerAccess method
    Parameters:
    Name Type Description
    contractAddress string

    Address of the access group contract

    memberAddress string

    Address of the manager to add

    Examples
    async AddAccessGroupManager({
      "contractAddress": "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee",
      "memberAddress": "8fa6a828624352163df8ed7c1faa745c1ab3939b"
    });
    
    
    "0x0c4fba4b63d40cc2ff2a980a5fb3f9af89df65b9ec26fa2130006e10741fb133"
    async AddAccessGroupManager({
      "contractAddress": "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee",
      "memberAddress": "0xdbf299fb9646e863fdd27f6a1c6506e83250c1e8"
    });
    
    
    "0xa98040d0a590850634c02b5843d43a790e429616b407a54f7ff64e629628fd92"
    Source:

    async AddAccessGroupMember({
    contractAddress,
    memberAddress
    })
    → Promise.<string>

    Add a member to the access group at the specified contract address. This client's signer must be a manager of the access group.

    Returns: The transaction hash of the call to the grantAccess method
    Parameters:
    Name Type Description
    contractAddress string

    Address of the access group contract

    memberAddress string

    Address of the member to add

    Examples
    async AddAccessGroupMember({
      "contractAddress": "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee",
      "memberAddress": "0x8fa6a828624352163df8ed7c1faa745c1ab3939b"
    });
    
    
    "0x2e369eaa5e0ec4425687913c72a438ebf114617a309a58c01af1a424296a5e25"
    async AddAccessGroupMember({
      "contractAddress": "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee",
      "memberAddress": "0xdbf299fb9646e863fdd27f6a1c6506e83250c1e8"
    });
    
    
    "0x566313b395847e3960568480e88437716296a6a7e655177829910e881ce3e274"
    Source:

    async AddContentLibraryGroup({
    libraryId,
    groupAddress,
    permission
    })

    Add accessor, contributor or reviewer permissions for the specified group on the specified library

    Parameters:
    Name Type Description
    libraryId string

    The ID of the library

    groupAddress string

    The address of the group

    permission string

    The type of permission to add ("accessor", "contributor", "reviewer")

    Examples
    async AddContentLibraryGroup({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "groupAddress": "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee",
      "permission": "contributor"
    });
    
    
    <No Return Value>
    async AddContentLibraryGroup({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "groupAddress": "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee",
      "permission": "reviewer"
    });
    
    
    <No Return Value>
    async AddContentLibraryGroup({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "groupAddress": "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee",
      "permission": "accessor"
    });
    
    
    <No Return Value>
    Source:

    async AddLibraryContentType({
    libraryId,
    typeIdoptional,
    typeNameoptional,
    typeHashoptional,
    customContractAddressoptional
    })
    → Promise.<string>

    Add a specified content type to a library

    Returns: Hash of the addContentType transaction
    Parameters:
    Name Type Attributes Description
    libraryId string

    ID of the library

    typeId string <optional>

    ID of the content type

    typeName string <optional>

    Name of the content type

    typeHash string <optional>

    Version hash of the content type

    customContractAddress string <optional>

    Address of the custom contract to associate with this content type for this library

    Examples
    async AddLibraryContentType({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "typeName": "Test Content Type 814f71709583db291066"
    });
    
    
    "0x4d8ab968f41bf0dc61eb51ccb3b7d7deadafbe40c56fa564240b71d4e20967a0"
    async AddLibraryContentType({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "typeId": "iq__uvjE3xbe5UfuvHpBHUwnRsZn8Mw"
    });
    
    
    "0x50b05cf72e01478fd735353382a855ff7edd7d40ee467c71cff68cb17b50ee7e"
    Source:

    async AvailableDRMs() → Promise.<Array.<string>>

    Determine available DRM types available in this browser environment.

    Source:

    async BitmovinPlayoutOptions({
    objectIdoptional,
    versionHash,
    protocolsoptional,
    drmsoptional
    })

    Retrieve playout options in BitMovin player format for the specified content that satisfy the given protocol and DRM requirements

    If only objectId is specified, latest version will be played. To retrieve playout options for a specific version of the content, provide the versionHash parameter (in which case objectId is unnecessary)

    Parameters:
    Name Type Attributes Default Description
    objectId string <optional>

    Id of the content

    versionHash string

    Version hash of the content

    protocols Array.<string> <optional>
    ["dash",

    "hls"] - Acceptable playout protocols

    drms Array.<string> <optional>
    [

    Acceptable DRM formats

    Example
    async BitmovinPlayoutOptions({
      "objectId": "iq__hVX1Cg1Utmchs7oXomPYBFuswym",
      "protocols": [
        "hls",
        "dash"
      ],
      "drms": [
        "widevine",
        "aes-128"
      ]
    });
    
    
    {
      "drm": {
        "widevine": {
          "LA_URL": "https://host-35-237-243-135.test.contentfabric.io/wv/?qhash=hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf",
          "headers": {
            "Authorization": "Bearer eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsInFsaWJfaWQiOiJpbGliQ3oyZFdYS2pwTWN5eWc0Zzd5UWdkUXpjZ204IiwiYWRkciI6IjB4NDM5NDA4QzMzQTdmY0E5NjlkMzRBNTYxNmMxNzVBNDQ0MzRCQjIwOSIsInFpZCI6ImlxX19oVlgxQ2cxVXRtY2hzN29Yb21QWUJGdXN3eW0iLCJncmFudCI6InJlYWQiLCJ0eF9yZXF1aXJlZCI6ZmFsc2UsImlhdCI6MTU3MjMwNDA2MCwiZXhwIjoxNTcyMzkwNDYwLCJhdXRoX3NpZyI6IkVTMjU2S193elg5Y3JRWFhTbzNNOGNQZ0JSMzcxUW5LbXI5dFd2a3JEdGdGakpaSmU1anRrMVA5Q3pUelU4cEQzV3FaZFRUblZCOEVXNWROVGtkckpDWnBqMTd1UUtyIiwiYWZnaF9wayI6IiJ9.RVMyNTZLX0hIRFhFOXJwcVNMUk5mQ29Fdml5SzFEV2VMZ1pCWWpKWVU5MWtkVFl1bUdIS1BVY0p6eldHY1BidDI5VUdydXh1UlNQUlJDdHEzR2VmaVpLYjd5SjhjU3ZG"
          }
        }
      },
      "dash": "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8/q/hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf/rep/playout/default/dash-widevine/dash.mpd?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsInFsaWJfaWQiOiJpbGliQ3oyZFdYS2pwTWN5eWc0Zzd5UWdkUXpjZ204IiwiYWRkciI6IjB4NDM5NDA4QzMzQTdmY0E5NjlkMzRBNTYxNmMxNzVBNDQ0MzRCQjIwOSIsInFpZCI6ImlxX19oVlgxQ2cxVXRtY2hzN29Yb21QWUJGdXN3eW0iLCJncmFudCI6InJlYWQiLCJ0eF9yZXF1aXJlZCI6ZmFsc2UsImlhdCI6MTU3MjMwNDA2MCwiZXhwIjoxNTcyMzkwNDYwLCJhdXRoX3NpZyI6IkVTMjU2S193elg5Y3JRWFhTbzNNOGNQZ0JSMzcxUW5LbXI5dFd2a3JEdGdGakpaSmU1anRrMVA5Q3pUelU4cEQzV3FaZFRUblZCOEVXNWROVGtkckpDWnBqMTd1UUtyIiwiYWZnaF9wayI6IiJ9.RVMyNTZLX0hIRFhFOXJwcVNMUk5mQ29Fdml5SzFEV2VMZ1pCWWpKWVU5MWtkVFl1bUdIS1BVY0p6eldHY1BidDI5VUdydXh1UlNQUlJDdHEzR2VmaVpLYjd5SjhjU3ZG",
      "hls": "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8/q/hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf/rep/playout/default/hls-aes128/playlist.m3u8?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsInFsaWJfaWQiOiJpbGliQ3oyZFdYS2pwTWN5eWc0Zzd5UWdkUXpjZ204IiwiYWRkciI6IjB4NDM5NDA4QzMzQTdmY0E5NjlkMzRBNTYxNmMxNzVBNDQ0MzRCQjIwOSIsInFpZCI6ImlxX19oVlgxQ2cxVXRtY2hzN29Yb21QWUJGdXN3eW0iLCJncmFudCI6InJlYWQiLCJ0eF9yZXF1aXJlZCI6ZmFsc2UsImlhdCI6MTU3MjMwNDA2MCwiZXhwIjoxNTcyMzkwNDYwLCJhdXRoX3NpZyI6IkVTMjU2S193elg5Y3JRWFhTbzNNOGNQZ0JSMzcxUW5LbXI5dFd2a3JEdGdGakpaSmU1anRrMVA5Q3pUelU4cEQzV3FaZFRUblZCOEVXNWROVGtkckpDWnBqMTd1UUtyIiwiYWZnaF9wayI6IiJ9.RVMyNTZLX0hIRFhFOXJwcVNMUk5mQ29Fdml5SzFEV2VMZ1pCWWpKWVU5MWtkVFl1bUdIS1BVY0p6eldHY1BidDI5VUdydXh1UlNQUlJDdHEzR2VmaVpLYjd5SjhjU3ZG"
    }
    Source:

    async CachedAccessTransaction({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional
    })
    → Promise.<string>

    Return the cached access transaction of the specified item, if present

    Returns: The cached transaction hash if present, otherwise undefined
    Parameters:
    Name Type Attributes Description
    libraryId string <optional>

    ID of the library

    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Version hash of the object

    Examples
    async CachedAccessTransaction({
      "versionHash": "hq__5j2vhZXC4ke2BZDHJj3Zcj3DqchhUm9r1XK5stKtbAttA5kEAeV65LDTap69JfpihM7HHUpiNm"
    });
    
    
    "0x3bd25075b9040c5cb95abb36e95aec15fd4f13313ec3cee9bbd1256def643a16"
    async CachedAccessTransaction({
      "versionHash": "hq__5j2vhZXC4ke2BZDHJj3Zcj3DqchhUm9r1XK5stKtbAttA5kEAeV65LDTap69JfpihM7HHUpiNm"
    });
    
    
    <No Return Value>
    Source:

    async CallBitcodeMethod({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional,
    writeTokenoptional,
    method,
    queryParamsoptional,
    bodyoptional,
    headersoptional,
    constantoptional,
    formatoptional
    })
    → Promise.<format>

    Call the specified bitcode method on the specified object

    Returns: The response from the call in the specified format
    Parameters:
    Name Type Attributes Default Description
    libraryId string <optional>

    ID of the library

    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Hash of the object version - if not specified, latest version will be used

    writeToken string <optional>

    Write token of an object draft - if calling bitcode of a draft object

    method string

    Bitcode method to call

    queryParams Object <optional>

    Query parameters to include in the request

    body Object <optional>

    Request body to include, if calling a non-constant method

    headers Object <optional>

    Request headers to include

    constant boolean <optional>
    true

    If specified, a GET request authenticated with an AccessRequest will be made. Otherwise, a POST with an UpdateRequest will be performed

    format string <optional>
    json

    The format of the response

    Example
    async CallBitcodeMethod({
      "libraryId": "ilib2JzDGHWNKanusky3W1Anh7Fca5M4",
      "objectId": "iq__2vXoz6eDz9U8gRmT8prgEi1iPJS2",
      "writeToken": "tqw_Hs2ntEcsSkQLW766deZfEjQfiAuT2X8Jy",
      "method": "media/production_master/init",
      "body": {},
      "constant": false
    });
    
    
    {
      "logs": [
        "2019-11-05 20:36:26 Debug: avtest.initProdMaster()",
        "2019-11-05 20:36:26 Info: Get list of files from object",
        "2019-11-05 20:36:26 Info: 2 item(s) found in file list.",
        "2019-11-05 20:36:26 Info: Skipping '.'",
        "2019-11-05 20:36:26 Info: Analyzing Video.mp4",
        "2019-11-05 20:36:26 Debug: getAvpReqCtx, filePath=Video.mp4, qhot=tqw_Hs2ntEcsSkQLW766deZfEjQfiAuT2X8Jy"
      ]
    }
    Source:

    async CallContractMethod({
    contractAddress,
    abi,
    methodName,
    methodArgsoptional,
    valueoptional,
    formatArgumentsoptional,
    overridesoptional
    })
    → Promise.<*>

    Call the specified method on a deployed contract. This action will be performed by this client's signer.

    NOTE: This method will only wait for the transaction to be created. If you want to wait for the transaction to be mined, use the CallContractMethodAndWait method.

    Returns: Response containing information about the transaction
    Parameters:
    Name Type Attributes Default Description
    contractAddress string

    Address of the contract to call the specified method on

    abi Object

    ABI of contract

    methodName string

    Method to call on the contract

    methodArgs Array <optional>

    List of arguments to the contract constructor

    value number | BigNumber <optional>

    Amount of ether to include in the transaction

    formatArguments boolean <optional>
    true

    If specified, the arguments will automatically be formatted to the ABI specification

    overrides Object <optional>

    Change default gasPrice or gasLimit used for this action

    Examples
    async CallContractMethod({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "name",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "submitNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "registerSpaceNode",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "createLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "numActiveNodes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "activeNodeLocators",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "activeNodeAddresses",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "createGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsAddr",
              "type": "address"
            }
          ],
          "name": "getKMSID",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "userWallets",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_nodeAddr",
              "type": "address"
            },
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "addNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "addKMSLocator",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "pendingNodeLocators",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "pendingNodeAddresses",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "description",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "createAccessWallet",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setWalletFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setGroupFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setContentFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsIdStr",
              "type": "string"
            }
          ],
          "name": "checkKMS",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space_description",
              "type": "string"
            }
          ],
          "name": "setDescription",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setLibraryFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "getAccessWallet",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "_pubKey",
              "type": "string"
            }
          ],
          "name": "setKMSPublicKey",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "unregisterSpaceNode",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "groupFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_nodeAddr",
              "type": "address"
            }
          ],
          "name": "removeNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "createContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "factory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "walletFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "engageAccountLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsAddr",
              "type": "address"
            }
          ],
          "name": "checkKMSAddr",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_nodeAddr",
              "type": "address"
            }
          ],
          "name": "approveNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_v",
              "type": "uint8[]"
            },
            {
              "name": "_r",
              "type": "bytes32[]"
            },
            {
              "name": "_s",
              "type": "bytes32[]"
            },
            {
              "name": "_from",
              "type": "address[]"
            },
            {
              "name": "_dest",
              "type": "address[]"
            },
            {
              "name": "_value",
              "type": "uint256[]"
            },
            {
              "name": "_ts",
              "type": "uint256[]"
            }
          ],
          "name": "executeBatch",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "numPendingNodes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "nodeMapping",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "removeKMSLocator",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space_name",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentTypeAddress",
              "type": "address"
            }
          ],
          "name": "CreateContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "libraryAddress",
              "type": "address"
            }
          ],
          "name": "CreateLibrary",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "groupAddress",
              "type": "address"
            }
          ],
          "name": "CreateGroup",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            }
          ],
          "name": "CreateContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "wallet",
              "type": "address"
            }
          ],
          "name": "CreateAccessWallet",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accountAddress",
              "type": "address"
            }
          ],
          "name": "EngageAccountLibrary",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "factory",
              "type": "address"
            }
          ],
          "name": "SetFactory",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "nodeObjAddr",
              "type": "address"
            }
          ],
          "name": "RegisterNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "nodeObjAddr",
              "type": "address"
            }
          ],
          "name": "UnregisterNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "sender",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "status",
              "type": "uint256"
            }
          ],
          "name": "AddKMSLocator",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "sender",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "status",
              "type": "uint256"
            }
          ],
          "name": "RemoveKMSLocator",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "version",
              "type": "bytes32"
            },
            {
              "indexed": false,
              "name": "owner",
              "type": "address"
            }
          ],
          "name": "CreateSpace",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "walletAddress",
              "type": "address"
            }
          ],
          "name": "GetAccessWallet",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "locator",
              "type": "bytes"
            }
          ],
          "name": "NodeSubmitted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "locator",
              "type": "bytes"
            }
          ],
          "name": "NodeApproved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "ownerAddr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "nodeAddr",
              "type": "address"
            }
          ],
          "name": "AddNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "ownerAddr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "nodeAddr",
              "type": "address"
            }
          ],
          "name": "RemoveNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "contractAddress": "0x8f5b42b31d734800c5f1d3be26461f3827d65498",
      "methodName": "userWallets",
      "methodArgs": [
        "0xdBf299FB9646e863FDD27f6A1C6506e83250C1e8"
      ]
    });
    
    
    "0x0000000000000000000000000000000000000000"
    async CallContractMethod({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "name",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "submitNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "registerSpaceNode",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "createLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "numActiveNodes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "activeNodeLocators",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "activeNodeAddresses",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "createGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsAddr",
              "type": "address"
            }
          ],
          "name": "getKMSID",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "userWallets",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_nodeAddr",
              "type": "address"
            },
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "addNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "addKMSLocator",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "pendingNodeLocators",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "pendingNodeAddresses",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "description",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "createAccessWallet",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setWalletFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setGroupFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setContentFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsIdStr",
              "type": "string"
            }
          ],
          "name": "checkKMS",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space_description",
              "type": "string"
            }
          ],
          "name": "setDescription",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setLibraryFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "getAccessWallet",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "_pubKey",
              "type": "string"
            }
          ],
          "name": "setKMSPublicKey",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "unregisterSpaceNode",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "groupFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_nodeAddr",
              "type": "address"
            }
          ],
          "name": "removeNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "createContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "factory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "walletFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "engageAccountLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsAddr",
              "type": "address"
            }
          ],
          "name": "checkKMSAddr",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_nodeAddr",
              "type": "address"
            }
          ],
          "name": "approveNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_v",
              "type": "uint8[]"
            },
            {
              "name": "_r",
              "type": "bytes32[]"
            },
            {
              "name": "_s",
              "type": "bytes32[]"
            },
            {
              "name": "_from",
              "type": "address[]"
            },
            {
              "name": "_dest",
              "type": "address[]"
            },
            {
              "name": "_value",
              "type": "uint256[]"
            },
            {
              "name": "_ts",
              "type": "uint256[]"
            }
          ],
          "name": "executeBatch",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "numPendingNodes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "nodeMapping",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "removeKMSLocator",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space_name",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentTypeAddress",
              "type": "address"
            }
          ],
          "name": "CreateContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "libraryAddress",
              "type": "address"
            }
          ],
          "name": "CreateLibrary",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "groupAddress",
              "type": "address"
            }
          ],
          "name": "CreateGroup",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            }
          ],
          "name": "CreateContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "wallet",
              "type": "address"
            }
          ],
          "name": "CreateAccessWallet",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accountAddress",
              "type": "address"
            }
          ],
          "name": "EngageAccountLibrary",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "factory",
              "type": "address"
            }
          ],
          "name": "SetFactory",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "nodeObjAddr",
              "type": "address"
            }
          ],
          "name": "RegisterNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "nodeObjAddr",
              "type": "address"
            }
          ],
          "name": "UnregisterNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "sender",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "status",
              "type": "uint256"
            }
          ],
          "name": "AddKMSLocator",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "sender",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "status",
              "type": "uint256"
            }
          ],
          "name": "RemoveKMSLocator",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "version",
              "type": "bytes32"
            },
            {
              "indexed": false,
              "name": "owner",
              "type": "address"
            }
          ],
          "name": "CreateSpace",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "walletAddress",
              "type": "address"
            }
          ],
          "name": "GetAccessWallet",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "locator",
              "type": "bytes"
            }
          ],
          "name": "NodeSubmitted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "locator",
              "type": "bytes"
            }
          ],
          "name": "NodeApproved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "ownerAddr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "nodeAddr",
              "type": "address"
            }
          ],
          "name": "AddNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "ownerAddr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "nodeAddr",
              "type": "address"
            }
          ],
          "name": "RemoveNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "contractAddress": "0x8f5b42b31d734800c5f1d3be26461f3827d65498",
      "methodName": "userWallets",
      "methodArgs": [
        "0xdBf299FB9646e863FDD27f6A1C6506e83250C1e8"
      ]
    });
    
    
    "0x77BcE5335e79FeB26e1D66210f1Ff8f181A5f060"
    async CallContractMethod({
      "contractAddress": "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "hasManagerAccess",
      "methodArgs": [
        "0x8fa6a828624352163df8ed7c1faa745c1ab3939b"
      ]
    });
    
    
    true
    async CallContractMethod({
      "contractAddress": "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "membersNum"
    });
    
    
    {
      "_hex": "0x02"
    }
    async CallContractMethod({
      "contractAddress": "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "membersList",
      "methodArgs": [
        0
      ]
    });
    
    
    "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b"
    async CallContractMethod({
      "contractAddress": "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "membersList",
      "methodArgs": [
        1
      ]
    });
    
    
    "0xdBf299FB9646e863FDD27f6A1C6506e83250C1e8"
    async CallContractMethod({
      "contractAddress": "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "managersNum"
    });
    
    
    {
      "_hex": "0x02"
    }
    async CallContractMethod({
      "contractAddress": "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "managersList",
      "methodArgs": [
        0
      ]
    });
    
    
    "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b"
    async CallContractMethod({
      "contractAddress": "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "managersList",
      "methodArgs": [
        1
      ]
    });
    
    
    "0xdBf299FB9646e863FDD27f6A1C6506e83250C1e8"
    async CallContractMethod({
      "contractAddress": "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "membersNum"
    });
    
    
    {
      "_hex": "0x01"
    }
    async CallContractMethod({
      "contractAddress": "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "membersList",
      "methodArgs": [
        0
      ]
    });
    
    
    "0xdBf299FB9646e863FDD27f6A1C6506e83250C1e8"
    async CallContractMethod({
      "contractAddress": "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "managersNum"
    });
    
    
    {
      "_hex": "0x01"
    }
    async CallContractMethod({
      "contractAddress": "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "managersList",
      "methodArgs": [
        0
      ]
    });
    
    
    "0xdBf299FB9646e863FDD27f6A1C6506e83250C1e8"
    async CallContractMethod({
      "contractAddress": "0x8f5b42b31d734800c5f1d3be26461f3827d65498",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "name",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "submitNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "registerSpaceNode",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "createLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "numActiveNodes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "activeNodeLocators",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "activeNodeAddresses",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "createGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsAddr",
              "type": "address"
            }
          ],
          "name": "getKMSID",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "userWallets",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_nodeAddr",
              "type": "address"
            },
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "addNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "addKMSLocator",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "pendingNodeLocators",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "pendingNodeAddresses",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "description",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "createAccessWallet",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setWalletFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setGroupFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setContentFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsIdStr",
              "type": "string"
            }
          ],
          "name": "checkKMS",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space_description",
              "type": "string"
            }
          ],
          "name": "setDescription",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setLibraryFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "getAccessWallet",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "_pubKey",
              "type": "string"
            }
          ],
          "name": "setKMSPublicKey",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "unregisterSpaceNode",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "groupFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_nodeAddr",
              "type": "address"
            }
          ],
          "name": "removeNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "createContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "factory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "walletFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "engageAccountLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsAddr",
              "type": "address"
            }
          ],
          "name": "checkKMSAddr",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_nodeAddr",
              "type": "address"
            }
          ],
          "name": "approveNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_v",
              "type": "uint8[]"
            },
            {
              "name": "_r",
              "type": "bytes32[]"
            },
            {
              "name": "_s",
              "type": "bytes32[]"
            },
            {
              "name": "_from",
              "type": "address[]"
            },
            {
              "name": "_dest",
              "type": "address[]"
            },
            {
              "name": "_value",
              "type": "uint256[]"
            },
            {
              "name": "_ts",
              "type": "uint256[]"
            }
          ],
          "name": "executeBatch",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "numPendingNodes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "nodeMapping",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "removeKMSLocator",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space_name",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentTypeAddress",
              "type": "address"
            }
          ],
          "name": "CreateContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "libraryAddress",
              "type": "address"
            }
          ],
          "name": "CreateLibrary",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "groupAddress",
              "type": "address"
            }
          ],
          "name": "CreateGroup",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            }
          ],
          "name": "CreateContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "wallet",
              "type": "address"
            }
          ],
          "name": "CreateAccessWallet",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accountAddress",
              "type": "address"
            }
          ],
          "name": "EngageAccountLibrary",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "factory",
              "type": "address"
            }
          ],
          "name": "SetFactory",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "nodeObjAddr",
              "type": "address"
            }
          ],
          "name": "RegisterNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "nodeObjAddr",
              "type": "address"
            }
          ],
          "name": "UnregisterNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "sender",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "status",
              "type": "uint256"
            }
          ],
          "name": "AddKMSLocator",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "sender",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "status",
              "type": "uint256"
            }
          ],
          "name": "RemoveKMSLocator",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "version",
              "type": "bytes32"
            },
            {
              "indexed": false,
              "name": "owner",
              "type": "address"
            }
          ],
          "name": "CreateSpace",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "walletAddress",
              "type": "address"
            }
          ],
          "name": "GetAccessWallet",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "locator",
              "type": "bytes"
            }
          ],
          "name": "NodeSubmitted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "locator",
              "type": "bytes"
            }
          ],
          "name": "NodeApproved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "ownerAddr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "nodeAddr",
              "type": "address"
            }
          ],
          "name": "AddNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "ownerAddr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "nodeAddr",
              "type": "address"
            }
          ],
          "name": "RemoveNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "addressKMS"
    });
    
    
    "0x024E380255B1f88AD89603C628f32bA0fb222Fa4"
    async CallContractMethod({
      "contractAddress": "0x341c59b16a9b2664b7bb4fc20306faef50b6cf14",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "contributorGroupsLength"
    });
    
    
    {
      "_hex": "0x00"
    }
    async CallContractMethod({
      "contractAddress": "0x341c59b16a9b2664b7bb4fc20306faef50b6cf14",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "reviewerGroupsLength"
    });
    
    
    {
      "_hex": "0x00"
    }
    async CallContractMethod({
      "contractAddress": "0x341c59b16a9b2664b7bb4fc20306faef50b6cf14",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "accessorGroupsLength"
    });
    
    
    {
      "_hex": "0x00"
    }
    async CallContractMethod({
      "contractAddress": "0x341c59b16a9b2664b7bb4fc20306faef50b6cf14",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "contributorGroupsLength"
    });
    
    
    {
      "_hex": "0x01"
    }
    async CallContractMethod({
      "contractAddress": "0x341c59b16a9b2664b7bb4fc20306faef50b6cf14",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "contributorGroups",
      "methodArgs": [
        0
      ]
    });
    
    
    "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee"
    async CallContractMethod({
      "contractAddress": "0x341c59b16a9b2664b7bb4fc20306faef50b6cf14",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "reviewerGroupsLength"
    });
    
    
    {
      "_hex": "0x01"
    }
    async CallContractMethod({
      "contractAddress": "0x341c59b16a9b2664b7bb4fc20306faef50b6cf14",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "reviewerGroups",
      "methodArgs": [
        0
      ]
    });
    
    
    "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee"
    async CallContractMethod({
      "contractAddress": "0x341c59b16a9b2664b7bb4fc20306faef50b6cf14",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "accessorGroupsLength"
    });
    
    
    {
      "_hex": "0x01"
    }
    async CallContractMethod({
      "contractAddress": "0x341c59b16a9b2664b7bb4fc20306faef50b6cf14",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "accessorGroups",
      "methodArgs": [
        0
      ]
    });
    
    
    "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee"
    async CallContractMethod({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "contractAddress": "0xd4e1b2f36470f09d3858d34da41b70682416caba",
      "methodName": "setVisibility",
      "methodArgs": [
        100
      ]
    });
    
    
    {
      "nonce": 29,
      "gasPrice": {
        "_hex": "0x01dcd65000"
      },
      "gasLimit": {
        "_hex": "0x6dd2"
      },
      "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
      "value": {
        "_hex": "0x00"
      },
      "data": "0xaa024e8b0000000000000000000000000000000000000000000000000000000000000064",
      "chainId": 955210,
      "v": 1910456,
      "r": "0xd6d349cedd020605787e10857c327bcec7839bdd2bcfb4c92784f38cdaa28d1c",
      "s": "0x21960ce03bf247579b3d9f5db152486e3812d9ea6ac543de85b50728e2f96821",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "hash": "0x920186ac768eea2a25938079888a8e82e432d283e0f4ab29dee76eaa9f75f320"
    }
    async CallContractMethod({
      "contractAddress": "0xd4e1b2f36470f09d3858d34da41b70682416caba",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "owner",
      "methodArgs": []
    });
    
    
    "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b"
    async CallContractMethod({
      "contractAddress": "0x2e3590ecf1b621aaa0cea1ea7b36f4400cfd6305",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "owner",
      "methodArgs": []
    });
    
    
    "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b"
    async CallContractMethod({
      "contractAddress": "0xfba79ff00a86594f188556ff43f7332847419316",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "owner",
      "methodArgs": []
    });
    
    
    "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b"
    async CallContractMethod({
      "contractAddress": "0x3abc8d972ac4293257412009e9e690efedbcd15e",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "owner",
      "methodArgs": []
    });
    
    
    "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b"
    async CallContractMethod({
      "contractAddress": "0xfba57afb42d63e7b09f783fa6e0604239d7bd779",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "owner",
      "methodArgs": []
    });
    
    
    "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b"
    async CallContractMethod({
      "contractAddress": "0x682d20541e47883f4d10c739e14f0a4b328835a7",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "owner",
      "methodArgs": []
    });
    
    
    "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b"
    async CallContractMethod({
      "contractAddress": "0x364890ad0ad806907de2936656d9e1df63d5ee3b",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "owner",
      "methodArgs": []
    });
    
    
    "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b"
    async CallContractMethod({
      "contractAddress": "0xf0055d45e4397968723e5c1456ca9acab3f535c7",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "owner",
      "methodArgs": []
    });
    
    
    "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b"
    async CallContractMethod({
      "contractAddress": "0x425d88bb87e01f269457dbcc62ac7a0533e3271a",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "owner",
      "methodArgs": []
    });
    
    
    "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b"
    async CallContractMethod({
      "contractAddress": "0x65c523399f60f5ffcc53dffee8ddcae2028d9156",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "owner",
      "methodArgs": []
    });
    
    
    "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b"
    async CallContractMethod({
      "contractAddress": "0x02f4fa9e893fe03cccdf5a67aa75b4bd5a3f872c",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "owner",
      "methodArgs": []
    });
    
    
    "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b"
    async CallContractMethod({
      "contractAddress": "0xd4e1b2f36470f09d3858d34da41b70682416caba",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "addressKMS"
    });
    
    
    "0x024E380255B1f88AD89603C628f32bA0fb222Fa4"
    async CallContractMethod({
      "contractAddress": "0xd4e1b2f36470f09d3858d34da41b70682416caba",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "getKMSInfo",
      "methodArgs": [
        []
      ],
      "formatArguments": false
    });
    
    
    [
      "https://host-35-237-243-135.test.contentfabric.io/eth/,https://host-35-236-19-5.test.contentfabric.io/eth/,https://host-35-226-231-183.test.contentfabric.io/eth/",
      "kepk26soZ1cGaPmLAhinoBRoMePQi8dHrTwATw91fvkJ5xDE8"
    ]
    async CallContractMethod({
      "contractAddress": "0xd4e1b2f36470f09d3858d34da41b70682416caba",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "getAccessInfo",
      "methodArgs": [
        0,
        [],
        []
      ]
    });
    
    
    [
      0,
      0,
      {
        "_hex": "0x00"
      }
    ]
    async CallContractMethod({
      "contractAddress": "0x8a06fb2c8cf28e6d2530969e0e78a67d8d6d99cf",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "owner",
      "methodArgs": []
    });
    
    
    "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b"
    async CallContractMethod({
      "contractAddress": "0xd8c228ae585482f7b851d777414bbec2c6807f43",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "owner",
      "methodArgs": []
    });
    
    
    "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b"
    async CallContractMethod({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "contractAddress": "0xd4e1b2f36470f09d3858d34da41b70682416caba",
      "methodName": "setVisibility",
      "methodArgs": [
        10
      ]
    });
    
    
    {
      "nonce": 83,
      "gasPrice": {
        "_hex": "0x01dcd65000"
      },
      "gasLimit": {
        "_hex": "0x6dd2"
      },
      "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
      "value": {
        "_hex": "0x00"
      },
      "data": "0xaa024e8b000000000000000000000000000000000000000000000000000000000000000a",
      "chainId": 955210,
      "v": 1910456,
      "r": "0x657c62f002401d14af7fb07bf5cd9b50a3d61db6b1797f9c89ef56893952fc06",
      "s": "0x0d7f181750a2ac4f968303ef60c4b094d5f31aaff1a33af11e4a12a92149a73e",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "hash": "0xf0ec324751255953a97372c967dff4c64e83966d28e2aafcbbfbd677d17b5eab"
    }
    Source:

    async CallContractMethodAndWait({
    contractAddress,
    abi,
    methodName,
    methodArgsoptional,
    valueoptional,
    overridesoptional,
    formatArgumentsoptional
    })
    → Promise.<*>

    Call the specified method on a deployed contract and wait for the transaction to be mined. This action will be performed by this client's signer.

    Returns: The event object of this transaction
    Parameters:
    Name Type Attributes Default Description
    contractAddress string

    Address of the contract to call the specified method on

    abi Object

    ABI of contract

    methodName string

    Method to call on the contract

    methodArgs Array.<string> <optional>
    [

    List of arguments to the contract constructor

    value number | BigNumber <optional>

    Amount of ether to include in the transaction

    overrides Object <optional>

    Change default gasPrice or gasLimit used for this action

    formatArguments boolean <optional>
    true

    If specified, the arguments will automatically be formatted to the ABI specification

    Examples
    async CallContractMethodAndWait({
      "contractAddress": "0x8f5b42b31d734800c5f1d3be26461f3827d65498",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "name",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "submitNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "registerSpaceNode",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "createLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "numActiveNodes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "activeNodeLocators",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "activeNodeAddresses",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "createGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsAddr",
              "type": "address"
            }
          ],
          "name": "getKMSID",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "userWallets",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_nodeAddr",
              "type": "address"
            },
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "addNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "addKMSLocator",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "pendingNodeLocators",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "pendingNodeAddresses",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "description",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "createAccessWallet",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setWalletFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setGroupFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setContentFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsIdStr",
              "type": "string"
            }
          ],
          "name": "checkKMS",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space_description",
              "type": "string"
            }
          ],
          "name": "setDescription",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setLibraryFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "getAccessWallet",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "_pubKey",
              "type": "string"
            }
          ],
          "name": "setKMSPublicKey",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "unregisterSpaceNode",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "groupFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_nodeAddr",
              "type": "address"
            }
          ],
          "name": "removeNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "createContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "factory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "walletFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "engageAccountLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsAddr",
              "type": "address"
            }
          ],
          "name": "checkKMSAddr",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_nodeAddr",
              "type": "address"
            }
          ],
          "name": "approveNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_v",
              "type": "uint8[]"
            },
            {
              "name": "_r",
              "type": "bytes32[]"
            },
            {
              "name": "_s",
              "type": "bytes32[]"
            },
            {
              "name": "_from",
              "type": "address[]"
            },
            {
              "name": "_dest",
              "type": "address[]"
            },
            {
              "name": "_value",
              "type": "uint256[]"
            },
            {
              "name": "_ts",
              "type": "uint256[]"
            }
          ],
          "name": "executeBatch",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "numPendingNodes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "nodeMapping",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "removeKMSLocator",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space_name",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentTypeAddress",
              "type": "address"
            }
          ],
          "name": "CreateContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "libraryAddress",
              "type": "address"
            }
          ],
          "name": "CreateLibrary",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "groupAddress",
              "type": "address"
            }
          ],
          "name": "CreateGroup",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            }
          ],
          "name": "CreateContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "wallet",
              "type": "address"
            }
          ],
          "name": "CreateAccessWallet",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accountAddress",
              "type": "address"
            }
          ],
          "name": "EngageAccountLibrary",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "factory",
              "type": "address"
            }
          ],
          "name": "SetFactory",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "nodeObjAddr",
              "type": "address"
            }
          ],
          "name": "RegisterNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "nodeObjAddr",
              "type": "address"
            }
          ],
          "name": "UnregisterNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "sender",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "status",
              "type": "uint256"
            }
          ],
          "name": "AddKMSLocator",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "sender",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "status",
              "type": "uint256"
            }
          ],
          "name": "RemoveKMSLocator",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "version",
              "type": "bytes32"
            },
            {
              "indexed": false,
              "name": "owner",
              "type": "address"
            }
          ],
          "name": "CreateSpace",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "walletAddress",
              "type": "address"
            }
          ],
          "name": "GetAccessWallet",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "locator",
              "type": "bytes"
            }
          ],
          "name": "NodeSubmitted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "locator",
              "type": "bytes"
            }
          ],
          "name": "NodeApproved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "ownerAddr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "nodeAddr",
              "type": "address"
            }
          ],
          "name": "AddNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "ownerAddr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "nodeAddr",
              "type": "address"
            }
          ],
          "name": "RemoveNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "createAccessWallet",
      "methodArgs": []
    });
    
    
    {
      "to": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
      "from": "0xdBf299FB9646e863FDD27f6A1C6506e83250C1e8",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x3f1dfb"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000008000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0xbd0fef7dbf9f2ddf29e24dfaa1b87751eb546316481d72ec4c2297f7f577093c",
      "transactionHash": "0x09d4757b5c6482eef7792a218216027856bcf0fad6c4158035cbe828f5d1722f",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 99839,
          "transactionHash": "0x09d4757b5c6482eef7792a218216027856bcf0fad6c4158035cbe828f5d1722f",
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "topics": [
            "0x56c4bf13bebaa9f2be39ac3f2f4619a0dd1b694bb8c5f43c6b244a6dba0f0cca"
          ],
          "data": "0x00000000000000000000000077bce5335e79feb26e1d66210f1ff8f181a5f060",
          "logIndex": 0,
          "blockHash": "0xbd0fef7dbf9f2ddf29e24dfaa1b87751eb546316481d72ec4c2297f7f577093c",
          "transactionLogIndex": 0,
          "name": "CreateAccessWallet",
          "signature": "CreateAccessWallet(address)",
          "topic": "0x56c4bf13bebaa9f2be39ac3f2f4619a0dd1b694bb8c5f43c6b244a6dba0f0cca",
          "values": {
            "0": "0x77BcE5335e79FeB26e1D66210f1Ff8f181A5f060",
            "wallet": "0x77BcE5335e79FeB26e1D66210f1Ff8f181A5f060",
            "length": 1
          }
        }
      ],
      "blockNumber": 99839,
      "confirmations": 2,
      "cumulativeGasUsed": {
        "_hex": "0x3f1dfb"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x77bce5335e79feb26e1d66210f1ff8f181a5f060",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0x77BcE5335e79FeB26e1D66210f1Ff8f181A5f060",
      "from": "0xdBf299FB9646e863FDD27f6A1C6506e83250C1e8",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x626a"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000020000000000000000000000000000010000000000010000000000000000004000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0xa6b33875da47a6b6f8ef38139776369ad51cd15c6dd5bac067743655e60e800a",
      "transactionHash": "0x657318fcdea0f699180a1a7440e3c09b240d8f1df38339366ed8f5f4ad2368c6",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 99842,
          "transactionHash": "0x657318fcdea0f699180a1a7440e3c09b240d8f1df38339366ed8f5f4ad2368c6",
          "address": "0x77BcE5335e79FeB26e1D66210f1Ff8f181A5f060",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0xa6b33875da47a6b6f8ef38139776369ad51cd15c6dd5bac067743655e60e800a",
          "transactionLogIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 99842,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x626a"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x60f4"
      },
      "logsBloom": "0x00000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000",
      "blockHash": "0x8234e6824010163a2963568a27f65d457d0f04eca32052b1f33e759f4c40d3f8",
      "transactionHash": "0xfca90f41a488f1f543c6f6777b2b106772e4e33dd999dfd1cb8e27a93e6ab477",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 99862,
          "transactionHash": "0xfca90f41a488f1f543c6f6777b2b106772e4e33dd999dfd1cb8e27a93e6ab477",
          "address": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x8234e6824010163a2963568a27f65d457d0f04eca32052b1f33e759f4c40d3f8",
          "transactionLogIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 99862,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x60f4"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "grantAccess",
      "methodArgs": [
        "0x8fa6a828624352163df8ed7c1faa745c1ab3939b"
      ],
      "eventName": "MemberAdded",
      "eventValue": "candidate"
    });
    
    
    {
      "to": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x2092f"
      },
      "logsBloom": "0x00000400000000000000000200000000000000000000000000000000000000000000000008000000000000000000000000000080000000000000000000000000040800000000000000000000000000000000000000000000000000000000040000000000000001000000000000000000400004000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000",
      "blockHash": "0xea8a460bfbb93db76e35df79d2f7d93f4a69e001774b5e4f411e783d75424918",
      "transactionHash": "0x2e369eaa5e0ec4425687913c72a438ebf114617a309a58c01af1a424296a5e25",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 99869,
          "transactionHash": "0x2e369eaa5e0ec4425687913c72a438ebf114617a309a58c01af1a424296a5e25",
          "address": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
          "topics": [
            "0xb251eb052afc73ffd02ffe85ad79990a8b3fed60d76dbc2fa2fdd7123dffd914"
          ],
          "data": "0x0000000000000000000000008fa6a828624352163df8ed7c1faa745c1ab3939b",
          "logIndex": 0,
          "blockHash": "0xea8a460bfbb93db76e35df79d2f7d93f4a69e001774b5e4f411e783d75424918",
          "transactionLogIndex": 0,
          "name": "MemberAdded",
          "signature": "MemberAdded(address)",
          "topic": "0xb251eb052afc73ffd02ffe85ad79990a8b3fed60d76dbc2fa2fdd7123dffd914",
          "values": {
            "0": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
            "candidate": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 99869,
          "transactionHash": "0x2e369eaa5e0ec4425687913c72a438ebf114617a309a58c01af1a424296a5e25",
          "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000173e15d3f1f8766fec9621584637ba1a14a3a1ee00000000000000000000000000000000000000000000000000000000000000dc",
          "logIndex": 1,
          "blockHash": "0xea8a460bfbb93db76e35df79d2f7d93f4a69e001774b5e4f411e783d75424918",
          "transactionLogIndex": 1,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "1": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
            "2": 220,
            "principal": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "entity": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
            "aggregate": 220,
            "length": 3
          }
        }
      ],
      "blockNumber": 99869,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x2092f"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "grantAccess",
      "methodArgs": [
        "0xdbf299fb9646e863fdd27f6a1c6506e83250c1e8"
      ],
      "eventName": "MemberAdded",
      "eventValue": "candidate"
    });
    
    
    {
      "to": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x2c173"
      },
      "logsBloom": "0x00000400000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040800000000000000000000000000000000000000000000000000000000040000000000000001000000000000000000000004000000000000000020000000000000080000000000000000000000000000000000000000000004000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000",
      "blockHash": "0x3da77e44c01fdf2be578d3407f4a37a432639675375161293c91a51e4d5b5e14",
      "transactionHash": "0x566313b395847e3960568480e88437716296a6a7e655177829910e881ce3e274",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 99871,
          "transactionHash": "0x566313b395847e3960568480e88437716296a6a7e655177829910e881ce3e274",
          "address": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
          "topics": [
            "0xb251eb052afc73ffd02ffe85ad79990a8b3fed60d76dbc2fa2fdd7123dffd914"
          ],
          "data": "0x000000000000000000000000dbf299fb9646e863fdd27f6a1c6506e83250c1e8",
          "logIndex": 0,
          "blockHash": "0x3da77e44c01fdf2be578d3407f4a37a432639675375161293c91a51e4d5b5e14",
          "transactionLogIndex": 0,
          "name": "MemberAdded",
          "signature": "MemberAdded(address)",
          "topic": "0xb251eb052afc73ffd02ffe85ad79990a8b3fed60d76dbc2fa2fdd7123dffd914",
          "values": {
            "0": "0xdBf299FB9646e863FDD27f6A1C6506e83250C1e8",
            "candidate": "0xdBf299FB9646e863FDD27f6A1C6506e83250C1e8",
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 99871,
          "transactionHash": "0x566313b395847e3960568480e88437716296a6a7e655177829910e881ce3e274",
          "address": "0x77BcE5335e79FeB26e1D66210f1Ff8f181A5f060",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "data": "0x00000000000000000000000077bce5335e79feb26e1d66210f1ff8f181a5f060000000000000000000000000173e15d3f1f8766fec9621584637ba1a14a3a1ee000000000000000000000000000000000000000000000000000000000000000a",
          "logIndex": 1,
          "blockHash": "0x3da77e44c01fdf2be578d3407f4a37a432639675375161293c91a51e4d5b5e14",
          "transactionLogIndex": 1,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0x77BcE5335e79FeB26e1D66210f1Ff8f181A5f060",
            "1": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
            "2": 10,
            "principal": "0x77BcE5335e79FeB26e1D66210f1Ff8f181A5f060",
            "entity": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
            "aggregate": 10,
            "length": 3
          }
        }
      ],
      "blockNumber": 99871,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x2c173"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "grantManagerAccess",
      "methodArgs": [
        "0x8fa6a828624352163df8ed7c1faa745c1ab3939b"
      ],
      "eventName": "ManagerAccessGranted",
      "eventValue": "candidate"
    });
    
    
    {
      "to": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0xe902"
      },
      "logsBloom": "0x00000000000000000000000200000000000000000000000000000000000000000000800008000000000000000000000000000080000000000000000000000000040800000000000000000000000000000000000000000000000000000000040000000000000001000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000",
      "blockHash": "0x82b8a0395d4b07cb131b8a86e814a8968d0d141c287dbc3926db73009944c279",
      "transactionHash": "0x0c4fba4b63d40cc2ff2a980a5fb3f9af89df65b9ec26fa2130006e10741fb133",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 99873,
          "transactionHash": "0x0c4fba4b63d40cc2ff2a980a5fb3f9af89df65b9ec26fa2130006e10741fb133",
          "address": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
          "topics": [
            "0x93bcaab179551bde429187645251f8e1fb8ac85801fcb1cf91eb2c9043d61117"
          ],
          "data": "0x0000000000000000000000008fa6a828624352163df8ed7c1faa745c1ab3939b",
          "logIndex": 0,
          "blockHash": "0x82b8a0395d4b07cb131b8a86e814a8968d0d141c287dbc3926db73009944c279",
          "transactionLogIndex": 0,
          "name": "ManagerAccessGranted",
          "signature": "ManagerAccessGranted(address)",
          "topic": "0x93bcaab179551bde429187645251f8e1fb8ac85801fcb1cf91eb2c9043d61117",
          "values": {
            "0": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
            "candidate": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 99873,
          "transactionHash": "0x0c4fba4b63d40cc2ff2a980a5fb3f9af89df65b9ec26fa2130006e10741fb133",
          "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000173e15d3f1f8766fec9621584637ba1a14a3a1ee00000000000000000000000000000000000000000000000000000000000000dc",
          "logIndex": 1,
          "blockHash": "0x82b8a0395d4b07cb131b8a86e814a8968d0d141c287dbc3926db73009944c279",
          "transactionLogIndex": 1,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "1": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
            "2": 220,
            "principal": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "entity": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
            "aggregate": 220,
            "length": 3
          }
        }
      ],
      "blockNumber": 99873,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0xe902"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "grantManagerAccess",
      "methodArgs": [
        "0xdbf299fb9646e863fdd27f6a1c6506e83250c1e8"
      ],
      "eventName": "ManagerAccessGranted",
      "eventValue": "candidate"
    });
    
    
    {
      "to": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x163af"
      },
      "logsBloom": "0x00000000000000000000000200000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000040800000000000000000000000000000000000000000000000000000000040000000000000001000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000004800000000000000000000080000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000",
      "blockHash": "0x2bb7331402c1f10d1dedbf25bd30a0723af5e4bc4d1db923482f18de7bb9f654",
      "transactionHash": "0xa98040d0a590850634c02b5843d43a790e429616b407a54f7ff64e629628fd92",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 99874,
          "transactionHash": "0xa98040d0a590850634c02b5843d43a790e429616b407a54f7ff64e629628fd92",
          "address": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
          "topics": [
            "0x93bcaab179551bde429187645251f8e1fb8ac85801fcb1cf91eb2c9043d61117"
          ],
          "data": "0x000000000000000000000000dbf299fb9646e863fdd27f6a1c6506e83250c1e8",
          "logIndex": 0,
          "blockHash": "0x2bb7331402c1f10d1dedbf25bd30a0723af5e4bc4d1db923482f18de7bb9f654",
          "transactionLogIndex": 0,
          "name": "ManagerAccessGranted",
          "signature": "ManagerAccessGranted(address)",
          "topic": "0x93bcaab179551bde429187645251f8e1fb8ac85801fcb1cf91eb2c9043d61117",
          "values": {
            "0": "0xdBf299FB9646e863FDD27f6A1C6506e83250C1e8",
            "candidate": "0xdBf299FB9646e863FDD27f6A1C6506e83250C1e8",
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 99874,
          "transactionHash": "0xa98040d0a590850634c02b5843d43a790e429616b407a54f7ff64e629628fd92",
          "address": "0x77BcE5335e79FeB26e1D66210f1Ff8f181A5f060",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "data": "0x00000000000000000000000077bce5335e79feb26e1d66210f1ff8f181a5f060000000000000000000000000173e15d3f1f8766fec9621584637ba1a14a3a1ee000000000000000000000000000000000000000000000000000000000000006e",
          "logIndex": 1,
          "blockHash": "0x2bb7331402c1f10d1dedbf25bd30a0723af5e4bc4d1db923482f18de7bb9f654",
          "transactionLogIndex": 1,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0x77BcE5335e79FeB26e1D66210f1Ff8f181A5f060",
            "1": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
            "2": 110,
            "principal": "0x77BcE5335e79FeB26e1D66210f1Ff8f181A5f060",
            "entity": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
            "aggregate": 110,
            "length": 3
          }
        }
      ],
      "blockNumber": 99874,
      "confirmations": 2,
      "cumulativeGasUsed": {
        "_hex": "0x163af"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "revokeAccess",
      "methodArgs": [
        "0x8fa6a828624352163df8ed7c1faa745c1ab3939b"
      ],
      "eventName": "MemberRevoked",
      "eventValue": "candidate"
    });
    
    
    {
      "to": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x1154e"
      },
      "logsBloom": "0x00000000000000000000000200000000000000000000000000000000000000000000000008000000000000000000000000000080000000000000000000000000040800000000000000000000000000000000000000000000000000000000040000000000000001000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000200000000000000000000000000000000000000000",
      "blockHash": "0x567b65992b2a7c03f373b198695961c1362db9a6d5149c1dd24e7122213c332f",
      "transactionHash": "0x0874321b60f3da1ed2d01f5f9d9ceae8f6a5a77f6cf2f2ee9203b96f27f5a4cd",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 99876,
          "transactionHash": "0x0874321b60f3da1ed2d01f5f9d9ceae8f6a5a77f6cf2f2ee9203b96f27f5a4cd",
          "address": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
          "topics": [
            "0x745cd29407db644ed93e3ceb61cbcab96d1dfb496989ac5d5bf514fc5a9fab9c"
          ],
          "data": "0x0000000000000000000000008fa6a828624352163df8ed7c1faa745c1ab3939b",
          "logIndex": 0,
          "blockHash": "0x567b65992b2a7c03f373b198695961c1362db9a6d5149c1dd24e7122213c332f",
          "transactionLogIndex": 0,
          "name": "MemberRevoked",
          "signature": "MemberRevoked(address)",
          "topic": "0x745cd29407db644ed93e3ceb61cbcab96d1dfb496989ac5d5bf514fc5a9fab9c",
          "values": {
            "0": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
            "candidate": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 99876,
          "transactionHash": "0x0874321b60f3da1ed2d01f5f9d9ceae8f6a5a77f6cf2f2ee9203b96f27f5a4cd",
          "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000173e15d3f1f8766fec9621584637ba1a14a3a1ee00000000000000000000000000000000000000000000000000000000000000c8",
          "logIndex": 1,
          "blockHash": "0x567b65992b2a7c03f373b198695961c1362db9a6d5149c1dd24e7122213c332f",
          "transactionLogIndex": 1,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "1": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
            "2": 200,
            "principal": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "entity": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
            "aggregate": 200,
            "length": 3
          }
        }
      ],
      "blockNumber": 99876,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x1154e"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "revokeManagerAccess",
      "methodArgs": [
        "0x8fa6a828624352163df8ed7c1faa745c1ab3939b"
      ],
      "eventName": "ManagerAccessRevoked",
      "eventValue": "candidate"
    });
    
    
    {
      "to": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0xc215"
      },
      "logsBloom": "0x00000000000000000000000200000000000000000000000000000000000000000000000008000000000000000000000000000080000000000000000000000000040800000000000000000000000000000000000000000000000000000000040000000000000001000000000000000000400000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000200000000000000000000008000000000000000000",
      "blockHash": "0xa2e518bbad5baefac675ec9cb622fbabd6d793ad2db6289931503073440d10e3",
      "transactionHash": "0xe686aee30ec7a0eb1614c3c82305b24aab95b142e4fcc09d3104d5765c5142e5",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 99877,
          "transactionHash": "0xe686aee30ec7a0eb1614c3c82305b24aab95b142e4fcc09d3104d5765c5142e5",
          "address": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
          "topics": [
            "0x2d6aa1a9629d125e23a0cf692cda7cd6795dff1652eedd4673b38ec31e387b95"
          ],
          "data": "0x0000000000000000000000008fa6a828624352163df8ed7c1faa745c1ab3939b",
          "logIndex": 0,
          "blockHash": "0xa2e518bbad5baefac675ec9cb622fbabd6d793ad2db6289931503073440d10e3",
          "transactionLogIndex": 0,
          "name": "ManagerAccessRevoked",
          "signature": "ManagerAccessRevoked(address)",
          "topic": "0x2d6aa1a9629d125e23a0cf692cda7cd6795dff1652eedd4673b38ec31e387b95",
          "values": {
            "0": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
            "candidate": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 99877,
          "transactionHash": "0xe686aee30ec7a0eb1614c3c82305b24aab95b142e4fcc09d3104d5765c5142e5",
          "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000173e15d3f1f8766fec9621584637ba1a14a3a1ee0000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 1,
          "blockHash": "0xa2e518bbad5baefac675ec9cb622fbabd6d793ad2db6289931503073440d10e3",
          "transactionLogIndex": 1,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "1": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
            "2": 0,
            "principal": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "entity": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
            "aggregate": 0,
            "length": 3
          }
        }
      ],
      "blockNumber": 99877,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0xc215"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x417ff711191e0128700c731895fa6c0593c5d782",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0x417fF711191E0128700C731895FA6C0593c5d782",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5d00"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000040000",
      "blockHash": "0xa9c923112706f5cbc6855b491c6b7cd32a6aabca9cdd69e1825cc91ebdc1c9d5",
      "transactionHash": "0x63e856576711594a1598a1fffc469ea4cd899e03602055e6a01fc5abed5ee1c1",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 99880,
          "transactionHash": "0x63e856576711594a1598a1fffc469ea4cd899e03602055e6a01fc5abed5ee1c1",
          "address": "0x417fF711191E0128700C731895FA6C0593c5d782",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0xa9c923112706f5cbc6855b491c6b7cd32a6aabca9cdd69e1825cc91ebdc1c9d5",
          "transactionLogIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 99880,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5d00"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x341c59b16a9b2664b7bb4fc20306faef50b6cf14",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5fc0"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000040000000000000000000000000000000000010020000100010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x7317d496a82294e29768a38815dcecea3a7908663e27528b4d7e4b2b3a7ad3e3",
      "transactionHash": "0xc91764bf81bec1ddf12ede06a6c9dc59e2a8f837cf95d5be50da3a6b8c1e35cc",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 99890,
          "transactionHash": "0xc91764bf81bec1ddf12ede06a6c9dc59e2a8f837cf95d5be50da3a6b8c1e35cc",
          "address": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x7317d496a82294e29768a38815dcecea3a7908663e27528b4d7e4b2b3a7ad3e3",
          "transactionLogIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 99890,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5fc0"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x341c59b16a9b2664b7bb4fc20306faef50b6cf14",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "accessRequest",
      "methodArgs": [],
      "value": 0
    });
    
    
    {
      "to": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5d79"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000020002100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x5db7e07127f7e99a019d6943a5e9bd0cda451fe2f1234710697d680911fffec8",
      "transactionHash": "0xdea8c42273c14bcd447f76db3ad589980de1b147ec1cf4837962352fdaba7db8",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 99897,
          "transactionHash": "0xdea8c42273c14bcd447f76db3ad589980de1b147ec1cf4837962352fdaba7db8",
          "address": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
          "topics": [
            "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
          ],
          "data": "0x",
          "logIndex": 0,
          "blockHash": "0x5db7e07127f7e99a019d6943a5e9bd0cda451fe2f1234710697d680911fffec8",
          "transactionLogIndex": 0,
          "name": "AccessRequest",
          "signature": "AccessRequest()",
          "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
          "values": {
            "length": 0
          }
        }
      ],
      "blockNumber": 99897,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5d79"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x341c59b16a9b2664b7bb4fc20306faef50b6cf14",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "addContributorGroup",
      "methodArgs": [
        "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee"
      ]
    });
    
    
    {
      "to": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x31fd4"
      },
      "logsBloom": "0x00000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000040800000000000000000000000000000000000000000000000000000000040000000000000001000000000000000000000000000000000040000000000000000000000000000000000000020000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000010000000000200000000000000000000000000000000000000000",
      "blockHash": "0xa3312e843859afe64eb511d986575d9c8d7e35cf9183db3d8f153794c5ae0215",
      "transactionHash": "0xfb0b126efcff42cc836cc0a7d5dc31ecf0a40b2dee6493df070ff3733ee74c33",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 99910,
          "transactionHash": "0xfb0b126efcff42cc836cc0a7d5dc31ecf0a40b2dee6493df070ff3733ee74c33",
          "address": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
          "topics": [
            "0x218673669018c25b89bfbf1b58d0075e37c8847ef16e707b92355b7833e97d61"
          ],
          "data": "0x000000000000000000000000173e15d3f1f8766fec9621584637ba1a14a3a1ee",
          "logIndex": 0,
          "blockHash": "0xa3312e843859afe64eb511d986575d9c8d7e35cf9183db3d8f153794c5ae0215",
          "transactionLogIndex": 0,
          "name": "ContributorGroupAdded",
          "signature": "ContributorGroupAdded(address)",
          "topic": "0x218673669018c25b89bfbf1b58d0075e37c8847ef16e707b92355b7833e97d61",
          "values": {
            "0": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
            "group": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 99910,
          "transactionHash": "0xfb0b126efcff42cc836cc0a7d5dc31ecf0a40b2dee6493df070ff3733ee74c33",
          "address": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "data": "0x000000000000000000000000173e15d3f1f8766fec9621584637ba1a14a3a1ee000000000000000000000000341c59b16a9b2664b7bb4fc20306faef50b6cf140000000000000000000000000000000000000000000000000000000000000014",
          "logIndex": 1,
          "blockHash": "0xa3312e843859afe64eb511d986575d9c8d7e35cf9183db3d8f153794c5ae0215",
          "transactionLogIndex": 1
        }
      ],
      "blockNumber": 99910,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x31fd4"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x341c59b16a9b2664b7bb4fc20306faef50b6cf14",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "addReviewerGroup",
      "methodArgs": [
        "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee"
      ]
    });
    
    
    {
      "to": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x1f64f"
      },
      "logsBloom": "0x00000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040800000000000000000000000000000000000000000000000000000000040000000000000001000000000000000000000000000000000040000000000000000000000000000000000000020000100000000000000000000000008000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000",
      "blockHash": "0x53b33080848b2ec49439f388aa73d55c5e7195391e9c1c79e70fefe17a218b39",
      "transactionHash": "0x9fefc1f9193ecc0db13b91dee31a0cae8fabe0bc1b4a344b180494d1ebf6da72",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 99913,
          "transactionHash": "0x9fefc1f9193ecc0db13b91dee31a0cae8fabe0bc1b4a344b180494d1ebf6da72",
          "address": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
          "topics": [
            "0x1b88a571cc8ac2e87512f05648e79d184f5cc0cbb2889bc487c41f8b9a3202eb"
          ],
          "data": "0x000000000000000000000000173e15d3f1f8766fec9621584637ba1a14a3a1ee",
          "logIndex": 0,
          "blockHash": "0x53b33080848b2ec49439f388aa73d55c5e7195391e9c1c79e70fefe17a218b39",
          "transactionLogIndex": 0,
          "name": "ReviewerGroupAdded",
          "signature": "ReviewerGroupAdded(address)",
          "topic": "0x1b88a571cc8ac2e87512f05648e79d184f5cc0cbb2889bc487c41f8b9a3202eb",
          "values": {
            "0": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
            "group": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 99913,
          "transactionHash": "0x9fefc1f9193ecc0db13b91dee31a0cae8fabe0bc1b4a344b180494d1ebf6da72",
          "address": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "data": "0x000000000000000000000000173e15d3f1f8766fec9621584637ba1a14a3a1ee000000000000000000000000341c59b16a9b2664b7bb4fc20306faef50b6cf140000000000000000000000000000000000000000000000000000000000000016",
          "logIndex": 1,
          "blockHash": "0x53b33080848b2ec49439f388aa73d55c5e7195391e9c1c79e70fefe17a218b39",
          "transactionLogIndex": 1
        }
      ],
      "blockNumber": 99913,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x1f64f"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x341c59b16a9b2664b7bb4fc20306faef50b6cf14",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "addAccessorGroup",
      "methodArgs": [
        "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee"
      ]
    });
    
    
    {
      "to": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x1f29d"
      },
      "logsBloom": "0x00000000000000000000000200000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000040800000000000000000000000004000000000000000000000000000000040000000000000001000000000000000000000000000000000040000000000000000000000000000000000000020000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000",
      "blockHash": "0xbbf0b422400a33492e1b72636956af4a77ec1f3f2977585ae9e26b963e5ccd00",
      "transactionHash": "0x1cdd5017024b1de57c5be70bc171295edc557ee431340d3b2b171b1862d6b498",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 99915,
          "transactionHash": "0x1cdd5017024b1de57c5be70bc171295edc557ee431340d3b2b171b1862d6b498",
          "address": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
          "topics": [
            "0x3a94857e4393737f73edb175a7d0c195c7f635d9ae995e12740616ec55c9d411"
          ],
          "data": "0x000000000000000000000000173e15d3f1f8766fec9621584637ba1a14a3a1ee",
          "logIndex": 0,
          "blockHash": "0xbbf0b422400a33492e1b72636956af4a77ec1f3f2977585ae9e26b963e5ccd00",
          "transactionLogIndex": 0,
          "name": "AccessorGroupAdded",
          "signature": "AccessorGroupAdded(address)",
          "topic": "0x3a94857e4393737f73edb175a7d0c195c7f635d9ae995e12740616ec55c9d411",
          "values": {
            "0": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
            "group": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 99915,
          "transactionHash": "0x1cdd5017024b1de57c5be70bc171295edc557ee431340d3b2b171b1862d6b498",
          "address": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "data": "0x000000000000000000000000173e15d3f1f8766fec9621584637ba1a14a3a1ee000000000000000000000000341c59b16a9b2664b7bb4fc20306faef50b6cf140000000000000000000000000000000000000000000000000000000000000016",
          "logIndex": 1,
          "blockHash": "0xbbf0b422400a33492e1b72636956af4a77ec1f3f2977585ae9e26b963e5ccd00",
          "transactionLogIndex": 1
        }
      ],
      "blockNumber": 99915,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x1f29d"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x341c59b16a9b2664b7bb4fc20306faef50b6cf14",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "removeReviewerGroup",
      "methodArgs": [
        "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee"
      ]
    });
    
    
    {
      "to": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x46c2"
      },
      "logsBloom": "0x00000000000000000000000000000000000800000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000020000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x46d7609381bf1395b44459701e12e37e93265d860646e5affa5671ddd5f42baf",
      "transactionHash": "0x733b094290e40fe052043be3a29b6ffb86008bc2f4aa92ef581a24f21529369c",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 99918,
          "transactionHash": "0x733b094290e40fe052043be3a29b6ffb86008bc2f4aa92ef581a24f21529369c",
          "address": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
          "topics": [
            "0xdf9d78c5635b72b709c85300a786eb7238acbe5bffe01c60c16464e45c6eb6eb"
          ],
          "data": "0x000000000000000000000000173e15d3f1f8766fec9621584637ba1a14a3a1ee",
          "logIndex": 0,
          "blockHash": "0x46d7609381bf1395b44459701e12e37e93265d860646e5affa5671ddd5f42baf",
          "transactionLogIndex": 0,
          "name": "ReviewerGroupRemoved",
          "signature": "ReviewerGroupRemoved(address)",
          "topic": "0xdf9d78c5635b72b709c85300a786eb7238acbe5bffe01c60c16464e45c6eb6eb",
          "values": {
            "0": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
            "group": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
            "length": 1
          }
        }
      ],
      "blockNumber": 99918,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x46c2"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xd4e1b2f36470f09d3858d34da41b70682416caba",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5f3c"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000010000000000000000000000000000000000000000000000",
      "blockHash": "0x88bb7fba1a3e79ed9e572a8ca546a2816a63256912bce4889c127e1d4b5b29a0",
      "transactionHash": "0x2c0353e0ec143cc83d457546ed6e13e63deb98cb90955dd7285712bd415ec852",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 99932,
          "transactionHash": "0x2c0353e0ec143cc83d457546ed6e13e63deb98cb90955dd7285712bd415ec852",
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x88bb7fba1a3e79ed9e572a8ca546a2816a63256912bce4889c127e1d4b5b29a0",
          "transactionLogIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 99932,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5f3c"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xd703a1849fc7f31154a510e0b0b602c901a49e90",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5fc0"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000200010000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x41c9601d434003df23a3460c26752374bcbd22034429dfd64bfa95fce0ad9ba4",
      "transactionHash": "0xaeea1aeccc487032879ff6a181d29f2e7a32c18acb61cfa9484694bea273bcfa",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 99943,
          "transactionHash": "0xaeea1aeccc487032879ff6a181d29f2e7a32c18acb61cfa9484694bea273bcfa",
          "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x41c9601d434003df23a3460c26752374bcbd22034429dfd64bfa95fce0ad9ba4",
          "transactionLogIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 99943,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5fc0"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xfba57afb42d63e7b09f783fa6e0604239d7bd779",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0xFbA57AFB42d63e7B09F783fA6E0604239d7Bd779",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5f3c"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000200000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000",
      "blockHash": "0xec65a76d3967f8ed81c9e7808e52059c46f67e61867afc73156d2415a1c38511",
      "transactionHash": "0xbabd066d734aae65cf9887693f0417202a10fbbf5b33874c842c84885cff1661",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 99956,
          "transactionHash": "0xbabd066d734aae65cf9887693f0417202a10fbbf5b33874c842c84885cff1661",
          "address": "0xFbA57AFB42d63e7B09F783fA6E0604239d7Bd779",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0xec65a76d3967f8ed81c9e7808e52059c46f67e61867afc73156d2415a1c38511",
          "transactionLogIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 99956,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5f3c"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x364890ad0ad806907de2936656d9e1df63d5ee3b",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0x364890aD0AD806907de2936656d9E1Df63d5Ee3B",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5f3c"
      },
      "logsBloom": "0x00000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0xd9a1bad0a28826309c3a5ac3d910ac7636768007f26ecd15667bd2b025c1e229",
      "transactionHash": "0xa587c5585d5bef556c76da937e79c4d1df0480706aeab3634f9ee6eb9ef3a827",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 99957,
          "transactionHash": "0xa587c5585d5bef556c76da937e79c4d1df0480706aeab3634f9ee6eb9ef3a827",
          "address": "0x364890aD0AD806907de2936656d9E1Df63d5Ee3B",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0xd9a1bad0a28826309c3a5ac3d910ac7636768007f26ecd15667bd2b025c1e229",
          "transactionLogIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 99957,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5f3c"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xf0055d45e4397968723e5c1456ca9acab3f535c7",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0xF0055D45e4397968723e5C1456ca9acaB3f535c7",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5f3c"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000200000000000000000000000000000000",
      "blockHash": "0x9b041d3cae4d1d071cfb8f913250daeb6235637e20e3e809d3941f9b0df1c427",
      "transactionHash": "0xa03ed9e91d07794913ae5688ae4658e320b36d9044a7e17b08826ec1dac73c34",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 99959,
          "transactionHash": "0xa03ed9e91d07794913ae5688ae4658e320b36d9044a7e17b08826ec1dac73c34",
          "address": "0xF0055D45e4397968723e5C1456ca9acaB3f535c7",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x9b041d3cae4d1d071cfb8f913250daeb6235637e20e3e809d3941f9b0df1c427",
          "transactionLogIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 99959,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5f3c"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x425d88bb87e01f269457dbcc62ac7a0533e3271a",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0x425d88bB87E01f269457dBcC62aC7a0533e3271a",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5f3c"
      },
      "logsBloom": "0x00000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000100000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x1e66a31280afa002b0dd25fb88215a020ab258350d0b3a8c46bc4c254c49fe64",
      "transactionHash": "0xa8266faa3dab4edc7dc65f4f1da69755795e893c8bb9b65844c7d99c90b8a604",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 99961,
          "transactionHash": "0xa8266faa3dab4edc7dc65f4f1da69755795e893c8bb9b65844c7d99c90b8a604",
          "address": "0x425d88bB87E01f269457dBcC62aC7a0533e3271a",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x1e66a31280afa002b0dd25fb88215a020ab258350d0b3a8c46bc4c254c49fe64",
          "transactionLogIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 99961,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5f3c"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x2e3590ecf1b621aaa0cea1ea7b36f4400cfd6305",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0x2E3590ECF1b621AAa0CeA1eA7B36f4400cfd6305",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5f3c"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000100000004000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x0c917b86456d281633175424f015f3a6e2e3d06717544841ce0abf5c6a61aef3",
      "transactionHash": "0x78fc83fda85f2bdd32dcb46097f5e7fefef8954a274b40a6fb87a613e9e8031e",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 99963,
          "transactionHash": "0x78fc83fda85f2bdd32dcb46097f5e7fefef8954a274b40a6fb87a613e9e8031e",
          "address": "0x2E3590ECF1b621AAa0CeA1eA7B36f4400cfd6305",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x0c917b86456d281633175424f015f3a6e2e3d06717544841ce0abf5c6a61aef3",
          "transactionLogIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 99963,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5f3c"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xfba79ff00a86594f188556ff43f7332847419316",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0xfBa79Ff00a86594f188556FF43f7332847419316",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5f3c"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000200000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x844f474a373214af3afd5cfebe3e33bcddc86f770561dcc485de5cb83321de1a",
      "transactionHash": "0x884e04791209a5392fcaf638de73f024739f4132282a7b8ac57c8b0b42cc3d5e",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 99964,
          "transactionHash": "0x884e04791209a5392fcaf638de73f024739f4132282a7b8ac57c8b0b42cc3d5e",
          "address": "0xfBa79Ff00a86594f188556FF43f7332847419316",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x844f474a373214af3afd5cfebe3e33bcddc86f770561dcc485de5cb83321de1a",
          "transactionLogIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 99964,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5f3c"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x3abc8d972ac4293257412009e9e690efedbcd15e",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0x3abc8D972Ac4293257412009E9e690EfEDBcd15e",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5f3c"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000001000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x067d37034e445e7cb7ccd9e7a2e9d2c6215a7ec0c2b83fdf397c22bd97ff663c",
      "transactionHash": "0xb48ba46d3c04b394ca17b7ea585961209241f05d76b3e4d86f53686ca8b803f7",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 99967,
          "transactionHash": "0xb48ba46d3c04b394ca17b7ea585961209241f05d76b3e4d86f53686ca8b803f7",
          "address": "0x3abc8D972Ac4293257412009E9e690EfEDBcd15e",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x067d37034e445e7cb7ccd9e7a2e9d2c6215a7ec0c2b83fdf397c22bd97ff663c",
          "transactionLogIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 99967,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5f3c"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x65c523399f60f5ffcc53dffee8ddcae2028d9156",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0x65c523399F60F5ffcc53dffee8ddCAE2028d9156",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5f3c"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0xae81f51a978d8d3028087f2e22d1578c121a35c27af9bba9720a210ffc3ff36b",
      "transactionHash": "0xbfe727a3282ba19e3e81aa28d597544c32ff973684d81181182f6784a9d79c8f",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 99970,
          "transactionHash": "0xbfe727a3282ba19e3e81aa28d597544c32ff973684d81181182f6784a9d79c8f",
          "address": "0x65c523399F60F5ffcc53dffee8ddCAE2028d9156",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0xae81f51a978d8d3028087f2e22d1578c121a35c27af9bba9720a210ffc3ff36b",
          "transactionLogIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 99970,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5f3c"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x02f4fa9e893fe03cccdf5a67aa75b4bd5a3f872c",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0x02F4Fa9e893FE03ccCdF5A67AA75B4bd5a3F872c",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5f3c"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000020000000000000000000000000000200000000000000000000000000000000000000000010000000000010000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0xa60b2bcafd3399b8808cc4b80807ba4e67afa1bf800a589711df0b7e30dacfd4",
      "transactionHash": "0x2703c1baf91dd7afe091ffb68d7b1979438a4ec241dce9170fdc71c9f9296de5",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 99971,
          "transactionHash": "0x2703c1baf91dd7afe091ffb68d7b1979438a4ec241dce9170fdc71c9f9296de5",
          "address": "0x02F4Fa9e893FE03ccCdF5A67AA75B4bd5a3F872c",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0xa60b2bcafd3399b8808cc4b80807ba4e67afa1bf800a589711df0b7e30dacfd4",
          "transactionLogIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 99971,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5f3c"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x682d20541e47883f4d10c739e14f0a4b328835a7",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0x682d20541e47883F4D10c739e14f0A4B328835a7",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5f3c"
      },
      "logsBloom": "0x00000000000010800000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x7661213bf38915e4aa6845e332866559c5839e1f05b8930734d27c78ee549b39",
      "transactionHash": "0xd6fef99e8d13e6d3888661f24c1165e61bde4c47794723b1fdc2aa0245c4f5a6",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 99973,
          "transactionHash": "0xd6fef99e8d13e6d3888661f24c1165e61bde4c47794723b1fdc2aa0245c4f5a6",
          "address": "0x682d20541e47883F4D10c739e14f0A4B328835a7",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x7661213bf38915e4aa6845e332866559c5839e1f05b8930734d27c78ee549b39",
          "transactionLogIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 99973,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5f3c"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xd703a1849fc7f31154a510e0b0b602c901a49e90",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "accessRequest",
      "methodArgs": [],
      "value": 0
    });
    
    
    {
      "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5d79"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000010000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0xa3e3cd3bb6df696feab0e3066c6afb90fb9ede883bdce33c58e026539fd20934",
      "transactionHash": "0xc50283baff34e79d10807e4f0d36ac57d513b4a74783d076ccbbc7b9782dd77a",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 99987,
          "transactionHash": "0xc50283baff34e79d10807e4f0d36ac57d513b4a74783d076ccbbc7b9782dd77a",
          "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "topics": [
            "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
          ],
          "data": "0x",
          "logIndex": 0,
          "blockHash": "0xa3e3cd3bb6df696feab0e3066c6afb90fb9ede883bdce33c58e026539fd20934",
          "transactionLogIndex": 0,
          "name": "AccessRequest",
          "signature": "AccessRequest()",
          "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
          "values": {
            "length": 0
          }
        }
      ],
      "blockNumber": 99987,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5d79"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xd4e1b2f36470f09d3858d34da41b70682416caba",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "accessRequest",
      "methodArgs": [
        0,
        "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
        "",
        [],
        []
      ],
      "value": 0
    });
    
    
    {
      "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x18bd5"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000100000010000000000000000000000000000000000000000000000",
      "blockHash": "0x2c0942920c79016101a227a83eca43da4080b6056eb474fc6467ccef8ff84b1a",
      "transactionHash": "0x3bd25075b9040c5cb95abb36e95aec15fd4f13313ec3cee9bbd1256def643a16",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 99990,
          "transactionHash": "0x3bd25075b9040c5cb95abb36e95aec15fd4f13313ec3cee9bbd1256def643a16",
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x2c0942920c79016101a227a83eca43da4080b6056eb474fc6467ccef8ff84b1a",
          "transactionLogIndex": 0,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 99990,
          "transactionHash": "0x3bd25075b9040c5cb95abb36e95aec15fd4f13313ec3cee9bbd1256def643a16",
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 1,
          "blockHash": "0x2c0942920c79016101a227a83eca43da4080b6056eb474fc6467ccef8ff84b1a",
          "transactionLogIndex": 1,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 99990,
          "transactionHash": "0x3bd25075b9040c5cb95abb36e95aec15fd4f13313ec3cee9bbd1256def643a16",
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f356a3276685a5843346b6532425a44484a6a335a636a334471636868556d397231584b3573744b746241747441356b4541655636354c4454617036394a667069684d3748485570694e6d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343465333434663861383964303939623362633064626137396239613364386461646530326364626236393161306331656236323432636432633265653266653636333336636533333365666263343734366535333262643964363665383836623266336633383230373964366261363264373862663335373736636136333763000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 2,
          "blockHash": "0x2c0942920c79016101a227a83eca43da4080b6056eb474fc6467ccef8ff84b1a",
          "transactionLogIndex": 2,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x01"
            },
            "1": 0,
            "2": "hq__5j2vhZXC4ke2BZDHJj3Zcj3DqchhUm9r1XK5stKtbAttA5kEAeV65LDTap69JfpihM7HHUpiNm",
            "3": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
            "4": "",
            "requestID": {
              "_hex": "0x01"
            },
            "level": 0,
            "contentHash": "hq__5j2vhZXC4ke2BZDHJj3Zcj3DqchhUm9r1XK5stKtbAttA5kEAeV65LDTap69JfpihM7HHUpiNm",
            "pkeRequestor": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
            "pkeAFGH": "",
            "length": 5
          }
        }
      ],
      "blockNumber": 99990,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x18bd5"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xd4e1b2f36470f09d3858d34da41b70682416caba",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "accessRequest",
      "methodArgs": [
        0,
        "0x04b1f4ee1e0dd799ab3ef9d563e70767f30511532d303fc3714dd6c0c6778adf957a75ff4c2259aa9991d48974726ab6aea949c883d5731ed841f68c3a2dfdbe50",
        "ktpkASeXWWkstPhozGpD5pfK3bAhwSsUsWRHyduRggBiws6uDzESUvXn6upe7V7p2UrQG77sfKfU7dNBox7h4geaB8wZ2Rr1GTXq1S4zUea2uESMHE79oyc4VLyjgQdBVQmAnB2MFiB5XYYw9NoHZNUeUWA4HP3TjSwe7kGQ5kLkqoPfo6h8vifPDMk9rP2wb3AeZP4FxnfxyCJw67ibmGgwuE7XFiJo2EkCAshbD44pzctVpm39CFgqbWypuqdfpJFfS75U65o",
        [],
        []
      ],
      "value": "0"
    });
    
    
    {
      "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
      "from": "0xdBf299FB9646e863FDD27f6A1C6506e83250C1e8",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x1a602"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000100000010000000000000000000000000000000000000000000000",
      "blockHash": "0x277efbc4110998658ddeb35a2af4fc47fe01f954fe19e82a16d224905e8dece6",
      "transactionHash": "0xafcc4cc00b6598adad484bff73a5eeeaf40321064b2064da9ba478c89f0618f4",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 100004,
          "transactionHash": "0xafcc4cc00b6598adad484bff73a5eeeaf40321064b2064da9ba478c89f0618f4",
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x277efbc4110998658ddeb35a2af4fc47fe01f954fe19e82a16d224905e8dece6",
          "transactionLogIndex": 0,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 100004,
          "transactionHash": "0xafcc4cc00b6598adad484bff73a5eeeaf40321064b2064da9ba478c89f0618f4",
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 1,
          "blockHash": "0x277efbc4110998658ddeb35a2af4fc47fe01f954fe19e82a16d224905e8dece6",
          "transactionLogIndex": 1,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 100004,
          "transactionHash": "0xafcc4cc00b6598adad484bff73a5eeeaf40321064b2064da9ba478c89f0618f4",
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f38386478764c737779505451453232587a73516154313473424d4c46577677354253624375315476487169647843704d57416d4476467a4d676f755048666358794a33355155324a3158000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008430783034623166346565316530646437393961623365663964353633653730373637663330353131353332643330336663333731346464366330633637373861646639353761373566663463323235396161393939316434383937343732366162366165613934396338383364353733316564383431663638633361326466646265353000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b4153655857576b737450686f7a4770443570664b336241687753735573575248796475526767426977733675447a45535576586e36757065375637703255725147373773664b665537644e426f783768346765614238775a32527231475458713153347a556561327545534d484537396f796334564c796a6751644256516d416e42324d4669423558595977394e6f485a4e556555574134485033546a537765376b4751356b4c6b716f50666f36683876696650444d6b3972503277623341655a503446786e667879434a77363769626d4767777545375846694a6f32456b4341736862443434707a637456706d3339434667716257797075716466704a46665337355536356f000000000000000000000000000000000000000000",
          "logIndex": 2,
          "blockHash": "0x277efbc4110998658ddeb35a2af4fc47fe01f954fe19e82a16d224905e8dece6",
          "transactionLogIndex": 2,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x02"
            },
            "1": 0,
            "2": "hq__88dxvLswyPTQE22XzsQaT14sBMLFWvw5BSbCu1TvHqidxCpMWAmDvFzMgouPHfcXyJ35QU2J1X",
            "3": "0x04b1f4ee1e0dd799ab3ef9d563e70767f30511532d303fc3714dd6c0c6778adf957a75ff4c2259aa9991d48974726ab6aea949c883d5731ed841f68c3a2dfdbe50",
            "4": "ktpkASeXWWkstPhozGpD5pfK3bAhwSsUsWRHyduRggBiws6uDzESUvXn6upe7V7p2UrQG77sfKfU7dNBox7h4geaB8wZ2Rr1GTXq1S4zUea2uESMHE79oyc4VLyjgQdBVQmAnB2MFiB5XYYw9NoHZNUeUWA4HP3TjSwe7kGQ5kLkqoPfo6h8vifPDMk9rP2wb3AeZP4FxnfxyCJw67ibmGgwuE7XFiJo2EkCAshbD44pzctVpm39CFgqbWypuqdfpJFfS75U65o",
            "requestID": {
              "_hex": "0x02"
            },
            "level": 0,
            "contentHash": "hq__88dxvLswyPTQE22XzsQaT14sBMLFWvw5BSbCu1TvHqidxCpMWAmDvFzMgouPHfcXyJ35QU2J1X",
            "pkeRequestor": "0x04b1f4ee1e0dd799ab3ef9d563e70767f30511532d303fc3714dd6c0c6778adf957a75ff4c2259aa9991d48974726ab6aea949c883d5731ed841f68c3a2dfdbe50",
            "pkeAFGH": "ktpkASeXWWkstPhozGpD5pfK3bAhwSsUsWRHyduRggBiws6uDzESUvXn6upe7V7p2UrQG77sfKfU7dNBox7h4geaB8wZ2Rr1GTXq1S4zUea2uESMHE79oyc4VLyjgQdBVQmAnB2MFiB5XYYw9NoHZNUeUWA4HP3TjSwe7kGQ5kLkqoPfo6h8vifPDMk9rP2wb3AeZP4FxnfxyCJw67ibmGgwuE7XFiJo2EkCAshbD44pzctVpm39CFgqbWypuqdfpJFfS75U65o",
            "length": 5
          }
        }
      ],
      "blockNumber": 100004,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x1a602"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x5e09c89225aa6dff5d81f5b00bf0f846b71198b3",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5fc0"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000",
      "blockHash": "0x70ec02fb28da1af254dcdba27de78ade20898cca874f29384e69ba3cfeff876b",
      "transactionHash": "0x3f44fcb32af86c52b93e9f58d9c6a459f96d0ea1d745bf0d0bd97a9fb18f82b0",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 100010,
          "transactionHash": "0x3f44fcb32af86c52b93e9f58d9c6a459f96d0ea1d745bf0d0bd97a9fb18f82b0",
          "address": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x70ec02fb28da1af254dcdba27de78ade20898cca874f29384e69ba3cfeff876b",
          "transactionLogIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 100010,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5fc0"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x8a06fb2c8cf28e6d2530969e0e78a67d8d6d99cf",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5f3c"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010001000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0xdd8f27910fc92c4f768d0e72b479ab38715a3000cfc21d80ed8f2ded77711289",
      "transactionHash": "0xbc3491497eeb828129efb1c19d43ba6fbb0dc84f1f845db1945eee08f4666059",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 100014,
          "transactionHash": "0xbc3491497eeb828129efb1c19d43ba6fbb0dc84f1f845db1945eee08f4666059",
          "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0xdd8f27910fc92c4f768d0e72b479ab38715a3000cfc21d80ed8f2ded77711289",
          "transactionLogIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 100014,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5f3c"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xd8c228ae585482f7b851d777414bbec2c6807f43",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5f3c"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0xd19b879b2384369e7d4048da110529897e8b21c51df1b0a74a94e90b37eebd3e",
      "transactionHash": "0x432c23fa626df3b53f6edf8d49e56105e5c0a737f46d5087d4395960b332ea79",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 100022,
          "transactionHash": "0x432c23fa626df3b53f6edf8d49e56105e5c0a737f46d5087d4395960b332ea79",
          "address": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0xd19b879b2384369e7d4048da110529897e8b21c51df1b0a74a94e90b37eebd3e",
          "transactionLogIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 100022,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5f3c"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x5e09c89225aa6dff5d81f5b00bf0f846b71198b3",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "accessRequest",
      "methodArgs": [],
      "value": 0
    });
    
    
    {
      "to": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5d79"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000400000000000000000000000000000000000000000000000000",
      "blockHash": "0x56f45db58d453f7a8e73eabf6974e9cd0443f2c6281f50cf9846dd835ee8db20",
      "transactionHash": "0xe76c98f018d00770b830da818612c3fcd2a2026362c60beb662ea99f907db7f4",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 100024,
          "transactionHash": "0xe76c98f018d00770b830da818612c3fcd2a2026362c60beb662ea99f907db7f4",
          "address": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
          "topics": [
            "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
          ],
          "data": "0x",
          "logIndex": 0,
          "blockHash": "0x56f45db58d453f7a8e73eabf6974e9cd0443f2c6281f50cf9846dd835ee8db20",
          "transactionLogIndex": 0,
          "name": "AccessRequest",
          "signature": "AccessRequest()",
          "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
          "values": {
            "length": 0
          }
        }
      ],
      "blockNumber": 100024,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5d79"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x8a06fb2c8cf28e6d2530969e0e78a67d8d6d99cf",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "accessRequest",
      "methodArgs": [
        0,
        "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
        "",
        [],
        []
      ],
      "value": 0
    });
    
    
    {
      "to": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x18bd5"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000001000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x92a02d25aa8a7822af396e625b8ac1df3026fde7dec1154447ee6d1ffe61526b",
      "transactionHash": "0x67edee0102da10d18c04906ec9f61795f093bb06fe2109132eb53145875fb703",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 100025,
          "transactionHash": "0x67edee0102da10d18c04906ec9f61795f093bb06fe2109132eb53145875fb703",
          "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x92a02d25aa8a7822af396e625b8ac1df3026fde7dec1154447ee6d1ffe61526b",
          "transactionLogIndex": 0,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 100025,
          "transactionHash": "0x67edee0102da10d18c04906ec9f61795f093bb06fe2109132eb53145875fb703",
          "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 1,
          "blockHash": "0x92a02d25aa8a7822af396e625b8ac1df3026fde7dec1154447ee6d1ffe61526b",
          "transactionLogIndex": 1,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 100025,
          "transactionHash": "0x67edee0102da10d18c04906ec9f61795f093bb06fe2109132eb53145875fb703",
          "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f4273315a6f4e355a68613634796355556b526b584d56554e544256766b396d66743162346d58617763356e46335538336375704231696e4341594b78336737786872766d4446673378530000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343465333434663861383964303939623362633064626137396239613364386461646530326364626236393161306331656236323432636432633265653266653636333336636533333365666263343734366535333262643964363665383836623266336633383230373964366261363264373862663335373736636136333763000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 2,
          "blockHash": "0x92a02d25aa8a7822af396e625b8ac1df3026fde7dec1154447ee6d1ffe61526b",
          "transactionLogIndex": 2,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x01"
            },
            "1": 0,
            "2": "hq__Bs1ZoN5Zha64ycUUkRkXMVUNTBVvk9mft1b4mXawc5nF3U83cupB1inCAYKx3g7xhrvmDFg3xS",
            "3": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
            "4": "",
            "requestID": {
              "_hex": "0x01"
            },
            "level": 0,
            "contentHash": "hq__Bs1ZoN5Zha64ycUUkRkXMVUNTBVvk9mft1b4mXawc5nF3U83cupB1inCAYKx3g7xhrvmDFg3xS",
            "pkeRequestor": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
            "pkeAFGH": "",
            "length": 5
          }
        }
      ],
      "blockNumber": 100025,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x18bd5"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xd4e1b2f36470f09d3858d34da41b70682416caba",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "accessRequest",
      "methodArgs": [
        0,
        "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
        "",
        [],
        []
      ],
      "value": 0
    });
    
    
    {
      "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x1513d"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000100000010000000000000000000000000000000000000000000000",
      "blockHash": "0xf0eb80e21d934b462214e630d8e64c3cf2ccd8dfd0b7e4d1d637f747535dcf1b",
      "transactionHash": "0xac8d2364fa656098c31a4933485fd07b99780dd4522d409ce067bb64c4d7a72d",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 100028,
          "transactionHash": "0xac8d2364fa656098c31a4933485fd07b99780dd4522d409ce067bb64c4d7a72d",
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0xf0eb80e21d934b462214e630d8e64c3cf2ccd8dfd0b7e4d1d637f747535dcf1b",
          "transactionLogIndex": 0,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 100028,
          "transactionHash": "0xac8d2364fa656098c31a4933485fd07b99780dd4522d409ce067bb64c4d7a72d",
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 1,
          "blockHash": "0xf0eb80e21d934b462214e630d8e64c3cf2ccd8dfd0b7e4d1d637f747535dcf1b",
          "transactionLogIndex": 1,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 100028,
          "transactionHash": "0xac8d2364fa656098c31a4933485fd07b99780dd4522d409ce067bb64c4d7a72d",
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f34726f55456b38544831375441776142666f6331766a6b546a6e4d643467713656455665763832696941486f7a784178625a317333676e383469426f75716a666450734b353641794b460000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343465333434663861383964303939623362633064626137396239613364386461646530326364626236393161306331656236323432636432633265653266653636333336636533333365666263343734366535333262643964363665383836623266336633383230373964366261363264373862663335373736636136333763000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 2,
          "blockHash": "0xf0eb80e21d934b462214e630d8e64c3cf2ccd8dfd0b7e4d1d637f747535dcf1b",
          "transactionLogIndex": 2,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x03"
            },
            "1": 0,
            "2": "hq__4roUEk8TH17TAwaBfoc1vjkTjnMd4gq6VEVev82iiAHozxAxbZ1s3gn84iBouqjfdPsK56AyKF",
            "3": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
            "4": "",
            "requestID": {
              "_hex": "0x03"
            },
            "level": 0,
            "contentHash": "hq__4roUEk8TH17TAwaBfoc1vjkTjnMd4gq6VEVev82iiAHozxAxbZ1s3gn84iBouqjfdPsK56AyKF",
            "pkeRequestor": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
            "pkeAFGH": "",
            "length": 5
          }
        }
      ],
      "blockNumber": 100028,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x1513d"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xd4e1b2f36470f09d3858d34da41b70682416caba",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "accessComplete",
      "methodArgs": [
        {
          "_hex": "0x03"
        },
        90,
        ""
      ]
    });
    
    
    {
      "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x8fd9"
      },
      "logsBloom": "0x00000000400000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000010800000000000000000000000000000000000000000000",
      "blockHash": "0x16a70bd8ce9262b69e84ec9d70e151e3c8dc6d6595d755a7e4a0e28dc0037650",
      "transactionHash": "0x5f57e0635f56c95e0860a589bfca93abd388bd4bf1d938894f708078db0924b8",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 100029,
          "transactionHash": "0x5f57e0635f56c95e0860a589bfca93abd388bd4bf1d938894f708078db0924b8",
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "topics": [
            "0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000005a0000000000000000000000000000000000000000000000000000000000000001",
          "logIndex": 0,
          "blockHash": "0x16a70bd8ce9262b69e84ec9d70e151e3c8dc6d6595d755a7e4a0e28dc0037650",
          "transactionLogIndex": 0,
          "name": "AccessComplete",
          "signature": "AccessComplete(uint256,uint256,bool)",
          "topic": "0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06",
          "values": {
            "0": {
              "_hex": "0x03"
            },
            "1": {
              "_hex": "0x5a"
            },
            "2": true,
            "requestID": {
              "_hex": "0x03"
            },
            "scorePct": {
              "_hex": "0x5a"
            },
            "customContractResult": true,
            "length": 3
          }
        }
      ],
      "blockNumber": 100029,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x8fd9"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x341c59b16a9b2664b7bb4fc20306faef50b6cf14",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "accessRequest",
      "methodArgs": [],
      "value": 0
    });
    
    
    {
      "to": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0xa673"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000020002100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0xe988c802c675f0b3856df10a767538a9a7b8fcf825d616f5f212e7fca42d5d1a",
      "transactionHash": "0x604752d710b5fa1d66e2cd3bacddc82a93a77ecb2a744b4821c02a090da80f13",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 100033,
          "transactionHash": "0x604752d710b5fa1d66e2cd3bacddc82a93a77ecb2a744b4821c02a090da80f13",
          "address": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
          "topics": [
            "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
          ],
          "data": "0x",
          "logIndex": 0,
          "blockHash": "0xe988c802c675f0b3856df10a767538a9a7b8fcf825d616f5f212e7fca42d5d1a",
          "transactionLogIndex": 0,
          "name": "AccessRequest",
          "signature": "AccessRequest()",
          "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
          "values": {
            "length": 0
          }
        }
      ],
      "blockNumber": 100033,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0xa673"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xd4e1b2f36470f09d3858d34da41b70682416caba",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "accessRequest",
      "methodArgs": [
        0,
        "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
        "",
        [],
        []
      ],
      "value": 0
    });
    
    
    {
      "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x1513d"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000100000010000000000000000000000000000000000000000000000",
      "blockHash": "0x62086e287b303e8b0cdc4f7d70d6b627f9eff0bfb2f316267672c17b8a10a8cc",
      "transactionHash": "0x42e0a9067d8d85d82332449823487c44e0b755a6085536f91a00218479a83c7f",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 100034,
          "transactionHash": "0x42e0a9067d8d85d82332449823487c44e0b755a6085536f91a00218479a83c7f",
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x62086e287b303e8b0cdc4f7d70d6b627f9eff0bfb2f316267672c17b8a10a8cc",
          "transactionLogIndex": 0,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 100034,
          "transactionHash": "0x42e0a9067d8d85d82332449823487c44e0b755a6085536f91a00218479a83c7f",
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 1,
          "blockHash": "0x62086e287b303e8b0cdc4f7d70d6b627f9eff0bfb2f316267672c17b8a10a8cc",
          "transactionLogIndex": 1,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 100034,
          "transactionHash": "0x42e0a9067d8d85d82332449823487c44e0b755a6085536f91a00218479a83c7f",
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f34726f55456b38544831375441776142666f6331766a6b546a6e4d643467713656455665763832696941486f7a784178625a317333676e383469426f75716a666450734b353641794b460000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343465333434663861383964303939623362633064626137396239613364386461646530326364626236393161306331656236323432636432633265653266653636333336636533333365666263343734366535333262643964363665383836623266336633383230373964366261363264373862663335373736636136333763000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 2,
          "blockHash": "0x62086e287b303e8b0cdc4f7d70d6b627f9eff0bfb2f316267672c17b8a10a8cc",
          "transactionLogIndex": 2,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x04"
            },
            "1": 0,
            "2": "hq__4roUEk8TH17TAwaBfoc1vjkTjnMd4gq6VEVev82iiAHozxAxbZ1s3gn84iBouqjfdPsK56AyKF",
            "3": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
            "4": "",
            "requestID": {
              "_hex": "0x04"
            },
            "level": 0,
            "contentHash": "hq__4roUEk8TH17TAwaBfoc1vjkTjnMd4gq6VEVev82iiAHozxAxbZ1s3gn84iBouqjfdPsK56AyKF",
            "pkeRequestor": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
            "pkeAFGH": "",
            "length": 5
          }
        }
      ],
      "blockNumber": 100034,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x1513d"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xd4e1b2f36470f09d3858d34da41b70682416caba",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x65a1"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000010000000000000000000000000000000000000000000000",
      "blockHash": "0x5e33a2330b269b80cd8edb5d994b2bb6c581b78d889e1d6d8d53383338081841",
      "transactionHash": "0x4e81487f9dedf6e8b1e3de164a05732e1a5de8fae7360e446643d8de64ddab78",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 100035,
          "transactionHash": "0x4e81487f9dedf6e8b1e3de164a05732e1a5de8fae7360e446643d8de64ddab78",
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f34726f55456b38544831375441776142666f6331766a6b546a6e4d643467713656455665763832696941486f7a784178625a317333676e383469426f75716a666450734b353641794b46000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x5e33a2330b269b80cd8edb5d994b2bb6c581b78d889e1d6d8d53383338081841",
          "transactionLogIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "hq__4roUEk8TH17TAwaBfoc1vjkTjnMd4gq6VEVev82iiAHozxAxbZ1s3gn84iBouqjfdPsK56AyKF",
            "objectHash": "hq__4roUEk8TH17TAwaBfoc1vjkTjnMd4gq6VEVev82iiAHozxAxbZ1s3gn84iBouqjfdPsK56AyKF",
            "length": 1
          }
        }
      ],
      "blockNumber": 100035,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x65a1"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xd4e1b2f36470f09d3858d34da41b70682416caba",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "deleteVersion",
      "methodArgs": [
        "hq__5j2vhZXC4ke2BZDHJj3Zcj3DqchhUm9r1XK5stKtbAttA5kEAeV65LDTap69JfpihM7HHUpiNm"
      ]
    });
    
    
    {
      "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x1ab83"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000100000010000000000000000000000000000000000000000000002",
      "blockHash": "0x83a62997775b9f78d3d52fb9c7fad29c414eaab6e3057101bfeb437e8003450e",
      "transactionHash": "0x1436270d4e36f9c8701365e9dce8a108403afbd730178c4b10b01225beaa0e1a",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 100038,
          "transactionHash": "0x1436270d4e36f9c8701365e9dce8a108403afbd730178c4b10b01225beaa0e1a",
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "topics": [
            "0x238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51"
          ],
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d6549800000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000004e68715f5f356a3276685a5843346b6532425a44484a6a335a636a334471636868556d397231584b3573744b746241747441356b4541655636354c4454617036394a667069684d3748485570694e6d000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x83a62997775b9f78d3d52fb9c7fad29c414eaab6e3057101bfeb437e8003450e",
          "transactionLogIndex": 0,
          "name": "VersionDelete",
          "signature": "VersionDelete(address,string,int256)",
          "topic": "0x238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__5j2vhZXC4ke2BZDHJj3Zcj3DqchhUm9r1XK5stKtbAttA5kEAeV65LDTap69JfpihM7HHUpiNm",
            "2": {
              "_hex": "0x01"
            },
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "versionHash": "hq__5j2vhZXC4ke2BZDHJj3Zcj3DqchhUm9r1XK5stKtbAttA5kEAeV65LDTap69JfpihM7HHUpiNm",
            "index": {
              "_hex": "0x01"
            },
            "length": 3
          }
        }
      ],
      "blockNumber": 100038,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x1ab83"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x341c59b16a9b2664b7bb4fc20306faef50b6cf14",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "deleteContent",
      "methodArgs": [
        "0xd4e1b2f36470f09d3858d34da41b70682416caba"
      ]
    });
    
    
    {
      "to": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x4888"
      },
      "logsBloom": "0x00000000000800000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000020000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x3ccddc4b45e946f8c11623dc739900e7678316fda1bf97d613d8f98752bbf9f5",
      "transactionHash": "0xdecba310befd60233e9b8fe66d1c80b2ab2b7e7ab4e0280293f959be5346a636",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 100039,
          "transactionHash": "0xdecba310befd60233e9b8fe66d1c80b2ab2b7e7ab4e0280293f959be5346a636",
          "address": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
          "topics": [
            "0x36500cee87b0da1746889a3483dccb525acfc40b8c0f2218e164c6cdf1482a3e"
          ],
          "data": "0x000000000000000000000000d4e1b2f36470f09d3858d34da41b70682416caba0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "logIndex": 0,
          "blockHash": "0x3ccddc4b45e946f8c11623dc739900e7678316fda1bf97d613d8f98752bbf9f5",
          "transactionLogIndex": 0,
          "name": "ContentObjectDeleted",
          "signature": "ContentObjectDeleted(address,address)",
          "topic": "0x36500cee87b0da1746889a3483dccb525acfc40b8c0f2218e164c6cdf1482a3e",
          "values": {
            "0": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
            "1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 2
          }
        }
      ],
      "blockNumber": 100039,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x4888"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "kill",
      "methodArgs": []
    });
    
    
    {
      "to": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x35c9"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0xc4b040d85a9a7821dc90db88132807e318a9802b2cd60ab14159f62ae799dc89",
      "transactionHash": "0xae972d9129b44ee882ec7685c6ec0f761d8f45854d88decc051a4fff5fb8b71b",
      "logs": [],
      "blockNumber": 100041,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x35c9"
      },
      "status": 1,
      "byzantium": true
    }
    Source:

    ClearCache()

    Clear saved access and state channel tokens

    Example
     ClearCache();
    
    
    <No Return Value>
    Source:

    ClearSigner()

    Remove the signer from this client

    Source:

    async Collection({collectionType}) → Promise.<Array.<string>>

    Get a list of unique addresses of all of the specified type the current user has access to through both their user wallet and through access groups

    Returns: List of addresses of available items
    Parameters:
    Name Type Description
    collectionType string

    Type of collection to retrieve

    • accessGroups
    • contentObjects
    • contentTypes
    • contracts
    • libraries
    Examples
    async Collection({
      "collectionType": "contentTypes"
    });
    
    
    []
    async Collection({
      "collectionType": "contentTypes"
    });
    
    
    [
      "0x417fF711191E0128700C731895FA6C0593c5d782"
    ]
    async Collection({
      "collectionType": "libraries"
    });
    
    
    [
      "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14"
    ]
    Source:

    async ContentLibraries() → Promise.<Array.<string>>

    List content libraries - returns a list of content library IDs available to the current user

    Example
    async ContentLibraries();
    
    
    [
      "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X"
    ]
    Source:

    async ContentLibrary({libraryId}) → Promise.<Object>

    Returns information about the content library

    See:
    • GET /qlibs/:qlibid
    Parameters:
    Name Type Description
    libraryId string
    Example
    async ContentLibrary({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X"
    });
    
    
    {
      "id": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "qid": "iq__j7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "meta": {}
    }
    Source:

    async ContentLibraryGroupPermissions({
    libraryId,
    permissionsoptional
    })
    → Promise.<Object>

    List all of the groups with permissions on the specified library.

    Returns: Object mapping group addresses to permissions, as an array
  • Example: { "0x0": ["accessor", "contributor"], ...}
  • Parameters:
    Name Type Attributes Description
    libraryId string

    The ID of the library* @param {string} libraryId - The ID of the library

    permissions Array.<string> <optional>

    Limit permission types. If not specified, all permissions will be included

    Examples
    async ContentLibraryGroupPermissions({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "permissions": [
        "contributor"
      ]
    });
    
    
    {}
    async ContentLibraryGroupPermissions({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "permissions": [
        "reviewer"
      ]
    });
    
    
    {}
    async ContentLibraryGroupPermissions({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X"
    });
    
    
    {
      "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee": [
        "contributor",
        "reviewer"
      ]
    }
    async ContentLibraryGroupPermissions({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "permissions": [
        "accessor"
      ]
    });
    
    
    {}
    async ContentLibraryGroupPermissions({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "permissions": [
        "reviewer"
      ]
    });
    
    
    {
      "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee": [
        "reviewer"
      ]
    }
    async ContentLibraryGroupPermissions({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X"
    });
    
    
    {
      "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee": [
        "accessor",
        "contributor"
      ]
    }
    Source:

    async ContentLibraryOwner({libraryId}) → Promise.<string>

    Returns the address of the owner of the specified content library

    Returns: The account address of the owner
    Parameters:
    Name Type Description
    libraryId string
    Example
    async ContentLibraryOwner({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X"
    });
    
    
    "0x8fa6a828624352163df8ed7c1faa745c1ab3939b"
    Source:

    async ContentObject({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional
    })
    → Promise.<Object>

    Get a specific content object in the library

    Returns: Description of created object
    See:
    • /qlibs/:qlibid/q/:qhit
    Parameters:
    Name Type Attributes Description
    libraryId string <optional>

    ID of the library

    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Version hash of the object -- if not specified, latest version is returned

    Examples
    async ContentObject({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF"
    });
    
    
    {
      "id": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "hash": "hq__88dxvLswyPTQE22XzsQaT14sBMLFWvw5BSbCu1TvHqidxCpMWAmDvFzMgouPHfcXyJ35QU2J1X",
      "type": "hq__AoYY7jhnmMYJSjGTWeXq3aJUhgHAS2463PYqdW5BVUVU5rNXmoo4bM5YgjV7ycP4MAG9hGhcJD"
    }
    async ContentObject({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__42gJKSsPoLCNkmEiDopEfPSujc2e"
    });
    
    
    {
      "id": "iq__42gJKSsPoLCNkmEiDopEfPSujc2e",
      "hash": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL",
      "type": ""
    }
    async ContentObject({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq"
    });
    
    
    {
      "id": "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq",
      "hash": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35",
      "type": ""
    }
    async ContentObject({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi"
    });
    
    
    {
      "id": "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi",
      "hash": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx",
      "type": ""
    }
    async ContentObject({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "versionHash": "hq__5j2vhZXC4ke2BZDHJj3Zcj3DqchhUm9r1XK5stKtbAttA5kEAeV65LDTap69JfpihM7HHUpiNm"
    });
    
    
    {
      "id": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "hash": "hq__5j2vhZXC4ke2BZDHJj3Zcj3DqchhUm9r1XK5stKtbAttA5kEAeV65LDTap69JfpihM7HHUpiNm",
      "type": "hq__AoYY7jhnmMYJSjGTWeXq3aJUhgHAS2463PYqdW5BVUVU5rNXmoo4bM5YgjV7ycP4MAG9hGhcJD"
    }
    Source:

    async ContentObjectAccessComplete({
    objectId,
    score
    })
    → Promise.<Object>

    Call accessComplete on the specified content object contract using a previously cached requestID. Caching must be enabled and an access request must have been previously made on the specified object by this client instance.

    Returns: Transaction log of the AccessComplete event
    Parameters:
    Name Type Description
    objectId string

    ID of the object

    score number

    Percentage score (0-100)

    Example
    async ContentObjectAccessComplete({
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "score": 90
    });
    
    
    {
      "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x8fd9"
      },
      "logsBloom": "0x00000000400000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000010800000000000000000000000000000000000000000000",
      "blockHash": "0x16a70bd8ce9262b69e84ec9d70e151e3c8dc6d6595d755a7e4a0e28dc0037650",
      "transactionHash": "0x5f57e0635f56c95e0860a589bfca93abd388bd4bf1d938894f708078db0924b8",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 100029,
          "transactionHash": "0x5f57e0635f56c95e0860a589bfca93abd388bd4bf1d938894f708078db0924b8",
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "topics": [
            "0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000005a0000000000000000000000000000000000000000000000000000000000000001",
          "logIndex": 0,
          "blockHash": "0x16a70bd8ce9262b69e84ec9d70e151e3c8dc6d6595d755a7e4a0e28dc0037650",
          "transactionLogIndex": 0,
          "name": "AccessComplete",
          "signature": "AccessComplete(uint256,uint256,bool)",
          "topic": "0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06",
          "values": {
            "0": {
              "_hex": "0x03"
            },
            "1": {
              "_hex": "0x5a"
            },
            "2": true,
            "requestID": {
              "_hex": "0x03"
            },
            "scorePct": {
              "_hex": "0x5a"
            },
            "customContractResult": true,
            "length": 3
          }
        }
      ],
      "blockNumber": 100029,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x8fd9"
      },
      "status": 1,
      "byzantium": true
    }
    Source:

    async ContentObjectLibraryId({
    objectIdoptional,
    versionHashoptional
    })
    → Promise.<string>

    Retrieve the library ID for the specified content object

    Returns: Library ID of the object
    Parameters:
    Name Type Attributes Description
    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Version hash of the object

    Example
    async ContentObjectLibraryId({
      "objectId": "iq__hVX1Cg1Utmchs7oXomPYBFuswym"
    });
    
    
    "ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8"
    Source:

    async ContentObjectMetadata({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional,
    writeTokenoptional,
    metadataSubtreeoptional,
    noAuthoptional
    })
    → Promise.<(Object|string)>

    Get the metadata of a content object

    Returns: Metadata of the content object
    See:
    • /qlibs/:qlibid/q/:qhit/meta
    Parameters:
    Name Type Attributes Default Description
    libraryId string <optional>

    ID of the library

    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Version of the object -- if not specified, latest version is used

    writeToken string <optional>

    Write token of an object draft - if specified, will read metadata from the draft

    metadataSubtree string <optional>

    Subtree of the object metadata to retrieve

    noAuth boolean <optional>
    false

    If specified, authorization will not be performed for this call

    Examples
    async ContentObjectMetadata({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "metadataSubtree": "eluv.caps.ikms2s41ivY1BDJ8K5PJyAtTtJZQcHZ"
    });
    
    
    "BJJlq4qGiWMep6rRIlmUyC8nGYWQwdTuws8I3dwYki/IzSXCo6mYBGxXtY3iJr8Cu+0KBpT4fDDz8FY0myvwQKMF04y8ymqQjn2lhO1k3cRkJgxd8cich5mvv6vjOQ3aAYtXsrwNM2TB+dyUEjMywX58cgiFPsIKMh7VYF6/ygnlIpjM0ycXoegWILJkQ4HGrHTJwJMe6SdFEvGuVFzwu+U9VKNYaeCx6limOvqD4pJCJdW35zMHx8ewKdmCb6Fl2ed8lzkOt+T/17sQ+V1MoRqBEBj8G0Njgt62Fnvzp2Omu2mXMQpMRzNpvmd6WjxqMEP0jOfDXXomd6D273Q5Aik7+n7vDUxreo8TdpZxe81cbQU49+ZJ1hVf9I7KAzd6IXdNoLOqINFkdpCQ38I+Ho3u/sa7KK+D5yHCf3jbkpqwA6dLBHyoQXjkjuorvNLNPT/K1eyMQH6nmTYde10GiyRt6EkXjP+BUKCkcntnWj07"
    async ContentObjectMetadata({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__2fkf3hb3upAKx6CpHnBG4nUgZcns"
    });
    
    
    {
      "bitcode_flags": "abrmaster",
      "bitcode_format": "builtin"
    }
    async ContentObjectMetadata({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "versionHash": "hq__88dxvLswyPTQE22XzsQaT14sBMLFWvw5BSbCu1TvHqidxCpMWAmDvFzMgouPHfcXyJ35QU2J1X",
      "metadataSubtree": "video_tags"
    });
    
    
    <No Return Value>
    async ContentObjectMetadata({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "metadataSubtree": "contentTypes/library"
    });
    
    
    "iq__42gJKSsPoLCNkmEiDopEfPSujc2e"
    async ContentObjectMetadata({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__42gJKSsPoLCNkmEiDopEfPSujc2e"
    });
    
    
    {
      "bitcode_part": "hqp_3AttPxAV6U7nRM1szSYiV3j16oVRrokT6nnrh6acsRa2vnXi",
      "eluv.description": "",
      "name": "Library"
    }
    async ContentObjectMetadata({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "metadataSubtree": "contentTypes/Production Master"
    });
    
    
    <No Return Value>
    async ContentObjectMetadata({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "metadataSubtree": "contentTypes"
    });
    
    
    {
      "abrmaster": "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi",
      "advertisement": "iq__3Fd24Yeyi6ap826va5kYR1VnYNkX",
      "avmaster_imf": "iq__36jjGPHhacyPgehzKN1CLZGXxnwB",
      "campaign": "iq__3ugM27TmKaK3aH5FhroqAGddFoty",
      "campaign_manager": "iq__ruJTQUEiuvWwP5VV6z7A39j5pkr",
      "channel": "iq__3KicsTfHxAru9hwCDAfWsLtCKYMa",
      "commercial_offering": "iq__3kEo6MBsom7Jt5ud5tbMVa6GxXbG",
      "library": "iq__42gJKSsPoLCNkmEiDopEfPSujc2e",
      "linear_channel": "iq__UQCrqjSX4YuBotjvRg2Cx3FJ3D1",
      "production_master": "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq",
      "sponsored_content": "iq__22H7vhkwVD8QDPWjANkB4aAXpCUg",
      "sponsored_content_abrmaster": "iq__3syfVBh2A9tvygGHPetwggkfDwtn",
      "submission": "iq__2punfHYE6Xv6B5GmRiuCorsELxei",
      "video": "iq__3Fy51pJBpjo7nrNFQFETUAYvRe9E"
    }
    async ContentObjectMetadata({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq"
    });
    
    
    {
      "bitcode_flags": "abrmaster",
      "bitcode_format": "builtin",
      "name": "Production Master"
    }
    async ContentObjectMetadata({
      "versionHash": "hq__Bs1ZoN5Zha64ycUUkRkXMVUNTBVvk9mft1b4mXawc5nF3U83cupB1inCAYKx3g7xhrvmDFg3xS"
    });
    
    
    {
      "description": "Production Master Test Description",
      "elv_created_at": 1572986187007,
      "files": {
        ".": {
          "type": "directory"
        },
        "Video.mp4": {
          ".": {
            "parts": [
              0,
              1,
              2
            ],
            "size": 97944174
          }
        }
      },
      "mime-types": {
        "mp4": "video/mp4"
      },
      "name": "Production Master Test",
      "production_master": {
        "log": {},
        "sources": {
          "Video.mp4": {
            "container_format": {
              "duration": 120.1201171875,
              "filename": "Video.mp4",
              "format_name": "mov,mp4,m4a,3gp,3g2,mj2",
              "start_time": 0
            },
            "streams": [
              {
                "bit_rate": 6522141,
                "codec_name": "h264",
                "display_aspect_ratio": "16/9",
                "duration": 120.12012012012012,
                "duration_ts": 1440000,
                "field_order": "",
                "frame_count": 2880,
                "frame_rate": "2997/125",
                "height": 1080,
                "language": "",
                "max_bit_rate": 0,
                "sample_aspect_ratio": "1",
                "start_pts": 0,
                "start_time": 0,
                "time_base": "1/11988",
                "type": "StreamVideo",
                "width": 1920
              }
            ]
          }
        },
        "variants": {
          "default": {
            "log": {},
            "streams": {
              "video": {
                "mapping_info": "",
                "sources": [
                  {
                    "files_api_path": "Video.mp4",
                    "stream_index": 0
                  }
                ]
              }
            }
          }
        }
      },
      "public": {
        "description": "Production Master Test Description",
        "name": "Production Master Test"
      },
      "test": "master"
    }
    async ContentObjectMetadata({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "metadataSubtree": "contentTypes/ABR Master"
    });
    
    
    <No Return Value>
    async ContentObjectMetadata({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi"
    });
    
    
    {
      "bitcode_flags": "abrmaster",
      "bitcode_format": "builtin",
      "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
      "eluv.displayApp": "displayApp/index.html",
      "eluv.manageApp": "manageApp.html",
      "files": {
        ".": {
          "type": "directory"
        },
        "displayApp": {
          ".": {
            "type": "directory"
          },
          "index.html": {
            ".": {
              "parts": [
                73
              ],
              "size": 1219848
            }
          }
        },
        "displayApp.html": {
          ".": {
            "parts": [
              60
            ],
            "size": 1219577
          }
        },
        "manageApp.html": {
          ".": {
            "parts": [
              0
            ],
            "size": 1082307
          }
        }
      },
      "mime-types": {
        "html": "text/html"
      },
      "name": "ABR Master"
    }
    async ContentObjectMetadata({
      "versionHash": "hq__Bs1ZoN5Zha64ycUUkRkXMVUNTBVvk9mft1b4mXawc5nF3U83cupB1inCAYKx3g7xhrvmDFg3xS",
      "metadataSubtree": "public/name"
    });
    
    
    "Production Master Test"
    async ContentObjectMetadata({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF"
    });
    
    
    {
      "eluv.caps.ikms2s41ivY1BDJ8K5PJyAtTtJZQcHZ": "BJJlq4qGiWMep6rRIlmUyC8nGYWQwdTuws8I3dwYki/IzSXCo6mYBGxXtY3iJr8Cu+0KBpT4fDDz8FY0myvwQKMF04y8ymqQjn2lhO1k3cRkJgxd8cich5mvv6vjOQ3aAYtXsrwNM2TB+dyUEjMywX58cgiFPsIKMh7VYF6/ygnlIpjM0ycXoegWILJkQ4HGrHTJwJMe6SdFEvGuVFzwu+U9VKNYaeCx6limOvqD4pJCJdW35zMHx8ewKdmCb6Fl2ed8lzkOt+T/17sQ+V1MoRqBEBj8G0Njgt62Fnvzp2Omu2mXMQpMRzNpvmd6WjxqMEP0jOfDXXomd6D273Q5Aik7+n7vDUxreo8TdpZxe81cbQU49+ZJ1hVf9I7KAzd6IXdNoLOqINFkdpCQ38I+Ho3u/sa7KK+D5yHCf3jbkpqwA6dLBHyoQXjkjuorvNLNPT/K1eyMQH6nmTYde10GiyRt6EkXjP+BUKCkcntnWj07",
      "eluv.caps.iusr315NdZw7kWywXVDTX8psFHfLD4iN": "BJJlq4qGiWMep6rRIlmUyC8nGYWQwdTuws8I3dwYki/IzSXCo6mYBGxXtY3iJr8Cu+0KBpT4fDDz8FY0myvwQKPInVBDAyU0g7F/LybqnPWIinrRAbMv/kaRmzUUNtifegn8vOWP38UmEB84kHLHhnyU+nKVYL+X0r6Lfi43nXJLf3L1T7I2VSHZiaGjPlwme0tpLHsKyjLkyBy8oyi0XLYuBFKcxd888QBgu01EhNmDYQUh8q/45lCkH9mkV/y/F0Y2Tqa9tAznbVVRHRBNorhFuxye9rwHiwu0ww2vYEPGQSe+RahU2YF1bVcIBRVTpQwjkLPVC3Q5o1Du2cKTsBPWi9bVxd+hxayMpfXOCEFbWYP2+66MVSMGTMqSDSY5LcAc/VFzSPb7AKCs4nFVUTpM0Ol8lOCGWCLiJFk/oOEPNUdAC1rnhCSe/aT6Okv7O2sg2CwzgnhcKnjYkJIkoTyX51R7B3R9Af7NpAQyC63k",
      "files": {
        ".": {
          "type": "directory"
        },
        "testDirectory": {
          ".": {
            "type": "directory"
          },
          "File 1": {
            ".": {
              "parts": [
                0
              ],
              "size": 100000
            }
          },
          "File 2": {
            ".": {
              "parts": [
                1
              ],
              "size": 100000
            }
          }
        }
      },
      "mime-types": {
        "": "text/plain"
      },
      "name": "Test Content Object",
      "toMerge": {
        "merge": "me",
        "new": "metadata"
      },
      "toReplace": {
        "new": "metadata"
      }
    }
    Source:

    async ContentObjectOwner({libraryId}) → Promise.<string>

    Returns the address of the owner of the specified content object

    Returns: The account address of the owner
    Parameters:
    Name Type Description
    libraryId string
    Example
    async ContentObjectOwner({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF"
    });
    
    
    "0x8fa6a828624352163df8ed7c1faa745c1ab3939b"
    Source:

    async ContentObjects({
    libraryId,
    filterOptionsoptional
    })
    → Promise.<Array.<Object>>

    List content objects in the specified library

    Returns: List of objects in library
    See:
    • /qlibs/:qlibid/q
    Parameters:
    Name Type Attributes Description
    libraryId string

    ID of the library

    filterOptions object <optional>

    Pagination, sorting and filtering options

    Properties
    Name Type Attributes Default Description
    latestOnly boolean <optional>
    true

    If specified, only latest version of objects will be included

    start number <optional>

    Start index for pagination

    limit number <optional>

    Max number of objects to return

    cacheId string <optional>

    Cache ID corresponding a previous query

    sort Array.<string> | string <optional>

    Sort by the specified key(s)

    • @param {boolean=} filterOptions.sortDesc=false - Sort in descending order
    select Array.<string> | string <optional>

    Include only the specified metadata keys

    filter Array.<object> | object <optional>

    Filter objects by metadata

    Properties
    Name Type Attributes Description
    key string <optional>

    Key to filter on

    type string <optional>

    Type of filter to use for the specified key:

    • eq, neq, lt, lte, gt, gte, cnt (contains), ncnt (does not contain),
    filter string <optional>

    Filter for the specified key

    Examples
    async ContentObjects({
      "libraryId": "ilib3zjtkDYnCXEygRXLdwmLbkiYNJjH"
    });
    
    
    {
      "contents": [
        {
          "id": "iq__2REaH98i14HFEYciB4guURubHgUV",
          "versions": [
            {
              "id": "iq__2REaH98i14HFEYciB4guURubHgUV",
              "hash": "hq__LiDphZwC8Ycys4BfeZnQoktZLFooFCrNu2R6TxGE452puq5TZsYkMgbdDQSZLBHgcCHoVG7NC5",
              "type": "",
              "meta": {
                "name": "Test Object 8",
                "otherKey": 2
              }
            }
          ]
        },
        {
          "id": "iq__2TBLvH4suhraVHfpcdoRoZadLFSn",
          "versions": [
            {
              "id": "iq__2TBLvH4suhraVHfpcdoRoZadLFSn",
              "hash": "hq__GhPV4dD1jH93vpnj9dryf6H5wn2dpMk6cscqrfa5j8GL9dLVWWesZwNpRx4CjAWzPuwJ3oJkN",
              "type": "",
              "meta": {
                "name": "Test Object 6",
                "otherKey": 4
              }
            }
          ]
        },
        {
          "id": "iq__3Pah8KLs9nDmW9G6xGneAEaVqco",
          "versions": [
            {
              "id": "iq__3Pah8KLs9nDmW9G6xGneAEaVqco",
              "hash": "hq__DvLPzdtXnBpouXzr3RDkGveAn2GNFhgPoWKLmZHSV2AmAwdnzhp11YpbDu9PZxEFQxmnnxjTYX",
              "type": "",
              "meta": {
                "name": "Test Object 7",
                "otherKey": 3
              }
            }
          ]
        },
        {
          "id": "iq__4Lws6zJFqrktapng8G3L6yBL3QQN",
          "versions": [
            {
              "id": "iq__4Lws6zJFqrktapng8G3L6yBL3QQN",
              "hash": "hq__3mXcJRjH2WuV1h7695B9mJZd2pRddSEKKaNvgURxWbYvgk2QqwEDVHUqVMV1AT71PrfWZUbJYW",
              "type": "",
              "meta": {
                "name": "Test Object 4",
                "otherKey": 6
              }
            }
          ]
        },
        {
          "id": "iq__4WLhrVjbLH6sMfjE4w95BtyBJqpC",
          "versions": [
            {
              "id": "iq__4WLhrVjbLH6sMfjE4w95BtyBJqpC",
              "hash": "hq__79G2gQsnaAm9tSBqmThtRVZYamnSJwhKgAK7ikw9EjjSJF8c4z7QCrnhpggMrxM48UvFc3nxtg",
              "type": "",
              "meta": {
                "name": "Test Object 10",
                "otherKey": 0
              }
            }
          ]
        },
        {
          "id": "iq__4WM6d6spASZe3MLNrmhKp1dFK68V",
          "versions": [
            {
              "id": "iq__4WM6d6spASZe3MLNrmhKp1dFK68V",
              "hash": "hq__6WeMHrA9maB1uUqKbniCiMtno5wZX14DCiNVYk14mWTkPujVEDkio3SwMPEp7E6N2asG1YjFkZ",
              "type": "",
              "meta": {
                "name": "Test Object 1",
                "otherKey": 9
              }
            }
          ]
        },
        {
          "id": "iq__eLeizDfnP13BrJS2f7DgKF3C7jJ",
          "versions": [
            {
              "id": "iq__eLeizDfnP13BrJS2f7DgKF3C7jJ",
              "hash": "hq__JnvPC8XLFfgJQXCUTU1V4jDFY4jqNSzvNJCfceAdpNxXxpNVdZoG45cLSohERnk4dwWm5izUk4",
              "type": "",
              "meta": {
                "name": "Test Object 2",
                "otherKey": 8
              }
            }
          ]
        },
        {
          "id": "iq__ks4N2jhDCaZshRzedjpwMDiYqCN",
          "versions": [
            {
              "id": "iq__ks4N2jhDCaZshRzedjpwMDiYqCN",
              "hash": "hq__AzFLbauj6AUispeH1C7AJFbsuoBVK269zSXGSC4MGv9CtFY4uXepHK5sBEksRafuhheeChtMQW",
              "type": "",
              "meta": {
                "name": "Test Object 5",
                "otherKey": 5
              }
            }
          ]
        },
        {
          "id": "iq__pTktYQvLxYnroo5Ggo58fPmvs3T",
          "versions": [
            {
              "id": "iq__pTktYQvLxYnroo5Ggo58fPmvs3T",
              "hash": "hq__L9ewFRkwTZhLzt5mHZWcgRjH1AE2bmtCni1ze4NeGGBWd4rebFv4tBK5zykzk4PyiEAseMWJcd",
              "type": "",
              "meta": {
                "name": "Test Object 9",
                "otherKey": 1
              }
            }
          ]
        },
        {
          "id": "iq__vdHsWKLbyrjZWrxE3r18w6W2wsP",
          "versions": [
            {
              "id": "iq__vdHsWKLbyrjZWrxE3r18w6W2wsP",
              "hash": "hq__JiAy3iqpRifV7Yyd7CZLprEKK3MF5qCnt7t7vAhgohpWeMUuAuGvfyLi47p8abLoECfX6yK7BF",
              "type": "",
              "meta": {
                "name": "Test Object 3",
                "otherKey": 7
              }
            }
          ]
        }
      ],
      "paging": {
        "cache_id": "icrsUCdLs4mxumQpaqaJ6ud4ek",
        "cached": false,
        "next": 0,
        "previous": 0,
        "first": 0,
        "last": 0,
        "current": 0,
        "pages": 1,
        "limit": 100,
        "items": 10
      }
    }
    async ContentObjects({
      "libraryId": "ilib3zjtkDYnCXEygRXLdwmLbkiYNJjH",
      "filterOptions": {
        "sort": "name"
      }
    });
    
    
    {
      "contents": [
        {
          "id": "iq__4WM6d6spASZe3MLNrmhKp1dFK68V",
          "versions": [
            {
              "id": "iq__4WM6d6spASZe3MLNrmhKp1dFK68V",
              "hash": "hq__6WeMHrA9maB1uUqKbniCiMtno5wZX14DCiNVYk14mWTkPujVEDkio3SwMPEp7E6N2asG1YjFkZ",
              "type": "",
              "meta": {
                "name": "Test Object 1",
                "otherKey": 9
              }
            }
          ]
        },
        {
          "id": "iq__4WLhrVjbLH6sMfjE4w95BtyBJqpC",
          "versions": [
            {
              "id": "iq__4WLhrVjbLH6sMfjE4w95BtyBJqpC",
              "hash": "hq__79G2gQsnaAm9tSBqmThtRVZYamnSJwhKgAK7ikw9EjjSJF8c4z7QCrnhpggMrxM48UvFc3nxtg",
              "type": "",
              "meta": {
                "name": "Test Object 10",
                "otherKey": 0
              }
            }
          ]
        },
        {
          "id": "iq__eLeizDfnP13BrJS2f7DgKF3C7jJ",
          "versions": [
            {
              "id": "iq__eLeizDfnP13BrJS2f7DgKF3C7jJ",
              "hash": "hq__JnvPC8XLFfgJQXCUTU1V4jDFY4jqNSzvNJCfceAdpNxXxpNVdZoG45cLSohERnk4dwWm5izUk4",
              "type": "",
              "meta": {
                "name": "Test Object 2",
                "otherKey": 8
              }
            }
          ]
        },
        {
          "id": "iq__vdHsWKLbyrjZWrxE3r18w6W2wsP",
          "versions": [
            {
              "id": "iq__vdHsWKLbyrjZWrxE3r18w6W2wsP",
              "hash": "hq__JiAy3iqpRifV7Yyd7CZLprEKK3MF5qCnt7t7vAhgohpWeMUuAuGvfyLi47p8abLoECfX6yK7BF",
              "type": "",
              "meta": {
                "name": "Test Object 3",
                "otherKey": 7
              }
            }
          ]
        },
        {
          "id": "iq__4Lws6zJFqrktapng8G3L6yBL3QQN",
          "versions": [
            {
              "id": "iq__4Lws6zJFqrktapng8G3L6yBL3QQN",
              "hash": "hq__3mXcJRjH2WuV1h7695B9mJZd2pRddSEKKaNvgURxWbYvgk2QqwEDVHUqVMV1AT71PrfWZUbJYW",
              "type": "",
              "meta": {
                "name": "Test Object 4",
                "otherKey": 6
              }
            }
          ]
        },
        {
          "id": "iq__ks4N2jhDCaZshRzedjpwMDiYqCN",
          "versions": [
            {
              "id": "iq__ks4N2jhDCaZshRzedjpwMDiYqCN",
              "hash": "hq__AzFLbauj6AUispeH1C7AJFbsuoBVK269zSXGSC4MGv9CtFY4uXepHK5sBEksRafuhheeChtMQW",
              "type": "",
              "meta": {
                "name": "Test Object 5",
                "otherKey": 5
              }
            }
          ]
        },
        {
          "id": "iq__2TBLvH4suhraVHfpcdoRoZadLFSn",
          "versions": [
            {
              "id": "iq__2TBLvH4suhraVHfpcdoRoZadLFSn",
              "hash": "hq__GhPV4dD1jH93vpnj9dryf6H5wn2dpMk6cscqrfa5j8GL9dLVWWesZwNpRx4CjAWzPuwJ3oJkN",
              "type": "",
              "meta": {
                "name": "Test Object 6",
                "otherKey": 4
              }
            }
          ]
        },
        {
          "id": "iq__3Pah8KLs9nDmW9G6xGneAEaVqco",
          "versions": [
            {
              "id": "iq__3Pah8KLs9nDmW9G6xGneAEaVqco",
              "hash": "hq__DvLPzdtXnBpouXzr3RDkGveAn2GNFhgPoWKLmZHSV2AmAwdnzhp11YpbDu9PZxEFQxmnnxjTYX",
              "type": "",
              "meta": {
                "name": "Test Object 7",
                "otherKey": 3
              }
            }
          ]
        },
        {
          "id": "iq__2REaH98i14HFEYciB4guURubHgUV",
          "versions": [
            {
              "id": "iq__2REaH98i14HFEYciB4guURubHgUV",
              "hash": "hq__LiDphZwC8Ycys4BfeZnQoktZLFooFCrNu2R6TxGE452puq5TZsYkMgbdDQSZLBHgcCHoVG7NC5",
              "type": "",
              "meta": {
                "name": "Test Object 8",
                "otherKey": 2
              }
            }
          ]
        },
        {
          "id": "iq__pTktYQvLxYnroo5Ggo58fPmvs3T",
          "versions": [
            {
              "id": "iq__pTktYQvLxYnroo5Ggo58fPmvs3T",
              "hash": "hq__L9ewFRkwTZhLzt5mHZWcgRjH1AE2bmtCni1ze4NeGGBWd4rebFv4tBK5zykzk4PyiEAseMWJcd",
              "type": "",
              "meta": {
                "name": "Test Object 9",
                "otherKey": 1
              }
            }
          ]
        }
      ],
      "paging": {
        "cache_id": "icrsCnSQgjz267H2NtynEtZ2CX",
        "cached": false,
        "next": 0,
        "previous": 0,
        "first": 0,
        "last": 0,
        "current": 0,
        "pages": 1,
        "limit": 100,
        "items": 10
      }
    }
    async ContentObjects({
      "libraryId": "ilib3zjtkDYnCXEygRXLdwmLbkiYNJjH",
      "filterOptions": {
        "sort": "name",
        "sortDesc": true
      }
    });
    
    
    {
      "contents": [
        {
          "id": "iq__pTktYQvLxYnroo5Ggo58fPmvs3T",
          "versions": [
            {
              "id": "iq__pTktYQvLxYnroo5Ggo58fPmvs3T",
              "hash": "hq__L9ewFRkwTZhLzt5mHZWcgRjH1AE2bmtCni1ze4NeGGBWd4rebFv4tBK5zykzk4PyiEAseMWJcd",
              "type": "",
              "meta": {
                "name": "Test Object 9",
                "otherKey": 1
              }
            }
          ]
        },
        {
          "id": "iq__2REaH98i14HFEYciB4guURubHgUV",
          "versions": [
            {
              "id": "iq__2REaH98i14HFEYciB4guURubHgUV",
              "hash": "hq__LiDphZwC8Ycys4BfeZnQoktZLFooFCrNu2R6TxGE452puq5TZsYkMgbdDQSZLBHgcCHoVG7NC5",
              "type": "",
              "meta": {
                "name": "Test Object 8",
                "otherKey": 2
              }
            }
          ]
        },
        {
          "id": "iq__3Pah8KLs9nDmW9G6xGneAEaVqco",
          "versions": [
            {
              "id": "iq__3Pah8KLs9nDmW9G6xGneAEaVqco",
              "hash": "hq__DvLPzdtXnBpouXzr3RDkGveAn2GNFhgPoWKLmZHSV2AmAwdnzhp11YpbDu9PZxEFQxmnnxjTYX",
              "type": "",
              "meta": {
                "name": "Test Object 7",
                "otherKey": 3
              }
            }
          ]
        },
        {
          "id": "iq__2TBLvH4suhraVHfpcdoRoZadLFSn",
          "versions": [
            {
              "id": "iq__2TBLvH4suhraVHfpcdoRoZadLFSn",
              "hash": "hq__GhPV4dD1jH93vpnj9dryf6H5wn2dpMk6cscqrfa5j8GL9dLVWWesZwNpRx4CjAWzPuwJ3oJkN",
              "type": "",
              "meta": {
                "name": "Test Object 6",
                "otherKey": 4
              }
            }
          ]
        },
        {
          "id": "iq__ks4N2jhDCaZshRzedjpwMDiYqCN",
          "versions": [
            {
              "id": "iq__ks4N2jhDCaZshRzedjpwMDiYqCN",
              "hash": "hq__AzFLbauj6AUispeH1C7AJFbsuoBVK269zSXGSC4MGv9CtFY4uXepHK5sBEksRafuhheeChtMQW",
              "type": "",
              "meta": {
                "name": "Test Object 5",
                "otherKey": 5
              }
            }
          ]
        },
        {
          "id": "iq__4Lws6zJFqrktapng8G3L6yBL3QQN",
          "versions": [
            {
              "id": "iq__4Lws6zJFqrktapng8G3L6yBL3QQN",
              "hash": "hq__3mXcJRjH2WuV1h7695B9mJZd2pRddSEKKaNvgURxWbYvgk2QqwEDVHUqVMV1AT71PrfWZUbJYW",
              "type": "",
              "meta": {
                "name": "Test Object 4",
                "otherKey": 6
              }
            }
          ]
        },
        {
          "id": "iq__vdHsWKLbyrjZWrxE3r18w6W2wsP",
          "versions": [
            {
              "id": "iq__vdHsWKLbyrjZWrxE3r18w6W2wsP",
              "hash": "hq__JiAy3iqpRifV7Yyd7CZLprEKK3MF5qCnt7t7vAhgohpWeMUuAuGvfyLi47p8abLoECfX6yK7BF",
              "type": "",
              "meta": {
                "name": "Test Object 3",
                "otherKey": 7
              }
            }
          ]
        },
        {
          "id": "iq__eLeizDfnP13BrJS2f7DgKF3C7jJ",
          "versions": [
            {
              "id": "iq__eLeizDfnP13BrJS2f7DgKF3C7jJ",
              "hash": "hq__JnvPC8XLFfgJQXCUTU1V4jDFY4jqNSzvNJCfceAdpNxXxpNVdZoG45cLSohERnk4dwWm5izUk4",
              "type": "",
              "meta": {
                "name": "Test Object 2",
                "otherKey": 8
              }
            }
          ]
        },
        {
          "id": "iq__4WLhrVjbLH6sMfjE4w95BtyBJqpC",
          "versions": [
            {
              "id": "iq__4WLhrVjbLH6sMfjE4w95BtyBJqpC",
              "hash": "hq__79G2gQsnaAm9tSBqmThtRVZYamnSJwhKgAK7ikw9EjjSJF8c4z7QCrnhpggMrxM48UvFc3nxtg",
              "type": "",
              "meta": {
                "name": "Test Object 10",
                "otherKey": 0
              }
            }
          ]
        },
        {
          "id": "iq__4WM6d6spASZe3MLNrmhKp1dFK68V",
          "versions": [
            {
              "id": "iq__4WM6d6spASZe3MLNrmhKp1dFK68V",
              "hash": "hq__6WeMHrA9maB1uUqKbniCiMtno5wZX14DCiNVYk14mWTkPujVEDkio3SwMPEp7E6N2asG1YjFkZ",
              "type": "",
              "meta": {
                "name": "Test Object 1",
                "otherKey": 9
              }
            }
          ]
        }
      ],
      "paging": {
        "cache_id": "icrsXXyDU2LNiHiGc8C4N57pnj",
        "cached": false,
        "next": 0,
        "previous": 0,
        "first": 0,
        "last": 0,
        "current": 0,
        "pages": 1,
        "limit": 100,
        "items": 10
      }
    }
    async ContentObjects({
      "libraryId": "ilib3zjtkDYnCXEygRXLdwmLbkiYNJjH",
      "filterOptions": {
        "sort": [
          "name"
        ],
        "filter": [
          {
            "key": "name",
            "type": "gte",
            "filter": "Test Object 3"
          },
          {
            "key": "name",
            "type": "lte",
            "filter": "Test Object 7"
          }
        ]
      }
    });
    
    
    {
      "contents": [
        {
          "id": "iq__vdHsWKLbyrjZWrxE3r18w6W2wsP",
          "versions": [
            {
              "id": "iq__vdHsWKLbyrjZWrxE3r18w6W2wsP",
              "hash": "hq__JiAy3iqpRifV7Yyd7CZLprEKK3MF5qCnt7t7vAhgohpWeMUuAuGvfyLi47p8abLoECfX6yK7BF",
              "type": "",
              "meta": {
                "name": "Test Object 3",
                "otherKey": 7
              }
            }
          ]
        },
        {
          "id": "iq__4Lws6zJFqrktapng8G3L6yBL3QQN",
          "versions": [
            {
              "id": "iq__4Lws6zJFqrktapng8G3L6yBL3QQN",
              "hash": "hq__3mXcJRjH2WuV1h7695B9mJZd2pRddSEKKaNvgURxWbYvgk2QqwEDVHUqVMV1AT71PrfWZUbJYW",
              "type": "",
              "meta": {
                "name": "Test Object 4",
                "otherKey": 6
              }
            }
          ]
        },
        {
          "id": "iq__ks4N2jhDCaZshRzedjpwMDiYqCN",
          "versions": [
            {
              "id": "iq__ks4N2jhDCaZshRzedjpwMDiYqCN",
              "hash": "hq__AzFLbauj6AUispeH1C7AJFbsuoBVK269zSXGSC4MGv9CtFY4uXepHK5sBEksRafuhheeChtMQW",
              "type": "",
              "meta": {
                "name": "Test Object 5",
                "otherKey": 5
              }
            }
          ]
        },
        {
          "id": "iq__2TBLvH4suhraVHfpcdoRoZadLFSn",
          "versions": [
            {
              "id": "iq__2TBLvH4suhraVHfpcdoRoZadLFSn",
              "hash": "hq__GhPV4dD1jH93vpnj9dryf6H5wn2dpMk6cscqrfa5j8GL9dLVWWesZwNpRx4CjAWzPuwJ3oJkN",
              "type": "",
              "meta": {
                "name": "Test Object 6",
                "otherKey": 4
              }
            }
          ]
        },
        {
          "id": "iq__3Pah8KLs9nDmW9G6xGneAEaVqco",
          "versions": [
            {
              "id": "iq__3Pah8KLs9nDmW9G6xGneAEaVqco",
              "hash": "hq__DvLPzdtXnBpouXzr3RDkGveAn2GNFhgPoWKLmZHSV2AmAwdnzhp11YpbDu9PZxEFQxmnnxjTYX",
              "type": "",
              "meta": {
                "name": "Test Object 7",
                "otherKey": 3
              }
            }
          ]
        }
      ],
      "paging": {
        "cache_id": "icrsHqaP9efj8D9L5pfZcMbJjH",
        "cached": false,
        "next": 0,
        "previous": 0,
        "first": 0,
        "last": 0,
        "current": 0,
        "pages": 1,
        "limit": 100,
        "items": 5
      }
    }
    async ContentObjects({
      "libraryId": "ilib3zjtkDYnCXEygRXLdwmLbkiYNJjH",
      "filterOptions": {
        "sort": "name",
        "select": [
          "name"
        ]
      }
    });
    
    
    {
      "contents": [
        {
          "id": "iq__4WM6d6spASZe3MLNrmhKp1dFK68V",
          "versions": [
            {
              "id": "iq__4WM6d6spASZe3MLNrmhKp1dFK68V",
              "hash": "hq__6WeMHrA9maB1uUqKbniCiMtno5wZX14DCiNVYk14mWTkPujVEDkio3SwMPEp7E6N2asG1YjFkZ",
              "type": "",
              "meta": {
                "name": "Test Object 1"
              }
            }
          ]
        },
        {
          "id": "iq__4WLhrVjbLH6sMfjE4w95BtyBJqpC",
          "versions": [
            {
              "id": "iq__4WLhrVjbLH6sMfjE4w95BtyBJqpC",
              "hash": "hq__79G2gQsnaAm9tSBqmThtRVZYamnSJwhKgAK7ikw9EjjSJF8c4z7QCrnhpggMrxM48UvFc3nxtg",
              "type": "",
              "meta": {
                "name": "Test Object 10"
              }
            }
          ]
        },
        {
          "id": "iq__eLeizDfnP13BrJS2f7DgKF3C7jJ",
          "versions": [
            {
              "id": "iq__eLeizDfnP13BrJS2f7DgKF3C7jJ",
              "hash": "hq__JnvPC8XLFfgJQXCUTU1V4jDFY4jqNSzvNJCfceAdpNxXxpNVdZoG45cLSohERnk4dwWm5izUk4",
              "type": "",
              "meta": {
                "name": "Test Object 2"
              }
            }
          ]
        },
        {
          "id": "iq__vdHsWKLbyrjZWrxE3r18w6W2wsP",
          "versions": [
            {
              "id": "iq__vdHsWKLbyrjZWrxE3r18w6W2wsP",
              "hash": "hq__JiAy3iqpRifV7Yyd7CZLprEKK3MF5qCnt7t7vAhgohpWeMUuAuGvfyLi47p8abLoECfX6yK7BF",
              "type": "",
              "meta": {
                "name": "Test Object 3"
              }
            }
          ]
        },
        {
          "id": "iq__4Lws6zJFqrktapng8G3L6yBL3QQN",
          "versions": [
            {
              "id": "iq__4Lws6zJFqrktapng8G3L6yBL3QQN",
              "hash": "hq__3mXcJRjH2WuV1h7695B9mJZd2pRddSEKKaNvgURxWbYvgk2QqwEDVHUqVMV1AT71PrfWZUbJYW",
              "type": "",
              "meta": {
                "name": "Test Object 4"
              }
            }
          ]
        },
        {
          "id": "iq__ks4N2jhDCaZshRzedjpwMDiYqCN",
          "versions": [
            {
              "id": "iq__ks4N2jhDCaZshRzedjpwMDiYqCN",
              "hash": "hq__AzFLbauj6AUispeH1C7AJFbsuoBVK269zSXGSC4MGv9CtFY4uXepHK5sBEksRafuhheeChtMQW",
              "type": "",
              "meta": {
                "name": "Test Object 5"
              }
            }
          ]
        },
        {
          "id": "iq__2TBLvH4suhraVHfpcdoRoZadLFSn",
          "versions": [
            {
              "id": "iq__2TBLvH4suhraVHfpcdoRoZadLFSn",
              "hash": "hq__GhPV4dD1jH93vpnj9dryf6H5wn2dpMk6cscqrfa5j8GL9dLVWWesZwNpRx4CjAWzPuwJ3oJkN",
              "type": "",
              "meta": {
                "name": "Test Object 6"
              }
            }
          ]
        },
        {
          "id": "iq__3Pah8KLs9nDmW9G6xGneAEaVqco",
          "versions": [
            {
              "id": "iq__3Pah8KLs9nDmW9G6xGneAEaVqco",
              "hash": "hq__DvLPzdtXnBpouXzr3RDkGveAn2GNFhgPoWKLmZHSV2AmAwdnzhp11YpbDu9PZxEFQxmnnxjTYX",
              "type": "",
              "meta": {
                "name": "Test Object 7"
              }
            }
          ]
        },
        {
          "id": "iq__2REaH98i14HFEYciB4guURubHgUV",
          "versions": [
            {
              "id": "iq__2REaH98i14HFEYciB4guURubHgUV",
              "hash": "hq__LiDphZwC8Ycys4BfeZnQoktZLFooFCrNu2R6TxGE452puq5TZsYkMgbdDQSZLBHgcCHoVG7NC5",
              "type": "",
              "meta": {
                "name": "Test Object 8"
              }
            }
          ]
        },
        {
          "id": "iq__pTktYQvLxYnroo5Ggo58fPmvs3T",
          "versions": [
            {
              "id": "iq__pTktYQvLxYnroo5Ggo58fPmvs3T",
              "hash": "hq__L9ewFRkwTZhLzt5mHZWcgRjH1AE2bmtCni1ze4NeGGBWd4rebFv4tBK5zykzk4PyiEAseMWJcd",
              "type": "",
              "meta": {
                "name": "Test Object 9"
              }
            }
          ]
        }
      ],
      "paging": {
        "cache_id": "icrso73AQZmB45Bv4NmNAMeu5",
        "cached": false,
        "next": 0,
        "previous": 0,
        "first": 0,
        "last": 0,
        "current": 0,
        "pages": 1,
        "limit": 100,
        "items": 10
      }
    }
    Source:

    async ContentObjectVersions({
    libraryId,
    objectId
    })
    → Promise.<Object>

    List the versions of a content object

    Returns: Response containing versions of the object
    See:
    • /qlibs/:qlibid/qid/:objectid
    Parameters:
    Name Type Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    Example
    async ContentObjectVersions({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF"
    });
    
    
    {
      "id": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "versions": [
        {
          "id": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
          "hash": "hq__5j2vhZXC4ke2BZDHJj3Zcj3DqchhUm9r1XK5stKtbAttA5kEAeV65LDTap69JfpihM7HHUpiNm",
          "type": "hq__AoYY7jhnmMYJSjGTWeXq3aJUhgHAS2463PYqdW5BVUVU5rNXmoo4bM5YgjV7ycP4MAG9hGhcJD"
        },
        {
          "id": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
          "hash": "hq__JPrfGed2RwSFjZLrZzfS1ew18KMmy15eGRnGTuJdNf1QQTT6zgYT49Vi3v2aywt85mQXi1DWcy",
          "type": "hq__AoYY7jhnmMYJSjGTWeXq3aJUhgHAS2463PYqdW5BVUVU5rNXmoo4bM5YgjV7ycP4MAG9hGhcJD"
        }
      ]
    }
    Source:

    async ContentPart({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional,
    partHash
    })
    → Promise.<Object>

    Get information on a specific part

    Returns: Response containing information about the specified part
    Parameters:
    Name Type Attributes Description
    libraryId string <optional>

    ID of the library

    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Hash of the object version - if not specified, latest version will be used

    partHash string

    Hash of the part to retrieve

    Examples
    async ContentPart({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "partHash": "hqp_YSs9MXvYzpFaaaG4VTB7tfkLwqEUAb8tH8dZVNXAYBFCZid"
    });
    
    
    {
      "content": {
        "id": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
        "hash": "hq__88dxvLswyPTQE22XzsQaT14sBMLFWvw5BSbCu1TvHqidxCpMWAmDvFzMgouPHfcXyJ35QU2J1X",
        "type": "hq__AoYY7jhnmMYJSjGTWeXq3aJUhgHAS2463PYqdW5BVUVU5rNXmoo4bM5YgjV7ycP4MAG9hGhcJD"
      },
      "part": {
        "hash": "hqp_YSs9MXvYzpFaaaG4VTB7tfkLwqEUAb8tH8dZVNXAYBFCZid",
        "size": 100000
      }
    }
    async ContentPart({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "partHash": "hqpeFDcWNmfQP2XpXNzegdoRTygoG78Yy43YWk9tGMDURnKKP6Ay"
    });
    
    
    {
      "content": {
        "id": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
        "hash": "hq__88dxvLswyPTQE22XzsQaT14sBMLFWvw5BSbCu1TvHqidxCpMWAmDvFzMgouPHfcXyJ35QU2J1X",
        "type": "hq__AoYY7jhnmMYJSjGTWeXq3aJUhgHAS2463PYqdW5BVUVU5rNXmoo4bM5YgjV7ycP4MAG9hGhcJD"
      },
      "part": {
        "hash": "hqpeFDcWNmfQP2XpXNzegdoRTygoG78Yy43YWk9tGMDURnKKP6Ay",
        "size": 104970
      }
    }
    Source:

    async ContentParts({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional
    })
    → Promise.<Object>

    List content object parts

    Returns: Response containing list of parts of the object
    Parameters:
    Name Type Attributes Description
    libraryId string <optional>

    ID of the library

    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Hash of the object version - if not specified, latest version will be used

    Examples
    async ContentParts({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF"
    });
    
    
    [
      {
        "hash": "hqp_5b3v6fKs2v4XqNCLwAWXj1q5Dkh8TUk5BNVZX1tVBHihrDRX",
        "size": 100000
      },
      {
        "hash": "hqpeDiLbZuBWHuLZBboHiCVCDRPA6FZMJxxTzRU7BoSoRqBG6vCV",
        "size": 102657
      },
      {
        "hash": "hqp_YSs9MXvYzpFaaaG4VTB7tfkLwqEUAb8tH8dZVNXAYBFCZid",
        "size": 100000
      },
      {
        "hash": "hqpeFDcWNmfQP2XpXNzegdoRTygoG78Yy43YWk9tGMDURnKKP6Ay",
        "size": 104970
      }
    ]
    async ContentParts({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF"
    });
    
    
    [
      {
        "hash": "hqpeDiLbZuBWHuLZBboHiCVCDRPA6FZMJxxTzRU7BoSoRqBG6vCV",
        "size": 102657
      },
      {
        "hash": "hqpeFDcWNmfQP2XpXNzegdoRTygoG78Yy43YWk9tGMDURnKKP6Ay",
        "size": 104970
      },
      {
        "hash": "hqp_DtSkDQD1txiyik2Qn4rTxWP2RZ66g8mEUVvnHp6XN6vsT66f",
        "size": 200000
      }
    ]
    Source:

    ContentSpaceId() → string

    Get the ID of the current content space

    Returns:

    contentSpaceId - The ID of the current content space

    Source:

    async ContentType({
    nameoptional,
    typeIdoptional,
    versionHashoptional
    })
    → Promise.<Object>

    Find the content type accessible to the current user by name, ID, or version hash

    Returns: The content type, if found
    Parameters:
    Name Type Attributes Description
    name string <optional>

    Name of the content type to find

    typeId string <optional>

    ID of the content type to find

    versionHash string <optional>

    Version hash of the content type to find

    Examples
    async ContentType({
      "typeId": "iq__3Fy51pJBpjo7nrNFQFETUAYvRe9E"
    });
    
    
    {
      "id": "iq__3Fy51pJBpjo7nrNFQFETUAYvRe9E",
      "hash": "hq__53F6TPFf9o7kr1R2DaMDEHtFZmDXcth6PvyGZKPr3huDxuZ9RQTj9Bh2sYEX3LrayKDdYzhii4",
      "name": "Video",
      "meta": {
        "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
        "eluv.allowCustomMetadata": true,
        "eluv.schema": [
          {
            "key": "name",
            "label": "Name",
            "required": true,
            "type": "string"
          },
          {
            "key": "eluv.description",
            "label": "Description",
            "required": false,
            "type": "text"
          },
          {
            "accept": [
              "image/*"
            ],
            "key": "image",
            "label": "Thumbnail",
            "preview": true,
            "required": true,
            "type": "file"
          },
          {
            "accept": [
              "video/*"
            ],
            "key": "video",
            "label": "Video",
            "required": false,
            "type": "file"
          }
        ],
        "name": "Video"
      }
    }
    async ContentType({
      "typeId": "iq__36jjGPHhacyPgehzKN1CLZGXxnwB"
    });
    
    
    {
      "id": "iq__36jjGPHhacyPgehzKN1CLZGXxnwB",
      "hash": "hq__5bTqMC7GVNBt6FwCia9Vddt2b8X3qvCudLGFfm5yCyTF7p8Eho9Fspn7Pfu3e6ZJPhTL86v4ph",
      "name": "IMF",
      "meta": {
        "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
        "eluv.displayApp": "displayApp.html",
        "eluv.manageApp": "manageApp.html",
        "files": {
          ".": {
            "type": "directory"
          },
          "displayApp.html": {
            ".": {
              "parts": [
                1
              ],
              "size": 798259
            }
          },
          "manageApp.html": {
            ".": {
              "parts": [
                0
              ],
              "size": 1082307
            }
          }
        },
        "mime-types": {
          "html": "text/html"
        },
        "name": "IMF"
      }
    }
    async ContentType({
      "typeId": "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq"
    });
    
    
    {
      "id": "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq",
      "hash": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35",
      "name": "Production Master",
      "meta": {
        "bitcode_flags": "abrmaster",
        "bitcode_format": "builtin",
        "name": "Production Master"
      }
    }
    async ContentType({
      "typeId": "iq__3KicsTfHxAru9hwCDAfWsLtCKYMa"
    });
    
    
    {
      "id": "iq__3KicsTfHxAru9hwCDAfWsLtCKYMa",
      "hash": "hq__7HBasPghuRRKA39eNXwdvqdytUsq8XKYC4X2wfumA8iNE6F6mFK6G576n5D82mkmCcQCK9bkWx",
      "name": "Channel",
      "meta": {
        "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
        "eluv.displayApp": "displayApp.html",
        "eluv.manageApp": "manageApp.html",
        "files": {
          ".": {
            "type": "directory"
          },
          "displayApp.html": {
            ".": {
              "parts": [
                1
              ],
              "size": 82111
            }
          },
          "manageApp.html": {
            ".": {
              "parts": [
                0
              ],
              "size": 82111
            }
          }
        },
        "mime-types": {
          "html": "text/html"
        },
        "name": "Channel"
      }
    }
    async ContentType({
      "typeId": "iq__UQCrqjSX4YuBotjvRg2Cx3FJ3D1"
    });
    
    
    {
      "id": "iq__UQCrqjSX4YuBotjvRg2Cx3FJ3D1",
      "hash": "hq__D682LXFAk7BpchACcWfYJtbUjSGnk7SWDHpBN915WSQ8kPcDRBTBxpBNMzj6eKsvio3FdvyG4o",
      "name": "Linear Channel old",
      "meta": {
        "bitcode_part": "hqp_JURXeNX8pZ2t8X92Ji3RHrhHeBd5SoS4qYDWfc76YyczGgGB",
        "eluv.description": "",
        "eluv.displayApp": "displayApp.html",
        "eluv.manageApp": "manageApp.html",
        "files": {
          ".": {
            "type": "directory"
          },
          "displayApp.html": {
            ".": {
              "parts": [
                0
              ],
              "size": 48699
            }
          },
          "elv-apps.css": {
            ".": {
              "parts": [
                2
              ],
              "size": 37627
            }
          },
          "manageApp.html": {
            ".": {
              "parts": [
                1
              ],
              "size": 48699
            }
          }
        },
        "mime-types": {
          "css": "text/css",
          "html": "text/html"
        },
        "name": "Linear Channel old"
      }
    }
    async ContentType({
      "typeId": "iq__42gJKSsPoLCNkmEiDopEfPSujc2e"
    });
    
    
    {
      "id": "iq__42gJKSsPoLCNkmEiDopEfPSujc2e",
      "hash": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL",
      "name": "Library",
      "meta": {
        "bitcode_part": "hqp_3AttPxAV6U7nRM1szSYiV3j16oVRrokT6nnrh6acsRa2vnXi",
        "eluv.description": "",
        "name": "Library"
      }
    }
    async ContentType({
      "typeId": "iq__3Fd24Yeyi6ap826va5kYR1VnYNkX"
    });
    
    
    {
      "id": "iq__3Fd24Yeyi6ap826va5kYR1VnYNkX",
      "hash": "hq__4oc8dkS2Czym9cvNAHmaJtKNoF28wtZM5rau1JHnExZHVvmZhGrqu2pzXDzbusP4aLbWchW5QB",
      "name": "Advertisement",
      "meta": {
        "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
        "custom_contract": {
          "abi": [
            {
              "constant": true,
              "inputs": [],
              "name": "creator",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "request_data_ID",
                  "type": "bytes32"
                }
              ],
              "name": "getAmount",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccessInfo",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "request_ID",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "custom_values",
                  "type": "bytes32[]"
                },
                {
                  "name": "stake_holders",
                  "type": "address[]"
                }
              ],
              "name": "runAccess",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "request_ID",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "name": "runFinalize",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "request_ID",
                  "type": "uint256"
                },
                {
                  "name": "ad_address",
                  "type": "address"
                }
              ],
              "name": "dbgRequest",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "pure",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "proposed_status_code",
                  "type": "int256"
                }
              ],
              "name": "runStatusChange",
              "outputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "kill",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "name": "runDescribeStatus",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "pure",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "bitcodeAddress",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "version",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "maxCreditPerAd",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "request_data_ID",
                  "type": "bytes32"
                }
              ],
              "name": "getContent",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_ACCESS",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newCreator",
                  "type": "address"
                }
              ],
              "name": "transferCreatorship",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "request_data_ID",
                  "type": "bytes32"
                }
              ],
              "name": "getOriginator",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runCreate",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "owner",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "request_data_ID",
                  "type": "bytes32"
                }
              ],
              "name": "getAdvertisement",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runKill",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "contentSpace",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_SEE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "creditPerAd",
                  "type": "uint256"
                }
              ],
              "name": "setMaxCreditPerAd",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "request_data_ID",
                  "type": "bytes32"
                }
              ],
              "name": "getCampaign",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "name": "requestMap",
              "outputs": [
                {
                  "name": "originator",
                  "type": "address"
                },
                {
                  "name": "content",
                  "type": "address"
                },
                {
                  "name": "advertisement",
                  "type": "address"
                },
                {
                  "name": "campaign",
                  "type": "address"
                },
                {
                  "name": "amount",
                  "type": "uint256"
                },
                {
                  "name": "status",
                  "type": "int8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "bitcode",
                  "type": "address"
                }
              ],
              "name": "setBitcodeAddress",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "content_address",
                  "type": "address"
                },
                {
                  "name": "campaign_address",
                  "type": "address"
                },
                {
                  "name": "ad_address",
                  "type": "address"
                },
                {
                  "name": "amount",
                  "type": "bytes32"
                }
              ],
              "name": "createMessage",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes"
                }
              ],
              "payable": false,
              "stateMutability": "pure",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "name": "runGrant",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_CHARGE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newOwner",
                  "type": "address"
                }
              ],
              "name": "transferOwnership",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "payable": true,
              "stateMutability": "payable",
              "type": "fallback"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "maxCreditPerAd",
                  "type": "uint256"
                }
              ],
              "name": "MaxCreditPerAd",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "bitcode",
                  "type": "address"
                }
              ],
              "name": "BitcodeAddress",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "msg",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "flag",
                  "type": "bool"
                }
              ],
              "name": "dbgBool",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "msg",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "addr",
                  "type": "address"
                }
              ],
              "name": "dbgAddress",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "msg",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "num",
                  "type": "uint256"
                }
              ],
              "name": "dbgUint256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "msg",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "num",
                  "type": "uint8"
                }
              ],
              "name": "dbgUint8",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "msg",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bytes32"
                }
              ],
              "name": "dbgByte32",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "msg",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bytes"
                }
              ],
              "name": "dbgBytes",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                }
              ],
              "name": "Log",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bool"
                }
              ],
              "name": "LogBool",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "a",
                  "type": "address"
                }
              ],
              "name": "LogAddress",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "uint256"
                }
              ],
              "name": "LogUint256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "int256"
                }
              ],
              "name": "LogInt256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bytes32"
                }
              ],
              "name": "LogBytes32",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "payee",
                  "type": "address"
                },
                {
                  "indexed": false,
                  "name": "amount",
                  "type": "uint256"
                }
              ],
              "name": "LogPayment",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunCreate",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunKill",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "proposedStatusCode",
                  "type": "int256"
                },
                {
                  "indexed": false,
                  "name": "returnStatusCode",
                  "type": "int256"
                }
              ],
              "name": "RunStatusChange",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "level",
                  "type": "uint8"
                },
                {
                  "indexed": false,
                  "name": "calculateAccessCharge",
                  "type": "int256"
                }
              ],
              "name": "RunAccessCharge",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunAccess",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunFinalize",
              "type": "event"
            }
          ],
          "address": "0x4f98f2f2c7cec6576cb9bd60aeab07a6bb7030a5",
          "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c00000000000000000060009081557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677241647665727469736d6e7432303139303531303135323230304d4c60055560085560018054600160a060020a031990811632908117909255600280549091169091179055611592806100a76000396000f30060806040526004361061017f5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101815780630e0a0d74146101b25780630f82c16f146101dc578063123e0e80146102a1578063176859531461032e578063208daa4f1461033c5780633513a8051461036057806341c0e1b51461036b5780634508044214610380578063508ddbb01461039857806354fd4d50146103ad57806355a632f8146103c25780635cc15001146103d75780636af27417146103ef5780636d2e4b1b1461041a5780637afc54d41461043b5780637b1cdb3e146104535780638da5cb5b1461045b57806398980081146104705780639e99bbea14610453578063af570c0414610488578063b535b03e1461049d578063c5f8c53f146104b2578063cabe0452146104ca578063d4ecba4f146104e2578063dded4d7b14610544578063e75c24bb14610565578063e870ed911461060a578063f185db0c1461061a578063f2fde38b1461062f575b005b34801561018d57600080fd5b50610196610650565b60408051600160a060020a039092168252519081900360200190f35b3480156101be57600080fd5b506101ca60043561065f565b60408051918252519081900360200190f35b3480156101e857600080fd5b5060408051602060046024803582810135848102808701860190975280865261027296843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106bc9650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526101ca958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106cb9650505050505050565b6101ca60043560243561092a565b34801561034857600080fd5b506101ca600435600160a060020a0360243516610bea565b6101ca600435610c97565b34801561037757600080fd5b5061017f610c9a565b34801561038c57600080fd5b506101ca600435610cd6565b3480156103a457600080fd5b50610196610cdc565b3480156103b957600080fd5b506101ca610ceb565b3480156103ce57600080fd5b506101ca610cf1565b3480156103e357600080fd5b50610196600435610cf7565b3480156103fb57600080fd5b50610404610d15565b6040805160ff9092168252519081900360200190f35b34801561042657600080fd5b5061017f600160a060020a0360043516610d1a565b34801561044757600080fd5b50610196600435610d75565b6101ca610d90565b34801561046757600080fd5b50610196610d95565b34801561047c57600080fd5b50610196600435610da4565b34801561049457600080fd5b50610196610dd1565b3480156104a957600080fd5b50610404610de0565b3480156104be57600080fd5b5061017f600435610de5565b3480156104d657600080fd5b50610196600435610e4e565b3480156104ee57600080fd5b506104fa600435610e6c565b60408051600160a060020a0397881681529587166020870152938616858501529190941660608401526080830193909352600092830b90920b60a082015290519081900360c00190f35b34801561055057600080fd5b50610196600160a060020a0360043516610eb2565b34801561057157600080fd5b50610595600160a060020a0360043581169060243581169060443516606435610f58565b6040805160208082528351818301528351919283929083019185019080838360005b838110156105cf5781810151838201526020016105b7565b50505050905090810190601f1680156105fc5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6101ca60043560243515156111af565b34801561062657600080fd5b506104046111b7565b34801561063b57600080fd5b5061017f600160a060020a03600435166111bc565b600154600160a060020a031681565b600081815260076020526040812060010154600160a060020a03161580159061069b5750600082815260076020526040812060050154810b900b155b15156106a657600080fd5b5060009081526007602052604090206004015490565b60076000808093509350935093565b60008060008060008060008060008951600014156106ec576000985061091a565b8960008151811015156106fb57fe5b602090810290910101519750600160a060020a038816156109155789600181518110151561072557fe5b9060200190602002015196508a600081518110151561074057fe5b9060200190602002015195508a600181518110151561075b57fe5b6020908102909101015160001a60f860020a0260f860020a900494508a600281518110151561078657fe5b9060200190602002015193508a60038151811015156107a157fe5b60209081029091010151600654909350600160a060020a0316156107cd576107cd88888888888861122e565b60085415806107de57506008548611155b15156107e957600080fd5b86915081600160a060020a0316632310167f6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b15801561084357600080fd5b505af1158015610857573d6000803e3d6000fd5b505050506040513d602081101561086d57600080fd5b5051604080517ff06148f2000000000000000000000000000000000000000000000000000000008152336004820152602481018990529051919250600160a060020a0383169163f06148f2916044808201926020929091908290030181600087803b1580156108db57600080fd5b505af11580156108ef573d6000803e3d6000fd5b505050506040513d602081101561090557600080fd5b5061091590508d89338a8a6113b3565b600098505b5050505050505050949350505050565b600080600080600033876040516020018083600160a060020a0316600160a060020a03166c01000000000000000000000000028152601401828152602001925050506040516020818303038152906040526040518082805190602001908083835b602083106109aa5780518252601f19909201916020918201910161098b565b51815160001960209485036101000a0190811690199190911617905260408051949092018490039093206000818152600790945292208054929850965050600160a060020a031632149150508015610a0b57506005830154600090810b900b155b1515610a1657600080fd5b60008481526007602090815260408083206003015481517f2310167f0000000000000000000000000000000000000000000000000000000081529151600160a060020a0390911695508593632310167f93600480850194919392918390030190829087803b158015610a8757600080fd5b505af1158015610a9b573d6000803e3d6000fd5b505050506040513d6020811015610ab157600080fd5b5051604080517fcfefb3d5000000000000000000000000000000000000000000000000000000008152600481018790529051919250600160a060020a0383169163cfefb3d5916024808201926020929091908290030181600087803b158015610b1957600080fd5b505af1158015610b2d573d6000803e3d6000fd5b505050506040513d6020811015610b4357600080fd5b50506000848152600760209081526040808320805473ffffffffffffffffffffffffffffffffffffffff1990811682556001820180548216905560028201805482169055600382018054909116905560048101849055600501805460ff1916905580518a81529182019290925281517fbf0f2215c45c5ee802d4c20bdfc915308c4459b0f6a78f23ad350e6408bf2891929181900390910190a15060009695505050505050565b600081836040516020018083600160a060020a0316600160a060020a03166c01000000000000000000000000028152601401828152602001925050506040516020818303038152906040526040518082805190602001908083835b60208310610c645780518252601f199092019160209182019101610c45565b5181516020939093036101000a600019018019909116921691909117905260405192018290039091209695505050505050565b90565b600254600160a060020a0316321480610cbd5750600254600160a060020a031633145b1515610cc857600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b60055481565b60085481565b600090815260076020526040902060010154600160a060020a031690565b600281565b600154600160a060020a03163214610d3157600080fd5b600160a060020a0381161515610d4657600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090815260076020526040902054600160a060020a031690565b600090565b600254600160a060020a031681565b600081815260076020526040812060020154600160a060020a0316801515610dcb57600080fd5b92915050565b600354600160a060020a031681565b600181565b600254600160a060020a0316321480610e085750600254600160a060020a031633145b1515610e1357600080fd5b60088190556040805182815290517f1f6808146a51d157d9343b08ee6fce3b39b0e5b419f4c8524a56512acf5ba2b59181900360200190a150565b600090815260076020526040902060030154600160a060020a031690565b600760205260009081526040812080546001820154600283015460038401546004850154600590950154600160a060020a03948516969385169592851694909116920b86565b600254600090600160a060020a0316321480610ed85750600254600160a060020a031633145b1515610ee357600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a03848116919091179182905560408051929091168252517fecfcc1bcfb602db0a89a128bad350799ac7741ae87395080e8da39da6f100fcb916020908290030190a15050600654600160a060020a031690565b60408051606080825260808201909252819060009081908360208201610c00803883395050815191945060fd60020a918591506000908110610f9657fe5b906020010190600160f860020a031916908160001a905350825160fd60020a9084906015908110610fc357fe5b906020010190600160f860020a031916908160001a905350825160fd60020a908490602a908110610ff057fe5b906020010190600160f860020a031916908160001a905350825160fd60020a908490603f90811061101d57fe5b906020010190600160f860020a031916908160001a905350600091505b601482101561113e578160130360080260020a86600160a060020a031681151561106057fe5b0490508060f860020a02838360010181518110151561107b57fe5b906020010190600160f860020a031916908160001a9053508160130360080260020a87600160a060020a03168115156110b057fe5b0490508060f860020a0283836016018151811015156110cb57fe5b906020010190600160f860020a031916908160001a9053508160130360080260020a88600160a060020a031681151561110057fe5b0490508060f860020a028383602b0181518110151561111b57fe5b906020010190600160f860020a031916908160001a90535060019091019061103a565b600091505b60208210156111a35784826020811061115857fe5b1a60f860020a0260f860020a900490508060f860020a02838360400181518110151561118057fe5b906020010190600160f860020a031916908160001a905350600190910190611143565b50909695505050505050565b600092915050565b600481565b600254600160a060020a03163214806111df5750600254600160a060020a031633145b15156111ea57600080fd5b600160a060020a03811615156111ff57600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b606060008061123f8989338a610f58565b92508260405160200180807f19457468657265756d205369676e6564204d6573736167653a0a393600000000815250601c0182805190602001908083835b6020831061129c5780518252601f19909201916020918201910161127d565b6001836020036101000a0380198251168184511680821785525050505050509050019150506040516020818303038152906040526040518082805190602001908083835b602083106112ff5780518252601f1990920191602091820191016112e0565b51815160209384036101000a600019018019909216911617905260408051929094018290038220600080845283830180875282905260ff8e1684870152606084018d9052608084018c905294519098506001965060a080840196509194601f19820194509281900390910191865af115801561137f573d6000803e3d6000fd5b5050604051601f190151600654909250600160a060020a0380841691161490506113a857600080fd5b505050505050505050565b60006113bd611531565b84876040516020018083600160a060020a0316600160a060020a03166c01000000000000000000000000028152601401828152602001925050506040516020818303038152906040526040518082805190602001908083835b602083106114355780518252601f199092019160209182019101611416565b51815160209384036101000a60001901801990921691161790526040805192909401829003822060c083018552328352600160a060020a039c8d168383019081529b8d168386019081529a8d1660608401908152608084019a8b52600060a0850181815292815260079093529482209251835473ffffffffffffffffffffffffffffffffffffffff19908116918f169190911784559b516001840180548e16918f1691909117905599516002830180548d16918e169190911790559251600382018054909b169b169a909a1790985594516004890155505092516005909501805460ff191660ff9690930b959095169190911790935550505050565b6040805160c081018252600080825260208201819052918101829052606081018290526080810182905260a0810191909152905600a165627a7a7230582074c6feb6abc40b710f5a82fb8c9cff0bc13b436a30507d84bd5fe87b160140d30029"
        },
        "eluv.displayApp": "displayApp.html",
        "eluv.manageApp": "manageApp.html",
        "files": {
          ".": {
            "type": "directory"
          },
          "displayApp.html": {
            ".": {
              "parts": [
                1
              ],
              "size": 73720
            }
          },
          "manageApp.html": {
            ".": {
              "parts": [
                0
              ],
              "size": 73720
            }
          }
        },
        "mime-types": {
          "html": "text/html"
        },
        "name": "Advertisement"
      }
    }
    async ContentType({
      "typeId": "iq__3kEo6MBsom7Jt5ud5tbMVa6GxXbG"
    });
    
    
    {
      "id": "iq__3kEo6MBsom7Jt5ud5tbMVa6GxXbG",
      "hash": "hq__BfTx44WidNnUaMCH7aWmMpKge5pJrmekMfsrguTmEYmuG3erWYC6rU4zPQC54f1nmuXLQEW8ie",
      "name": "Commercial Offering",
      "meta": {
        "custom_contract": {
          "abi": [
            {
              "constant": true,
              "inputs": [],
              "name": "creator",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccessInfo",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccess",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "name": "runFinalize",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "proposed_status_code",
                  "type": "int256"
                }
              ],
              "name": "runStatusChange",
              "outputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "kill",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "name": "runDescribeStatus",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "pure",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "version",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_ACCESS",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newCreator",
                  "type": "address"
                }
              ],
              "name": "transferCreatorship",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runCreate",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "owner",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runKill",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "contentSpace",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_SEE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "name": "runGrant",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_CHARGE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newOwner",
                  "type": "address"
                }
              ],
              "name": "transferOwnership",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "payable": true,
              "stateMutability": "payable",
              "type": "fallback"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                }
              ],
              "name": "Log",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bool"
                }
              ],
              "name": "LogBool",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "a",
                  "type": "address"
                }
              ],
              "name": "LogAddress",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "uint256"
                }
              ],
              "name": "LogUint256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "int256"
                }
              ],
              "name": "LogInt256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bytes32"
                }
              ],
              "name": "LogBytes32",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "payee",
                  "type": "address"
                },
                {
                  "indexed": false,
                  "name": "amount",
                  "type": "uint256"
                }
              ],
              "name": "LogPayment",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunCreate",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunKill",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "proposedStatusCode",
                  "type": "int256"
                },
                {
                  "indexed": false,
                  "name": "returnStatusCode",
                  "type": "int256"
                }
              ],
              "name": "RunStatusChange",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "level",
                  "type": "uint8"
                },
                {
                  "indexed": false,
                  "name": "calculateAccessCharge",
                  "type": "int256"
                }
              ],
              "name": "RunAccessCharge",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunAccess",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunFinalize",
              "type": "event"
            }
          ],
          "address": "0x7056051266692d83bb070a0600adae7ea1873f15",
          "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f6666724d677232303139303232363133343630304d4c60055560018054600160a060020a03199081163290811790925560028054909116909117905561169a806100a26000396000f3006080604052600436106100e25763ffffffff60e060020a60003504166302d05d3f81146100e45780630f82c16f14610115578063123e0e80146101da57806317685953146102795780633513a8051461028757806341c0e1b51461029257806345080442146102a757806354fd4d50146102bf5780636af27417146102d45780636d2e4b1b146102ff5780637b1cdb3e146103205780638da5cb5b146103285780639e99bbea1461033d578063af570c0414610345578063b535b03e1461035a578063e870ed911461036f578063f185db0c1461037f578063f2fde38b14610394575b005b3480156100f057600080fd5b506100f96103b5565b60408051600160a060020a039092168252519081900360200190f35b34801561012157600080fd5b506040805160206004602480358281013584810280870186019097528086526101ab96843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103c49650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b6040805160206004604435818101358381028086018501909652808552610267958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103d39650505050505050565b60408051918252519081900360200190f35b6102676004356024356103dd565b6102676004356103e5565b34801561029e57600080fd5b506100e26103e8565b3480156102b357600080fd5b50610267600435610424565b3480156102cb57600080fd5b5061026761042a565b3480156102e057600080fd5b506102e9610430565b6040805160ff9092168252519081900360200190f35b34801561030b57600080fd5b506100e2600160a060020a0360043516610435565b610267610490565b34801561033457600080fd5b506100f9610713565b610267610722565b34801561035157600080fd5b506100f9610727565b34801561036657600080fd5b506102e9610736565b61026760043560243515156103dd565b34801561038b57600080fd5b506102e961073b565b3480156103a057600080fd5b506100e2600160a060020a0360043516610740565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a031632148061040b5750600254600160a060020a031633145b151561041657600080fd5b600254600160a060020a0316ff5b50600090565b60055481565b600281565b600154600160a060020a0316321461044c57600080fd5b600160a060020a038116151561046157600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60008060008061049e6107b2565b604051809103906000f0801580156104ba573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350849250839163e53853039160248082019260009290919082900301818387803b15801561052557600080fd5b505af1158015610539573d6000803e3d6000fd5b5050604080517f564fb18d0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038516935063564fb18d9250602480830192600092919082900301818387803b15801561059d57600080fd5b505af11580156105b1573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b15801561061c57600080fd5b505af1158015610630573d6000803e3d6000fd5b5050505080600160a060020a031663f2fde38b83600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561068157600080fd5b505af1158015610695573d6000803e3d6000fd5b505050506040513d60208110156106ab57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b1580156106f157600080fd5b505af1158015610705573d6000803e3d6000fd5b505050506000935050505090565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600481565b600254600160a060020a03163214806107635750600254600160a060020a031633145b151561076e57600080fd5b600160a060020a038116151561078357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b604051610eac806107c383390190560060806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f666665726e6732303139303531303135323330304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055610e0a806100a26000396000f3006080604052600436106101ab5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101ad5780630f82c16f146101de578063112d0d32146102a3578063123e0e80146102b85780631768595314610357578063198e76711461036557806329ed61371461037d5780633513a805146103a657806335b979ca146103b1578063409fa286146103d257806341c0e1b5146103ec57806345080442146104015780634c937386146104195780635062d68d1461042e57806354fd4d5014610443578063564fb18d146104585780635661d186146104795780636a9719b11461049a5780636af27417146104b45780636d2e4b1b146104df5780637b1cdb3e146105005780638da5cb5b1461050857806391357d4b1461051d5780639e99bbea14610500578063a7b4a4df14610544578063ab3a74251461057f578063af570c04146105d6578063af75d38f146105eb578063b2041a1514610600578063b535b03e14610615578063e870ed911461062a578063f185db0c1461063a578063f2fde38b1461064f578063fb5e76e614610670575b005b3480156101b957600080fd5b506101c2610685565b60408051600160a060020a039092168252519081900360200190f35b3480156101ea57600080fd5b5060408051602060046024803582810135848102808701860190975280865261027496843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106949650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102af57600080fd5b506101ab61071d565b6040805160206004604435818101358381028086018501909652808552610345958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506107369650505050505050565b60408051918252519081900360200190f35b610345600435602435610754565b34801561037157600080fd5b506101ab600435610770565b34801561038957600080fd5b506103926107a3565b604080519115158252519081900360200190f35b6103456004356107ac565b3480156103bd57600080fd5b506101ab600160a060020a03600435166107af565b3480156103de57600080fd5b506101ab600435151561080c565b3480156103f857600080fd5b506101ab61084d565b34801561040d57600080fd5b50610345600435610889565b34801561042557600080fd5b506101c261088f565b34801561043a57600080fd5b506101c261089e565b34801561044f57600080fd5b506103456108b2565b34801561046457600080fd5b506101ab600160a060020a03600435166108b8565b34801561048557600080fd5b506101ab600160a060020a03600435166108fe565b3480156104a657600080fd5b506101ab6004351515610961565b3480156104c057600080fd5b506104c96109cf565b6040805160ff9092168252519081900360200190f35b3480156104eb57600080fd5b506101ab600160a060020a03600435166109d4565b610345610a2f565b34801561051457600080fd5b506101c2610a34565b34801561052957600080fd5b506104c9600160a060020a0360043581169060243516610a43565b34801561055057600080fd5b506101ab600160a060020a03600435811690602435151590604435151590606435906084359060a43516610b6a565b34801561058b57600080fd5b506105a0600160a060020a0360043516610cda565b6040805195151586529315156020860152848401929092526060840152600160a060020a03166080830152519081900360a00190f35b3480156105e257600080fd5b506101c2610d15565b3480156105f757600080fd5b50610345610d24565b34801561060c57600080fd5b50610392610d2a565b34801561062157600080fd5b506104c9610d4b565b6103456004356024351515610d50565b34801561064657600080fd5b506104c9610d58565b34801561065b57600080fd5b506101ab600160a060020a0360043516610d5d565b34801561067c57600080fd5b506101c2610dcf565b600154600160a060020a031681565b60008080808060ff881615156106b65760009450849350839250829150610713565b6106c03332610a43565b905060ff8116156106de576002945092506000915081905082610713565b60095460ff16151560011415610704576008546002955090935060009250905082610713565b60079450600093508392508291505b5093509350935093565b6107273332610a43565b60ff161561073457600080fd5b565b600060ff8416156107495761074961071d565b506000949350505050565b6000605f82106107665750600061076a565b5060015b92915050565b600254600160a060020a03163214806107935750600254600160a060020a031633145b151561079e57600080fd5b600855565b60095460ff1681565b90565b600254600160a060020a03163214806107d25750600254600160a060020a031633145b15156107dd57600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a031632148061082f5750600254600160a060020a031633145b151561083a57600080fd5b6009805460ff1916911515919091179055565b600254600160a060020a03163214806108705750600254600160a060020a031633145b151561087b57600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b6009546101009004600160a060020a031681565b60055481565b600154600160a060020a031632146108cf57600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a03163214806109215750600254600160a060020a031633145b151561092c57600080fd5b60098054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a03163214806109845750600254600160a060020a031633145b151561098f57600080fd5b60078054911515740100000000000000000000000000000000000000000274ff000000000000000000000000000000000000000019909216919091179055565b600281565b600154600160a060020a031632146109eb57600080fd5b600160a060020a0381161515610a0057600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090565b600254600160a060020a031681565b600160a060020a038083166000908152600a602052604081206009549192839261010090041682811515610a82576003830154600160a060020a031691505b600160a060020a03821615610b2e5750604080517f95a078e8000000000000000000000000000000000000000000000000000000008152600160a060020a038781166004830152915183928316916395a078e89160248083019260209291908290030181600087803b158015610af757600080fd5b505af1158015610b0b573d6000803e3d6000fd5b505050506040513d6020811015610b2157600080fd5b50511515610b2e57600a93505b4283600101541115610b3f57601493505b600283015415801590610b555750428360020154105b15610b5f57601e93505b509195945050505050565b600080600088925082600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b158015610bc957600080fd5b505af1158015610bdd573d6000803e3d6000fd5b505050506040513d6020811015610bf357600080fd5b5051600160a060020a03163214610c0957600080fd5b859150811515610c17574291505b506009546101009004600160a060020a0316801515610c335750825b6040805160a08101825298151589529615156020808a0191825289890193845260608a01968752600160a060020a0392831660808b019081529a83166000908152600a9091529790972097518854975160ff199098169015151761ff0019166101009715159790970296909617875551600187015550505160028401555091516003909101805473ffffffffffffffffffffffffffffffffffffffff191691909216179055565b600a60205260009081526040902080546001820154600283015460039093015460ff80841694610100909404169290600160a060020a031685565b600354600160a060020a031681565b60085481565b60075474010000000000000000000000000000000000000000900460ff1681565b600181565b600092915050565b600481565b600254600160a060020a0316321480610d805750600254600160a060020a031633145b1515610d8b57600080fd5b600160a060020a0381161515610da057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600754600160a060020a0316815600a165627a7a72305820e07b208bd87743f14b6371d7b3e98d45fc665d414c5b241de137f302c3533da20029a165627a7a72305820af7597711e9b50552780f0bcc71787559afb50142134dcad6e5319c76d0307430029"
        },
        "eluv.displayApp": "displayApp.html",
        "eluv.manageApp": "manageApp.html",
        "files": {
          ".": {
            "type": "directory"
          },
          "displayApp.html": {
            ".": {
              "parts": [
                1
              ],
              "size": 72522
            }
          },
          "manageApp.html": {
            ".": {
              "parts": [
                0
              ],
              "size": 72522
            }
          }
        },
        "mime-types": {
          "html": "text/html"
        },
        "name": "Commercial Offering"
      }
    }
    async ContentType({
      "typeId": "iq__2punfHYE6Xv6B5GmRiuCorsELxei"
    });
    
    
    {
      "id": "iq__2punfHYE6Xv6B5GmRiuCorsELxei",
      "hash": "hq__Dp62NfiHS9PdwxXUNrrFFou3k59hMuWDUCbH3n5GmU3icDj7BQ1Nxz2yhdeEE6p4hnbqvTNDg2",
      "name": "Submission",
      "meta": {
        "custom_contract": {
          "abi": [
            {
              "constant": true,
              "inputs": [],
              "name": "creator",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "licensingFee",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccessInfo",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccess",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "name": "runFinalize",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "percentPartial",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "amount",
                  "type": "uint256"
                }
              ],
              "name": "withdraw",
              "outputs": [
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "proposed_status_code",
                  "type": "int256"
                }
              ],
              "name": "runStatusChange",
              "outputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "kill",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "status_code",
                  "type": "int256"
                }
              ],
              "name": "runDescribeStatus",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "pure",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "STATUS_FINAL_REVIEW",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "version",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_ACCESS",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newCreator",
                  "type": "address"
                }
              ],
              "name": "transferCreatorship",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runCreate",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "owner",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "partialPayment",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runKill",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "content_address",
                  "type": "address"
                },
                {
                  "name": "new_owner",
                  "type": "address"
                }
              ],
              "name": "transferContentOwnership",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "contentSpace",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "STATUS_DRAFT_APPROVED",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_SEE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "licensing_fee",
                  "type": "uint256"
                }
              ],
              "name": "setLicensingFee",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "name": "licensingStatus",
              "outputs": [
                {
                  "name": "percentComplete",
                  "type": "uint8"
                },
                {
                  "name": "licensingFee",
                  "type": "uint256"
                },
                {
                  "name": "licensingFeePaid",
                  "type": "uint256"
                },
                {
                  "name": "valid",
                  "type": "bool"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "partial_payment",
                  "type": "uint8"
                }
              ],
              "name": "setPartialPayment",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "percent_partial",
                  "type": "uint8"
                }
              ],
              "name": "setPercentPartial",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "name": "runGrant",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "content_address",
                  "type": "address"
                }
              ],
              "name": "reclaimContentOwnership",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_CHARGE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newOwner",
                  "type": "address"
                }
              ],
              "name": "transferOwnership",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "content_contract",
                  "type": "address"
                },
                {
                  "name": "approved",
                  "type": "bool"
                },
                {
                  "name": "percent_complete",
                  "type": "uint8"
                },
                {
                  "name": "note",
                  "type": "string"
                }
              ],
              "name": "reviewContent",
              "outputs": [
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "payable": true,
              "stateMutability": "payable",
              "type": "fallback"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "payee",
                  "type": "address"
                },
                {
                  "indexed": false,
                  "name": "content",
                  "type": "address"
                },
                {
                  "indexed": false,
                  "name": "amount",
                  "type": "uint256"
                }
              ],
              "name": "PayCredit",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                }
              ],
              "name": "Log",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bool"
                }
              ],
              "name": "LogBool",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "a",
                  "type": "address"
                }
              ],
              "name": "LogAddress",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "uint256"
                }
              ],
              "name": "LogUint256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "int256"
                }
              ],
              "name": "LogInt256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bytes32"
                }
              ],
              "name": "LogBytes32",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "payee",
                  "type": "address"
                },
                {
                  "indexed": false,
                  "name": "amount",
                  "type": "uint256"
                }
              ],
              "name": "LogPayment",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunCreate",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunKill",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "proposedStatusCode",
                  "type": "int256"
                },
                {
                  "indexed": false,
                  "name": "returnStatusCode",
                  "type": "int256"
                }
              ],
              "name": "RunStatusChange",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "level",
                  "type": "uint8"
                },
                {
                  "indexed": false,
                  "name": "calculateAccessCharge",
                  "type": "int256"
                }
              ],
              "name": "RunAccessCharge",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunAccess",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunFinalize",
              "type": "event"
            }
          ],
          "address": "0x1515ebcf2c7d5eaa53259543efe36e08de76b708",
          "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f53706c436f6e744c6963656e73696e6732303139303331383130353730304d4c600555678ac7230489e800006006556007805461280061ff001960ff19909216603c179190911617905560018054600160a060020a03199081163290811790925560028054909116909117905561151e806100c96000396000f3006080604052600436106101715763ffffffff60e060020a60003504166302d05d3f81146101735780630779564b146101a45780630f82c16f146101cb578063123e0e8014610290578063176859531461031d5780632d4fac771461032b5780632e1a7d4d146103565780633513a8051461038257806341c0e1b51461038d57806345080442146103a25780634d52fe4b146103ba57806354fd4d50146103cf5780636af27417146103e45780636d2e4b1b146103f95780637b1cdb3e1461041a5780638da5cb5b146104225780638e7f900f146104375780639e99bbea1461044c578063a2e1cf8a14610454578063af570c041461047b578063b261b9e714610490578063b535b03e146104a5578063b6524089146104ba578063ba3c32ea146104d2578063cba43b0d1461051f578063db14178d1461053a578063e870ed9114610555578063e97a08ba14610565578063f185db0c14610579578063f2fde38b1461058e578063f96e91df146105af575b005b34801561017f57600080fd5b50610188610620565b60408051600160a060020a039092168252519081900360200190f35b3480156101b057600080fd5b506101b961062f565b60408051918252519081900360200190f35b3480156101d757600080fd5b5060408051602060046024803582810135848102808701860190975280865261026196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106359650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526101b9958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106449650505050505050565b6101b960043560243561064e565b34801561033757600080fd5b50610340610656565b6040805160ff9092168252519081900360200190f35b34801561036257600080fd5b5061036e60043561065f565b604080519115158252519081900360200190f35b6101b960043561071c565b34801561039957600080fd5b50610171610b9f565b3480156103ae57600080fd5b506101b9600435610bdb565b3480156103c657600080fd5b506101b9610c47565b3480156103db57600080fd5b506101b9610c6b565b3480156103f057600080fd5b50610340610c71565b34801561040557600080fd5b50610171600160a060020a0360043516610c76565b6101b9610cd1565b34801561042e57600080fd5b50610188610d4a565b34801561044357600080fd5b50610340610d59565b6101b9610d67565b34801561046057600080fd5b50610188600160a060020a0360043581169060243516610eb3565b34801561048757600080fd5b50610188610f6b565b34801561049c57600080fd5b506101b9610f7a565b3480156104b157600080fd5b50610340610f9e565b3480156104c657600080fd5b506101b9600435610fa3565b3480156104de57600080fd5b506104f3600160a060020a0360043516610fdd565b6040805160ff909516855260208501939093528383019190915215156060830152519081900360800190f35b34801561052b57600080fd5b5061034060ff60043516611009565b34801561054657600080fd5b5061034060ff6004351661105c565b6101b9600435602435151561064e565b610188600160a060020a03600435166110a4565b34801561058557600080fd5b5061034061129b565b34801561059a57600080fd5b50610171600160a060020a03600435166112a0565b3480156105bb57600080fd5b50604080516020601f60643560048181013592830184900484028501840190955281845261036e94600160a060020a03813516946024803515159560ff6044351695369560849493019181908401838280828437509497506113129650505050505050565b600154600160a060020a031681565b60065481565b60076000808093509350935093565b6000949350505050565b600092915050565b60075460ff1681565b600254600090600160a060020a03163214806106855750600254600160a060020a031633145b151561069057600080fd5b600254604051600160a060020a039091169083156108fc029084906000818181858888f193505050501580156106ca573d6000803e3d6000fd5b5060025460408051600160a060020a03909216825260006020830152818101849052517f6fad978e8a2a7d154cdbeac8b127068f0cb03d8f2d585fe8087161308cc3dd1d9181900360600190a1919050565b3360008181526008602090815260408083208054600282015460019092015483517f27c1c21d0000000000000000000000000000000000000000000000000000000081529351959695869560ff90931694899489949303928492839283928a926327c1c21d92600480820193929182900301818787803b15801561079f57600080fd5b505af11580156107b3573d6000803e3d6000fd5b505050506040513d60208110156107c957600080fd5b50511280156107d8575060008a135b156108005760075460ff908116908716106107f657600394506107fb565b600194505b61088c565b8560ff166064141561081b578915156107fb5782935061088c565b60075460ff90811690871610610886578915156107fb57600160a060020a03881660009081526008602052604090206002810154600754600190920154909160649161010090910460ff160204039150828211610878578161087a565b825b9350600219945061088c565b60001994505b60008411156109aa57828411156108a257600080fd5b86600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b1580156108e057600080fd5b505af11580156108f4573d6000803e3d6000fd5b505050506040513d602081101561090a57600080fd5b5051600160a060020a03808a16600090815260086020526040808220600201805489019055519293509083169186156108fc0291879190818181858888f1935050505015801561095e573d6000803e3d6000fd5b5060408051600160a060020a0380841682528a16602082015280820186905290517f6fad978e8a2a7d154cdbeac8b127068f0cb03d8f2d585fe8087161308cc3dd1d9181900360600190a15b604080518b81526020810187905281517fb6c1c013bb5004fe8e943c6890e300ccedf9bd73dcd4eb291b31b9f96874feff929181900390910190a1841515610a2c57600160a060020a0388166000908152600860205260408120805460ff19908116825560018201839055600282019290925560030180549091169055610b91565b6000851215610b0f5786600160a060020a031663f2fde38b88600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610a8257600080fd5b505af1158015610a96573d6000803e3d6000fd5b505050506040513d6020811015610aac57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b158015610af257600080fd5b505af1158015610b06573d6000803e3d6000fd5b50505050610b91565b6000851315610b9157604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a0389169163f2fde38b91602480830192600092919082900301818387803b158015610b7857600080fd5b505af1158015610b8c573d6000803e3d6000fd5b505050505b509298975050505050505050565b600254600160a060020a0316321480610bc25750600254600160a060020a031633145b1515610bcd57600080fd5b600254600160a060020a0316ff5b6000816002191415610c0e57507f447261667420617070726f766564000000000000000000000000000000000000610c42565b8160031415610c3e57507f46696e616c20696e207265766965770000000000000000000000000000000000610c42565b5060005b919050565b7f46696e616c20696e20726576696577000000000000000000000000000000000081565b60055481565b600281565b600154600160a060020a03163214610c8d57600080fd5b600160a060020a0381161515610ca257600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b6000610cdb6114cb565b5060408051608081018252600080825260065460208084019182528385018381526001606086018181523386526008909352959093209351845460ff9190911660ff19918216178555915194840194909455905160028301559151600390910180549115159190921617905590565b600254600160a060020a031681565b600754610100900460ff1681565b33600081815260086020526040812060030154909190829060ff161515610d915760009250610eae565b81905030600160a060020a031681600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610ddc57600080fd5b505af1158015610df0573d6000803e3d6000fd5b505050506040513d6020811015610e0657600080fd5b5051600160a060020a03161415610e4957600160a060020a0382166000908152600860205260409020600281015460019091015414610e4457600080fd5b610e6f565b600160a060020a03821660009081526008602052604090206002015415610e6f57600080fd5b600160a060020a0382166000908152600860205260408120805460ff199081168255600182018390556002820183905560039091018054909116905592505b505090565b6002546000908190600160a060020a0316321480610edb5750600254600160a060020a031633145b1515610ee657600080fd5b50604080517ff2fde38b000000000000000000000000000000000000000000000000000000008152600160a060020a0384811660048301529151859283169163f2fde38b91602480830192600092919082900301818387803b158015610f4b57600080fd5b505af1158015610f5f573d6000803e3d6000fd5b50949695505050505050565b600354600160a060020a031681565b7f447261667420617070726f76656400000000000000000000000000000000000081565b600181565b600254600090600160a060020a0316321480610fc95750600254600160a060020a031633145b1515610fd457600080fd5b60069190915590565b600860205260009081526040902080546001820154600283015460039093015460ff9283169391921684565b600254600090600160a060020a031632148061102f5750600254600160a060020a031633145b151561103a57600080fd5b506007805461ff00191661010060ff9384168102919091179182905590041690565b600254600090600160a060020a03163214806110825750600254600160a060020a031633145b151561108d57600080fd5b506007805460ff191660ff92831617908190551690565b600160a060020a038116600090815260086020526040812060030154819060ff1615156110d057600080fd5b82905080600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561111157600080fd5b505af1158015611125573d6000803e3d6000fd5b505050506040513d602081101561113b57600080fd5b5051600160a060020a0316321461115157600080fd5b600160a060020a03831660009081526008602052604090206002015434101561117957600080fd5b600160a060020a03808416600090815260086020908152604080832060020183905580517f8280dd8f0000000000000000000000000000000000000000000000000000000081526000196004820152905193851693638280dd8f93602480840194938390030190829087803b1580156111f157600080fd5b505af1158015611205573d6000803e3d6000fd5b505050506040513d602081101561121b57600080fd5b5050604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523260048201529051600160a060020a0383169163f2fde38b91602480830192600092919082900301818387803b15801561127d57600080fd5b505af1158015611291573d6000803e3d6000fd5b5050505050919050565b600481565b600254600160a060020a03163214806112c35750600254600160a060020a031633145b15156112ce57600080fd5b600160a060020a03811615156112e357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600160a060020a0384166000818152600860209081526040808320805460ff191660ff881617905580517fb816f5130000000000000000000000000000000000000000000000000000000081529051929388938593849363b816f513926004808301939282900301818787803b15801561138b57600080fd5b505af115801561139f573d6000803e3d6000fd5b505050506040513d60208110156113b557600080fd5b50516040517f87e86b2c000000000000000000000000000000000000000000000000000000008152600160a060020a038a8116600483019081528a15156024840152606060448401908152895160648501528951949650918616936387e86b2c938d938d938c93909260840190602085019080838360005b8381101561144557818101518382015260200161142d565b50505050905090810190601f1680156114725780820380516001836020036101000a031916815260200191505b50945050505050602060405180830381600087803b15801561149357600080fd5b505af11580156114a7573d6000803e3d6000fd5b505050506040513d60208110156114bd57600080fd5b505198975050505050505050565b604080516080810182526000808252602082018190529181018290526060810191909152905600a165627a7a723058202884804d43a9a152fb3d67b3c22bd9c9f4e20b07cc2c89c3660aa73a4de314e60029"
        },
        "eluv.reviewApp": "reviewApp.html",
        "eluv.schema": [
          {
            "key": "name",
            "label": "Name",
            "type": "string"
          },
          {
            "fields": [
              {
                "key": "title",
                "label": "Title",
                "type": "string"
              },
              {
                "key": "synopsis",
                "label": "Synopsis",
                "type": "text"
              },
              {
                "key": "cast_and_crew",
                "label": "Cast and Crew",
                "type": "string"
              }
            ],
            "flattenDisplay": true,
            "key": "metadata",
            "type": "object"
          },
          {
            "key": "blog_post",
            "label": "Blog Post",
            "type": "text"
          },
          {
            "fields": [
              {
                "fields": [
                  {
                    "key": "1",
                    "label": "Text 1",
                    "type": "string"
                  },
                  {
                    "key": "2",
                    "label": "Text 2",
                    "type": "string"
                  }
                ],
                "flattenDisplay": true,
                "key": "text",
                "type": "object"
              }
            ],
            "key": "facebook",
            "label": "Facebook",
            "type": "object"
          },
          {
            "fields": [
              {
                "fields": [
                  {
                    "key": "1",
                    "label": "Text 1",
                    "type": "string"
                  },
                  {
                    "key": "2",
                    "label": "Text 2",
                    "type": "string"
                  }
                ],
                "flattenDisplay": true,
                "key": "text",
                "type": "object"
              },
              {
                "key": "description",
                "label": "Description",
                "type": "text"
              }
            ],
            "key": "youtube",
            "label": "YouTube",
            "type": "object"
          },
          {
            "accept": [
              "image/*"
            ],
            "key": "image",
            "label": "Primary Image",
            "preview": true,
            "type": "file"
          },
          {
            "accept": [
              "video/*"
            ],
            "key": "video",
            "label": "Full Video",
            "type": "file"
          },
          {
            "key": "preview_spacer",
            "label": "",
            "text": "",
            "type": "label"
          },
          {
            "accept": [
              "image/*"
            ],
            "key": "preview_image",
            "label": "Preview Image",
            "preview": true,
            "type": "file"
          },
          {
            "accept": [
              "video/*"
            ],
            "key": "preview_video",
            "label": "Preview Video",
            "type": "file"
          },
          {
            "key": "tag_spacer",
            "label": "",
            "text": "",
            "type": "label"
          },
          {
            "key": "tags",
            "label": "Tags",
            "type": "list"
          },
          {
            "key": "terms_and_conditions_label",
            "label": "",
            "text": "Before submitting this content, you must agree to the Terms and Conditions below",
            "type": "label"
          },
          {
            "filename": "Terms and Conditions.pdf",
            "hash": "hqp_QmUzs9ticwCsejnjdRrwHsThiNGvNytEFTVY21ZrNKKWAr",
            "key": "terms_and_conditions",
            "label": "Terms and Conditions",
            "type": "attachedFile"
          },
          {
            "key": "agree_to_terms",
            "label": "I agree",
            "required": true,
            "type": "boolean"
          }
        ],
        "files": {
          ".": {
            "type": "directory"
          },
          "reviewApp.html": {
            ".": {
              "parts": [
                0
              ],
              "size": 206344
            }
          }
        },
        "mime-types": {
          "html": "text/html"
        },
        "name": "Submission"
      }
    }
    async ContentType({
      "typeId": "iq__3ugM27TmKaK3aH5FhroqAGddFoty"
    });
    
    
    {
      "id": "iq__3ugM27TmKaK3aH5FhroqAGddFoty",
      "hash": "hq__DxBV4QBDgXLYto9C4CuZ8Pwwo4JWQoufdCxFpHE58Koiqwm7Vg3SNywCWZL9RMHF77sR9aPskh",
      "name": "Campaign",
      "meta": {
        "custom_contract": {
          "abi": [
            {
              "constant": true,
              "inputs": [],
              "name": "creator",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccessInfo",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccess",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "name": "runFinalize",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "proposed_status_code",
                  "type": "int256"
                }
              ],
              "name": "runStatusChange",
              "outputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "kill",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "percent",
                  "type": "uint8"
                }
              ],
              "name": "setLibraryRetrocession",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "name": "runDescribeStatus",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "pure",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "campaignLibraryAddress",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "version",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_ACCESS",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newCreator",
                  "type": "address"
                }
              ],
              "name": "transferCreatorship",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "libraryRetrocession",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runCreate",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "campaign_library_address",
                  "type": "address"
                }
              ],
              "name": "setCampaignLibraryAddress",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "owner",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runKill",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "contentSpace",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_SEE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "market_place_address",
                  "type": "address"
                }
              ],
              "name": "setMarketPlaceAddress",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "initializedAsCampaignMgr",
              "outputs": [
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "name": "runGrant",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "marketPlaceAddress",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_CHARGE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newOwner",
                  "type": "address"
                }
              ],
              "name": "transferOwnership",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "payable": true,
              "stateMutability": "payable",
              "type": "fallback"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                }
              ],
              "name": "Log",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bool"
                }
              ],
              "name": "LogBool",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "a",
                  "type": "address"
                }
              ],
              "name": "LogAddress",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "uint256"
                }
              ],
              "name": "LogUint256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "int256"
                }
              ],
              "name": "LogInt256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bytes32"
                }
              ],
              "name": "LogBytes32",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "payee",
                  "type": "address"
                },
                {
                  "indexed": false,
                  "name": "amount",
                  "type": "uint256"
                }
              ],
              "name": "LogPayment",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunCreate",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunKill",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "proposedStatusCode",
                  "type": "int256"
                },
                {
                  "indexed": false,
                  "name": "returnStatusCode",
                  "type": "int256"
                }
              ],
              "name": "RunStatusChange",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "level",
                  "type": "uint8"
                },
                {
                  "indexed": false,
                  "name": "calculateAccessCharge",
                  "type": "int256"
                }
              ],
              "name": "RunAccessCharge",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunAccess",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunFinalize",
              "type": "event"
            }
          ],
          "address": "0x8071af01e88a02afef5acaf47d95d1c6a415b53e",
          "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e4d677232303139303232323135333630304d4c6005556006805460ff191690556007805460a060020a60ff021916905560018054600160a060020a031990811632908117909255600280549091169091179055611fdd806100bc6000396000f3006080604052600436106101485763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f811461014a5780630f82c16f1461017b578063123e0e801461024057806317685953146102df5780633513a805146102ed57806341c0e1b5146102f8578063444814391461030d578063450804421461033e5780634edd676b1461035657806354fd4d501461036b5780636af27417146103805780636d2e4b1b1461039557806374cf29c2146103b65780637b1cdb3e146103cb5780638597a2a3146103d35780638da5cb5b146103f45780639e99bbea14610409578063af570c0414610411578063b535b03e14610426578063cc98ef961461043b578063d7f48c341461045c578063e870ed9114610485578063ed27107b14610495578063f185db0c146104aa578063f2fde38b146104bf575b005b34801561015657600080fd5b5061015f6104e0565b60408051600160a060020a039092168252519081900360200190f35b34801561018757600080fd5b5060408051602060046024803582810135848102808701860190975280865261021196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104ef9650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526102cd958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104fe9650505050505050565b60408051918252519081900360200190f35b6102cd600435602435610508565b6102cd600435610510565b34801561030457600080fd5b50610148610513565b34801561031957600080fd5b5061032860ff6004351661054f565b6040805160ff9092168252519081900360200190f35b34801561034a57600080fd5b506102cd600435610597565b34801561036257600080fd5b5061015f61059d565b34801561037757600080fd5b506102cd6105b1565b34801561038c57600080fd5b506103286105b7565b3480156103a157600080fd5b50610148600160a060020a03600435166105bc565b3480156103c257600080fd5b50610328610617565b6102cd610620565b3480156103df57600080fd5b50610148600160a060020a03600435166108c7565b34801561040057600080fd5b5061015f61092a565b6102cd610939565b34801561041d57600080fd5b5061015f61093e565b34801561043257600080fd5b5061032861094d565b34801561044757600080fd5b50610148600160a060020a0360043516610952565b34801561046857600080fd5b50610471610998565b604080519115158252519081900360200190f35b6102cd6004356024351515610508565b3480156104a157600080fd5b5061015f6109b9565b3480156104b657600080fd5b506103286109c8565b3480156104cb57600080fd5b50610148600160a060020a03600435166109cd565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a03163214806105365750600254600160a060020a031633145b151561054157600080fd5b600254600160a060020a0316ff5b600254600090600160a060020a03163214806105755750600254600160a060020a031633145b151561058057600080fd5b506006805460ff191660ff92831617908190551690565b50600090565b6006546101009004600160a060020a031681565b60055481565b600281565b600154600160a060020a031632146105d357600080fd5b600160a060020a03811615156105e857600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065460ff1681565b60075460009081908190819074010000000000000000000000000000000000000000900460ff16151561068b576007805474ff0000000000000000000000000000000000000000191674010000000000000000000000000000000000000000179055600093506108c1565b610693610a3f565b604051809103906000f0801580156106af573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350839163e53853039160248082019260009290919082900301818387803b15801561071757600080fd5b505af115801561072b573d6000803e3d6000fd5b5050600654604080517f4448143900000000000000000000000000000000000000000000000000000000815260ff909216600483015251869450600160a060020a03851693506344481439925060248083019260209291908290030181600087803b15801561079957600080fd5b505af11580156107ad573d6000803e3d6000fd5b505050506040513d60208110156107c357600080fd5b5050604080517f63c77f8f0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038316916363c77f8f91602480830192600092919082900301818387803b15801561082557600080fd5b505af1158015610839573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b1580156108a457600080fd5b505af11580156108b8573d6000803e3d6000fd5b50505050600093505b50505090565b600254600160a060020a03163214806108ea5750600254600160a060020a031633145b15156108f557600080fd5b60068054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600154600160a060020a0316321461096957600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60075474010000000000000000000000000000000000000000900460ff1681565b600754600160a060020a031681565b600481565b600254600160a060020a03163214806109f05750600254600160a060020a031633145b15156109fb57600080fd5b600160a060020a0381161515610a1057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60405161156280610a5083390190560060806040527f4f776e61626c6532303139303532383139333830304d4c00000000000000000060009081557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e32303139303331383130353130304d4c0000006005556006805460a060020a60ff021916905542600a55600b5560018054600160a060020a0319908116329081179092556002805490911690911790556114a7806100bb6000396000f3006080604052600436106101b65763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101b85780630b97bc86146101e95780630f82c16f146102105780630fb5a6b4146102d5578063123e0e80146102ea57806317685953146103775780631e1333fb1461038557806322f3e2d4146103bd578063309d1e40146103d25780633513a805146104185780633b917c301461042357806341c0e1b514610438578063444814391461044d578063450804421461047e57806346d5badb1461049657806354fd4d50146104ab57806363c77f8f146104c05780636af27417146104e15780636d2e4b1b146104f657806374cf29c21461051757806379d367ef1461052c5780637b1cdb3e1461054d5780638da5cb5b146105555780639dfa5d331461056a5780639e99bbea1461054d578063af570c041461057f578063b535b03e14610594578063c940c6b3146105a9578063cfefb3d5146105ca578063e177246e146105e2578063e870ed91146105fa578063f06148f21461060a578063f185db0c1461062e578063f2fde38b14610643578063f34da3c014610664575b005b3480156101c457600080fd5b506101cd61067c565b60408051600160a060020a039092168252519081900360200190f35b3480156101f557600080fd5b506101fe61068b565b60408051918252519081900360200190f35b34801561021c57600080fd5b506040805160206004602480358281013584810280870186019097528086526102a696843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106919650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102e157600080fd5b506101fe6106a0565b60408051602060046044358181013583810280860185019096528085526101fe958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106a69650505050505050565b6101fe6004356024356106b0565b34801561039157600080fd5b506103a9600160a060020a03600435166024356106b8565b604080519115158252519081900360200190f35b3480156103c957600080fd5b506103a96107eb565b3480156103de57600080fd5b506103f3600160a060020a036004351661081f565b604080519384526020840192909252600090810b900b82820152519081900360600190f35b6101fe600435610840565b34801561042f57600080fd5b506101cd610843565b34801561044457600080fd5b506101b6610852565b34801561045957600080fd5b5061046860ff6004351661088e565b6040805160ff9092168252519081900360200190f35b34801561048a57600080fd5b506101fe6004356108f0565b3480156104a257600080fd5b506101fe6108f6565b3480156104b757600080fd5b506101fe6108fc565b3480156104cc57600080fd5b506101b6600160a060020a0360043516610902565b3480156104ed57600080fd5b50610468610948565b34801561050257600080fd5b506101b6600160a060020a036004351661094d565b34801561052357600080fd5b506104686109a8565b34801561053857600080fd5b506103a9600160a060020a03600435166109c9565b6101fe610b73565b34801561056157600080fd5b506101cd610b78565b34801561057657600080fd5b506101fe610b87565b34801561058b57600080fd5b506101cd610bc2565b3480156105a057600080fd5b50610468610bd1565b3480156105b557600080fd5b506101fe600435602435604435606435610bd6565b3480156105d657600080fd5b506103a9600435610c24565b3480156105ee57600080fd5b506101fe60043561131e565b6101fe60043560243515156106b0565b34801561061657600080fd5b506103a9600160a060020a036004351660243561135f565b34801561063a57600080fd5b506104686113b8565b34801561064f57600080fd5b506101b6600160a060020a03600435166113bd565b34801561067057600080fd5b506101cd60043561142f565b600154600160a060020a031681565b600a5481565b60076000808093509350935093565b600b5481565b6000949350505050565b600092915050565b60006106c2611457565b600254600090600160a060020a03163214806106e85750600254600160a060020a031633145b15156106f357600080fd5b50506040805160608101825283815260006020808301829052600183850152600160a060020a038716825260079052918220600281015491929091810b900b151561079b5760088054600180820183556000929092527ff3f7a9fe364faab93b216da50a3214154f22a0a2b415b23a84c8169e8b636ee301805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0388161790556009805490910190555b50600160a060020a039390931660009081526007602090815260408083208651815591860151600180840191909155950151600290910180549190920b60ff1660ff199091161790555090919050565b600a546000904290811015610803576000915061081b565b600b541580610818575080600b54600a540110155b91505b5090565b60076020526000908152604081208054600182015460029092015490920b83565b90565b600654600160a060020a031681565b600254600160a060020a03163214806108755750600254600160a060020a031633145b151561088057600080fd5b600254600160a060020a0316ff5b600154600090600160a060020a031632146108a857600080fd5b506006805474ff000000000000000000000000000000000000000019167401000000000000000000000000000000000000000060ff9384168102919091179182905590041690565b50600090565b60095481565b60055481565b600154600160a060020a0316321461091957600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600281565b600154600160a060020a0316321461096457600080fd5b600160a060020a038116151561097957600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065474010000000000000000000000000000000000000000900460ff1681565b6002546000908190600160a060020a03163214806109f15750600254600160a060020a031633145b15156109fc57600080fd5b50600160a060020a038216600090815260076020526040812081815560018101829055600201805460ff191690555b600954811015610b685782600160a060020a0316600882815481101515610a4e57fe5b600091825260209091200154600160a060020a03161415610b60576008805482908110610a7757fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff19169055600954600019018114610b4d576008600160095403815481101515610abe57fe5b60009182526020909120015460088054600160a060020a039092169183908110610ae457fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a031602179055506008600160095403815481101515610b2657fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff191690555b6009805460001901905560019150610b6d565b600101610a2b565b600091505b50919050565b600090565b600254600160a060020a031681565b600254600090600160a060020a0316321480610bad5750600254600160a060020a031633145b1515610bb857600080fd5b5042600a81905590565b600354600160a060020a031681565b600181565b600254600090600160a060020a0316321480610bfc5750600254600160a060020a031633145b1515610c0757600080fd5b50603c60188502840181028301028101600b819055949350505050565b6000806000806000806000806000610c3a6107eb565b1515610c4557600080fd5b604080517f0e0a0d74000000000000000000000000000000000000000000000000000000008152600481018c905290513399508991630e0a0d749160248083019260209291908290030181600087803b158015610ca157600080fd5b505af1158015610cb5573d6000803e3d6000fd5b505050506040513d6020811015610ccb57600080fd5b5051604080517f98980081000000000000000000000000000000000000000000000000000000008152600481018d90529051919850600160a060020a038a16916398980081916024808201926020929091908290030181600087803b158015610d3357600080fd5b505af1158015610d47573d6000803e3d6000fd5b505050506040513d6020811015610d5d57600080fd5b5051604080517f2310167f00000000000000000000000000000000000000000000000000000000815290519197508796503391600160a060020a03881691632310167f9160048083019260209291908290030181600087803b158015610dc257600080fd5b505af1158015610dd6573d6000803e3d6000fd5b505050506040513d6020811015610dec57600080fd5b5051600160a060020a031614610e0157600080fd5b604080517f7afc54d4000000000000000000000000000000000000000000000000000000008152600481018c905290513291600160a060020a038b1691637afc54d4916024808201926020929091908290030181600087803b158015610e6657600080fd5b505af1158015610e7a573d6000803e3d6000fd5b505050506040513d6020811015610e9057600080fd5b5051600160a060020a031614610ea557600080fd5b600160a060020a03861660009081526007602052604081206002810154909550810b900b600114610ed557600080fd5b83541580610eea575060018401548454038711155b1515610ef557600080fd5b600180850154600160a060020a0388166000908152600760205260409020908901910155835415801590610f4457508354600160a060020a038716600090815260076020526040902060010154145b15610f7057600160a060020a0386166000908152600760205260409020600201805460ff191660ff1790555b60065474010000000000000000000000000000000000000000900460ff1660648804029250821561127157604080517f5cc15001000000000000000000000000000000000000000000000000000000008152600481018c90529051600160a060020a038a1691635cc150019160248083019260209291908290030181600087803b158015610ffd57600080fd5b505af1158015611011573d6000803e3d6000fd5b505050506040513d602081101561102757600080fd5b5051604080517fb816f5130000000000000000000000000000000000000000000000000000000081529051919350600160a060020a0384169163b816f513916004808201926020929091908290030181600087803b15801561108857600080fd5b505af115801561109c573d6000803e3d6000fd5b505050506040513d60208110156110b257600080fd5b5051604080517f8da5cb5b0000000000000000000000000000000000000000000000000000000081529051919250600160a060020a03831691638da5cb5b916004808201926020929091908290030181600087803b15801561111357600080fd5b505af1158015611127573d6000803e3d6000fd5b505050506040513d602081101561113d57600080fd5b5051604051600160a060020a039091169084156108fc029085906000818181858888f19350505050158015611176573d6000803e3d6000fd5b507f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a81600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b1580156111ef57600080fd5b505af1158015611203573d6000803e3d6000fd5b505050506040513d602081101561121957600080fd5b505160408051600160a060020a0390921660208301528181018690526060808352600c908301527f526574726f63657373696f6e00000000000000000000000000000000000000006080830152519081900360a00190a15b604051329084890380156108fc02916000818181858888f1935050505015801561129f573d6000803e3d6000fd5b50604080513260208201528489038183015260608082526006908201527f5265776172640000000000000000000000000000000000000000000000000000608082015290517f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a9181900360a00190a15060019998505050505050505050565b600254600090600160a060020a03163214806113445750600254600160a060020a031633145b151561134f57600080fd5b50600a8054820190819055919050565b60008061136a6107eb565b151561137557600080fd5b50600160a060020a0383166000908152600760205260409020805415806113a3575060018101548154038311155b15156113ae57600080fd5b5060019392505050565b600481565b600254600160a060020a03163214806113e05750600254600160a060020a031633145b15156113eb57600080fd5b600160a060020a038116151561140057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600880548290811061143d57fe5b600091825260209091200154600160a060020a0316905081565b60606040519081016040528060008152602001600081526020016000800b815250905600a165627a7a72305820becc96e99c6926cb052edc800d780fc74a533f9dde4b797cc7e4642f277fd1cc0029a165627a7a72305820ba38a2c5cfdcbb681408b1b80cb36cc3bffae73072fe02d8f38e737a771587ef0029",
          "factoryAbi": [
            {
              "constant": true,
              "inputs": [],
              "name": "creator",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccessInfo",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccess",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "name": "runFinalize",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "proposed_status_code",
                  "type": "int256"
                }
              ],
              "name": "runStatusChange",
              "outputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "kill",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "percent",
                  "type": "uint8"
                }
              ],
              "name": "setLibraryRetrocession",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "name": "runDescribeStatus",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "pure",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "campaignLibraryAddress",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "version",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_ACCESS",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newCreator",
                  "type": "address"
                }
              ],
              "name": "transferCreatorship",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "libraryRetrocession",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runCreate",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "campaign_library_address",
                  "type": "address"
                }
              ],
              "name": "setCampaignLibraryAddress",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "owner",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runKill",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "contentSpace",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_SEE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "market_place_address",
                  "type": "address"
                }
              ],
              "name": "setMarketPlaceAddress",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "initializedAsCampaignMgr",
              "outputs": [
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "name": "runGrant",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "marketPlaceAddress",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_CHARGE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newOwner",
                  "type": "address"
                }
              ],
              "name": "transferOwnership",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "payable": true,
              "stateMutability": "payable",
              "type": "fallback"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                }
              ],
              "name": "Log",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bool"
                }
              ],
              "name": "LogBool",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "a",
                  "type": "address"
                }
              ],
              "name": "LogAddress",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "uint256"
                }
              ],
              "name": "LogUint256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "int256"
                }
              ],
              "name": "LogInt256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bytes32"
                }
              ],
              "name": "LogBytes32",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "payee",
                  "type": "address"
                },
                {
                  "indexed": false,
                  "name": "amount",
                  "type": "uint256"
                }
              ],
              "name": "LogPayment",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunCreate",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunKill",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "proposedStatusCode",
                  "type": "int256"
                },
                {
                  "indexed": false,
                  "name": "returnStatusCode",
                  "type": "int256"
                }
              ],
              "name": "RunStatusChange",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "level",
                  "type": "uint8"
                },
                {
                  "indexed": false,
                  "name": "calculateAccessCharge",
                  "type": "int256"
                }
              ],
              "name": "RunAccessCharge",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunAccess",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunFinalize",
              "type": "event"
            }
          ]
        },
        "eluv.displayApp": "displayApp.html",
        "eluv.manageApp": "manageApp.html",
        "files": {
          ".": {
            "type": "directory"
          },
          "displayApp.html": {
            ".": {
              "parts": [
                2
              ],
              "size": 40858
            }
          },
          "elv-apps.css": {
            ".": {
              "parts": [
                4
              ],
              "size": 37627
            }
          },
          "manageApp.html": {
            ".": {
              "parts": [
                3
              ],
              "size": 40858
            }
          }
        },
        "mime-types": {
          "css": "text/css",
          "html": "text/html"
        },
        "name": "Campaign"
      }
    }
    async ContentType({
      "typeId": "iq__ruJTQUEiuvWwP5VV6z7A39j5pkr"
    });
    
    
    {
      "id": "iq__ruJTQUEiuvWwP5VV6z7A39j5pkr",
      "hash": "hq__pbFJL9TRrNHx2oyqQ92Qs6UTxMuGv1on8wmfmFCf7NbfVerp6HftZuck4m4PntNzCfosVPhhk",
      "name": "Campaign Manager",
      "meta": {
        "bitcode_part": "hqp_S1k59TTzCt9WStMWFEr91onr3vJm5iwKRjWSQqhyAuxYNTww",
        "custom_contract": {
          "abi": [
            {
              "constant": true,
              "inputs": [],
              "name": "creator",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccessInfo",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccess",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "name": "runFinalize",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "proposed_status_code",
                  "type": "int256"
                }
              ],
              "name": "runStatusChange",
              "outputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "kill",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "name": "runDescribeStatus",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "pure",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "version",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_ACCESS",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newCreator",
                  "type": "address"
                }
              ],
              "name": "transferCreatorship",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runCreate",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "owner",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runKill",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "contentSpace",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_SEE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "name": "runGrant",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_CHARGE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newOwner",
                  "type": "address"
                }
              ],
              "name": "transferOwnership",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "payable": true,
              "stateMutability": "payable",
              "type": "fallback"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                }
              ],
              "name": "Log",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bool"
                }
              ],
              "name": "LogBool",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "a",
                  "type": "address"
                }
              ],
              "name": "LogAddress",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "uint256"
                }
              ],
              "name": "LogUint256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "int256"
                }
              ],
              "name": "LogInt256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bytes32"
                }
              ],
              "name": "LogBytes32",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "payee",
                  "type": "address"
                },
                {
                  "indexed": false,
                  "name": "amount",
                  "type": "uint256"
                }
              ],
              "name": "LogPayment",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunCreate",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunKill",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "proposedStatusCode",
                  "type": "int256"
                },
                {
                  "indexed": false,
                  "name": "returnStatusCode",
                  "type": "int256"
                }
              ],
              "name": "RunStatusChange",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "level",
                  "type": "uint8"
                },
                {
                  "indexed": false,
                  "name": "calculateAccessCharge",
                  "type": "int256"
                }
              ],
              "name": "RunAccessCharge",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunAccess",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunFinalize",
              "type": "event"
            }
          ],
          "address": "0xfb8b470b7577efad41c15598cb2e9380b473ace3",
          "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d67724d61726b6574506c61636532303139303232323135333730304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055612887806100a26000396000f3006080604052600436106100e25763ffffffff60e060020a60003504166302d05d3f81146100e45780630f82c16f14610115578063123e0e80146101da57806317685953146102795780633513a8051461028757806341c0e1b51461029257806345080442146102a757806354fd4d50146102bf5780636af27417146102d45780636d2e4b1b146102ff5780637b1cdb3e146103205780638da5cb5b146103285780639e99bbea1461033d578063af570c0414610345578063b535b03e1461035a578063e870ed911461036f578063f185db0c1461037f578063f2fde38b14610394575b005b3480156100f057600080fd5b506100f96103b5565b60408051600160a060020a039092168252519081900360200190f35b34801561012157600080fd5b506040805160206004602480358281013584810280870186019097528086526101ab96843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103c49650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b6040805160206004604435818101358381028086018501909652808552610267958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103d39650505050505050565b60408051918252519081900360200190f35b6102676004356024356103dd565b6102676004356103e5565b34801561029e57600080fd5b506100e26103e8565b3480156102b357600080fd5b50610267600435610424565b3480156102cb57600080fd5b5061026761042a565b3480156102e057600080fd5b506102e9610430565b6040805160ff9092168252519081900360200190f35b34801561030b57600080fd5b506100e2600160a060020a0360043516610435565b610267610490565b34801561033457600080fd5b506100f9610713565b610267610722565b34801561035157600080fd5b506100f9610727565b34801561036657600080fd5b506102e9610736565b61026760043560243515156103dd565b34801561038b57600080fd5b506102e961073b565b3480156103a057600080fd5b506100e2600160a060020a0360043516610740565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a031632148061040b5750600254600160a060020a031633145b151561041657600080fd5b600254600160a060020a0316ff5b50600090565b60055481565b600281565b600154600160a060020a0316321461044c57600080fd5b600160a060020a038116151561046157600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60008060008061049e6107b2565b604051809103906000f0801580156104ba573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350849250839163e53853039160248082019260009290919082900301818387803b15801561052557600080fd5b505af1158015610539573d6000803e3d6000fd5b5050604080517fcc98ef960000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038516935063cc98ef969250602480830192600092919082900301818387803b15801561059d57600080fd5b505af11580156105b1573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b15801561061c57600080fd5b505af1158015610630573d6000803e3d6000fd5b5050505080600160a060020a031663f2fde38b83600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561068157600080fd5b505af1158015610695573d6000803e3d6000fd5b505050506040513d60208110156106ab57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b1580156106f157600080fd5b505af1158015610705573d6000803e3d6000fd5b505050506000935050505090565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600481565b600254600160a060020a03163214806107635750600254600160a060020a031633145b151561076e57600080fd5b600160a060020a038116151561078357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b604051612099806107c383390190560060806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e4d677232303139303232323135333630304d4c6005556006805460ff191690556007805460a060020a60ff021916905560018054600160a060020a031990811632908117909255600280549091169091179055611fdd806100bc6000396000f3006080604052600436106101485763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f811461014a5780630f82c16f1461017b578063123e0e801461024057806317685953146102df5780633513a805146102ed57806341c0e1b5146102f8578063444814391461030d578063450804421461033e5780634edd676b1461035657806354fd4d501461036b5780636af27417146103805780636d2e4b1b1461039557806374cf29c2146103b65780637b1cdb3e146103cb5780638597a2a3146103d35780638da5cb5b146103f45780639e99bbea14610409578063af570c0414610411578063b535b03e14610426578063cc98ef961461043b578063d7f48c341461045c578063e870ed9114610485578063ed27107b14610495578063f185db0c146104aa578063f2fde38b146104bf575b005b34801561015657600080fd5b5061015f6104e0565b60408051600160a060020a039092168252519081900360200190f35b34801561018757600080fd5b5060408051602060046024803582810135848102808701860190975280865261021196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104ef9650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526102cd958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104fe9650505050505050565b60408051918252519081900360200190f35b6102cd600435602435610508565b6102cd600435610510565b34801561030457600080fd5b50610148610513565b34801561031957600080fd5b5061032860ff6004351661054f565b6040805160ff9092168252519081900360200190f35b34801561034a57600080fd5b506102cd600435610597565b34801561036257600080fd5b5061015f61059d565b34801561037757600080fd5b506102cd6105b1565b34801561038c57600080fd5b506103286105b7565b3480156103a157600080fd5b50610148600160a060020a03600435166105bc565b3480156103c257600080fd5b50610328610617565b6102cd610620565b3480156103df57600080fd5b50610148600160a060020a03600435166108c7565b34801561040057600080fd5b5061015f61092a565b6102cd610939565b34801561041d57600080fd5b5061015f61093e565b34801561043257600080fd5b5061032861094d565b34801561044757600080fd5b50610148600160a060020a0360043516610952565b34801561046857600080fd5b50610471610998565b604080519115158252519081900360200190f35b6102cd6004356024351515610508565b3480156104a157600080fd5b5061015f6109b9565b3480156104b657600080fd5b506103286109c8565b3480156104cb57600080fd5b50610148600160a060020a03600435166109cd565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a03163214806105365750600254600160a060020a031633145b151561054157600080fd5b600254600160a060020a0316ff5b600254600090600160a060020a03163214806105755750600254600160a060020a031633145b151561058057600080fd5b506006805460ff191660ff92831617908190551690565b50600090565b6006546101009004600160a060020a031681565b60055481565b600281565b600154600160a060020a031632146105d357600080fd5b600160a060020a03811615156105e857600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065460ff1681565b60075460009081908190819074010000000000000000000000000000000000000000900460ff16151561068b576007805474ff0000000000000000000000000000000000000000191674010000000000000000000000000000000000000000179055600093506108c1565b610693610a3f565b604051809103906000f0801580156106af573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350839163e53853039160248082019260009290919082900301818387803b15801561071757600080fd5b505af115801561072b573d6000803e3d6000fd5b5050600654604080517f4448143900000000000000000000000000000000000000000000000000000000815260ff909216600483015251869450600160a060020a03851693506344481439925060248083019260209291908290030181600087803b15801561079957600080fd5b505af11580156107ad573d6000803e3d6000fd5b505050506040513d60208110156107c357600080fd5b5050604080517f63c77f8f0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038316916363c77f8f91602480830192600092919082900301818387803b15801561082557600080fd5b505af1158015610839573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b1580156108a457600080fd5b505af11580156108b8573d6000803e3d6000fd5b50505050600093505b50505090565b600254600160a060020a03163214806108ea5750600254600160a060020a031633145b15156108f557600080fd5b60068054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600154600160a060020a0316321461096957600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60075474010000000000000000000000000000000000000000900460ff1681565b600754600160a060020a031681565b600481565b600254600160a060020a03163214806109f05750600254600160a060020a031633145b15156109fb57600080fd5b600160a060020a0381161515610a1057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60405161156280610a5083390190560060806040527f4f776e61626c6532303139303532383139333830304d4c00000000000000000060009081557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e32303139303331383130353130304d4c0000006005556006805460a060020a60ff021916905542600a55600b5560018054600160a060020a0319908116329081179092556002805490911690911790556114a7806100bb6000396000f3006080604052600436106101b65763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101b85780630b97bc86146101e95780630f82c16f146102105780630fb5a6b4146102d5578063123e0e80146102ea57806317685953146103775780631e1333fb1461038557806322f3e2d4146103bd578063309d1e40146103d25780633513a805146104185780633b917c301461042357806341c0e1b514610438578063444814391461044d578063450804421461047e57806346d5badb1461049657806354fd4d50146104ab57806363c77f8f146104c05780636af27417146104e15780636d2e4b1b146104f657806374cf29c21461051757806379d367ef1461052c5780637b1cdb3e1461054d5780638da5cb5b146105555780639dfa5d331461056a5780639e99bbea1461054d578063af570c041461057f578063b535b03e14610594578063c940c6b3146105a9578063cfefb3d5146105ca578063e177246e146105e2578063e870ed91146105fa578063f06148f21461060a578063f185db0c1461062e578063f2fde38b14610643578063f34da3c014610664575b005b3480156101c457600080fd5b506101cd61067c565b60408051600160a060020a039092168252519081900360200190f35b3480156101f557600080fd5b506101fe61068b565b60408051918252519081900360200190f35b34801561021c57600080fd5b506040805160206004602480358281013584810280870186019097528086526102a696843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106919650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102e157600080fd5b506101fe6106a0565b60408051602060046044358181013583810280860185019096528085526101fe958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106a69650505050505050565b6101fe6004356024356106b0565b34801561039157600080fd5b506103a9600160a060020a03600435166024356106b8565b604080519115158252519081900360200190f35b3480156103c957600080fd5b506103a96107eb565b3480156103de57600080fd5b506103f3600160a060020a036004351661081f565b604080519384526020840192909252600090810b900b82820152519081900360600190f35b6101fe600435610840565b34801561042f57600080fd5b506101cd610843565b34801561044457600080fd5b506101b6610852565b34801561045957600080fd5b5061046860ff6004351661088e565b6040805160ff9092168252519081900360200190f35b34801561048a57600080fd5b506101fe6004356108f0565b3480156104a257600080fd5b506101fe6108f6565b3480156104b757600080fd5b506101fe6108fc565b3480156104cc57600080fd5b506101b6600160a060020a0360043516610902565b3480156104ed57600080fd5b50610468610948565b34801561050257600080fd5b506101b6600160a060020a036004351661094d565b34801561052357600080fd5b506104686109a8565b34801561053857600080fd5b506103a9600160a060020a03600435166109c9565b6101fe610b73565b34801561056157600080fd5b506101cd610b78565b34801561057657600080fd5b506101fe610b87565b34801561058b57600080fd5b506101cd610bc2565b3480156105a057600080fd5b50610468610bd1565b3480156105b557600080fd5b506101fe600435602435604435606435610bd6565b3480156105d657600080fd5b506103a9600435610c24565b3480156105ee57600080fd5b506101fe60043561131e565b6101fe60043560243515156106b0565b34801561061657600080fd5b506103a9600160a060020a036004351660243561135f565b34801561063a57600080fd5b506104686113b8565b34801561064f57600080fd5b506101b6600160a060020a03600435166113bd565b34801561067057600080fd5b506101cd60043561142f565b600154600160a060020a031681565b600a5481565b60076000808093509350935093565b600b5481565b6000949350505050565b600092915050565b60006106c2611457565b600254600090600160a060020a03163214806106e85750600254600160a060020a031633145b15156106f357600080fd5b50506040805160608101825283815260006020808301829052600183850152600160a060020a038716825260079052918220600281015491929091810b900b151561079b5760088054600180820183556000929092527ff3f7a9fe364faab93b216da50a3214154f22a0a2b415b23a84c8169e8b636ee301805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0388161790556009805490910190555b50600160a060020a039390931660009081526007602090815260408083208651815591860151600180840191909155950151600290910180549190920b60ff1660ff199091161790555090919050565b600a546000904290811015610803576000915061081b565b600b541580610818575080600b54600a540110155b91505b5090565b60076020526000908152604081208054600182015460029092015490920b83565b90565b600654600160a060020a031681565b600254600160a060020a03163214806108755750600254600160a060020a031633145b151561088057600080fd5b600254600160a060020a0316ff5b600154600090600160a060020a031632146108a857600080fd5b506006805474ff000000000000000000000000000000000000000019167401000000000000000000000000000000000000000060ff9384168102919091179182905590041690565b50600090565b60095481565b60055481565b600154600160a060020a0316321461091957600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600281565b600154600160a060020a0316321461096457600080fd5b600160a060020a038116151561097957600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065474010000000000000000000000000000000000000000900460ff1681565b6002546000908190600160a060020a03163214806109f15750600254600160a060020a031633145b15156109fc57600080fd5b50600160a060020a038216600090815260076020526040812081815560018101829055600201805460ff191690555b600954811015610b685782600160a060020a0316600882815481101515610a4e57fe5b600091825260209091200154600160a060020a03161415610b60576008805482908110610a7757fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff19169055600954600019018114610b4d576008600160095403815481101515610abe57fe5b60009182526020909120015460088054600160a060020a039092169183908110610ae457fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a031602179055506008600160095403815481101515610b2657fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff191690555b6009805460001901905560019150610b6d565b600101610a2b565b600091505b50919050565b600090565b600254600160a060020a031681565b600254600090600160a060020a0316321480610bad5750600254600160a060020a031633145b1515610bb857600080fd5b5042600a81905590565b600354600160a060020a031681565b600181565b600254600090600160a060020a0316321480610bfc5750600254600160a060020a031633145b1515610c0757600080fd5b50603c60188502840181028301028101600b819055949350505050565b6000806000806000806000806000610c3a6107eb565b1515610c4557600080fd5b604080517f0e0a0d74000000000000000000000000000000000000000000000000000000008152600481018c905290513399508991630e0a0d749160248083019260209291908290030181600087803b158015610ca157600080fd5b505af1158015610cb5573d6000803e3d6000fd5b505050506040513d6020811015610ccb57600080fd5b5051604080517f98980081000000000000000000000000000000000000000000000000000000008152600481018d90529051919850600160a060020a038a16916398980081916024808201926020929091908290030181600087803b158015610d3357600080fd5b505af1158015610d47573d6000803e3d6000fd5b505050506040513d6020811015610d5d57600080fd5b5051604080517f2310167f00000000000000000000000000000000000000000000000000000000815290519197508796503391600160a060020a03881691632310167f9160048083019260209291908290030181600087803b158015610dc257600080fd5b505af1158015610dd6573d6000803e3d6000fd5b505050506040513d6020811015610dec57600080fd5b5051600160a060020a031614610e0157600080fd5b604080517f7afc54d4000000000000000000000000000000000000000000000000000000008152600481018c905290513291600160a060020a038b1691637afc54d4916024808201926020929091908290030181600087803b158015610e6657600080fd5b505af1158015610e7a573d6000803e3d6000fd5b505050506040513d6020811015610e9057600080fd5b5051600160a060020a031614610ea557600080fd5b600160a060020a03861660009081526007602052604081206002810154909550810b900b600114610ed557600080fd5b83541580610eea575060018401548454038711155b1515610ef557600080fd5b600180850154600160a060020a0388166000908152600760205260409020908901910155835415801590610f4457508354600160a060020a038716600090815260076020526040902060010154145b15610f7057600160a060020a0386166000908152600760205260409020600201805460ff191660ff1790555b60065474010000000000000000000000000000000000000000900460ff1660648804029250821561127157604080517f5cc15001000000000000000000000000000000000000000000000000000000008152600481018c90529051600160a060020a038a1691635cc150019160248083019260209291908290030181600087803b158015610ffd57600080fd5b505af1158015611011573d6000803e3d6000fd5b505050506040513d602081101561102757600080fd5b5051604080517fb816f5130000000000000000000000000000000000000000000000000000000081529051919350600160a060020a0384169163b816f513916004808201926020929091908290030181600087803b15801561108857600080fd5b505af115801561109c573d6000803e3d6000fd5b505050506040513d60208110156110b257600080fd5b5051604080517f8da5cb5b0000000000000000000000000000000000000000000000000000000081529051919250600160a060020a03831691638da5cb5b916004808201926020929091908290030181600087803b15801561111357600080fd5b505af1158015611127573d6000803e3d6000fd5b505050506040513d602081101561113d57600080fd5b5051604051600160a060020a039091169084156108fc029085906000818181858888f19350505050158015611176573d6000803e3d6000fd5b507f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a81600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b1580156111ef57600080fd5b505af1158015611203573d6000803e3d6000fd5b505050506040513d602081101561121957600080fd5b505160408051600160a060020a0390921660208301528181018690526060808352600c908301527f526574726f63657373696f6e00000000000000000000000000000000000000006080830152519081900360a00190a15b604051329084890380156108fc02916000818181858888f1935050505015801561129f573d6000803e3d6000fd5b50604080513260208201528489038183015260608082526006908201527f5265776172640000000000000000000000000000000000000000000000000000608082015290517f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a9181900360a00190a15060019998505050505050505050565b600254600090600160a060020a03163214806113445750600254600160a060020a031633145b151561134f57600080fd5b50600a8054820190819055919050565b60008061136a6107eb565b151561137557600080fd5b50600160a060020a0383166000908152600760205260409020805415806113a3575060018101548154038311155b15156113ae57600080fd5b5060019392505050565b600481565b600254600160a060020a03163214806113e05750600254600160a060020a031633145b15156113eb57600080fd5b600160a060020a038116151561140057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600880548290811061143d57fe5b600091825260209091200154600160a060020a0316905081565b60606040519081016040528060008152602001600081526020016000800b815250905600a165627a7a72305820becc96e99c6926cb052edc800d780fc74a533f9dde4b797cc7e4642f277fd1cc0029a165627a7a72305820ba38a2c5cfdcbb681408b1b80cb36cc3bffae73072fe02d8f38e737a771587ef0029a165627a7a72305820ed3afe68d298bebb00ddd5a9cbd8eb2d90fa41722b907caa3208d04dd38cb2c80029",
          "factoryAbi": [
            {
              "constant": true,
              "inputs": [],
              "name": "creator",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccessInfo",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccess",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "name": "runFinalize",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "proposed_status_code",
                  "type": "int256"
                }
              ],
              "name": "runStatusChange",
              "outputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "kill",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "percent",
                  "type": "uint8"
                }
              ],
              "name": "setLibraryRetrocession",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "name": "runDescribeStatus",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "pure",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "campaignLibraryAddress",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "version",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_ACCESS",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newCreator",
                  "type": "address"
                }
              ],
              "name": "transferCreatorship",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "libraryRetrocession",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runCreate",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "campaign_library_address",
                  "type": "address"
                }
              ],
              "name": "setCampaignLibraryAddress",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "owner",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runKill",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "contentSpace",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_SEE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "market_place_address",
                  "type": "address"
                }
              ],
              "name": "setMarketPlaceAddress",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "initializedAsCampaignMgr",
              "outputs": [
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "name": "runGrant",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "marketPlaceAddress",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_CHARGE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newOwner",
                  "type": "address"
                }
              ],
              "name": "transferOwnership",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "payable": true,
              "stateMutability": "payable",
              "type": "fallback"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                }
              ],
              "name": "Log",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bool"
                }
              ],
              "name": "LogBool",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "a",
                  "type": "address"
                }
              ],
              "name": "LogAddress",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "uint256"
                }
              ],
              "name": "LogUint256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "int256"
                }
              ],
              "name": "LogInt256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bytes32"
                }
              ],
              "name": "LogBytes32",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "payee",
                  "type": "address"
                },
                {
                  "indexed": false,
                  "name": "amount",
                  "type": "uint256"
                }
              ],
              "name": "LogPayment",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunCreate",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunKill",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "proposedStatusCode",
                  "type": "int256"
                },
                {
                  "indexed": false,
                  "name": "returnStatusCode",
                  "type": "int256"
                }
              ],
              "name": "RunStatusChange",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "level",
                  "type": "uint8"
                },
                {
                  "indexed": false,
                  "name": "calculateAccessCharge",
                  "type": "int256"
                }
              ],
              "name": "RunAccessCharge",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunAccess",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunFinalize",
              "type": "event"
            }
          ]
        },
        "eluv-fb.parts": {
          "adsmanager.bc": "hqp_S1k59TTzCt9WStMWFEr91onr3vJm5iwKRjWSQqhyAuxYNTww"
        },
        "eluv.description": "",
        "eluv.displayApp": "displayApp.html",
        "eluv.manageApp": "manageApp.html",
        "files": {
          ".": {
            "type": "directory"
          },
          "displayApp.html": {
            ".": {
              "parts": [
                5
              ],
              "size": 39752
            }
          },
          "elv-apps.css": {
            ".": {
              "parts": [
                4
              ],
              "size": 37627
            }
          },
          "manageApp.html": {
            ".": {
              "parts": [
                6
              ],
              "size": 39752
            }
          }
        },
        "mime-types": {
          "css": "text/css",
          "html": "text/html"
        },
        "name": "Campaign Manager"
      }
    }
    async ContentType({
      "typeId": "iq__3syfVBh2A9tvygGHPetwggkfDwtn"
    });
    
    
    {
      "id": "iq__3syfVBh2A9tvygGHPetwggkfDwtn",
      "hash": "hq__4jZawSWs4KXLgbUA1HZJdSwJseW3k9wTqaG1c53jf3qycxf1v38bHPnrs4RVoexgG6XdYfcdwp",
      "name": "Sponsored Content ABR Master",
      "meta": {
        "bitcode_flags": "abrmaster",
        "bitcode_format": "builtin",
        "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
        "custom_contract": {
          "abi": [
            {
              "constant": true,
              "inputs": [],
              "name": "creator",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "level",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccessInfo",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "validateAvailability",
              "outputs": [],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "level",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccess",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "score_pct",
                  "type": "uint256"
                }
              ],
              "name": "runFinalize",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "preset_access_charge",
                  "type": "uint256"
                }
              ],
              "name": "setPresetAccessCharge",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "mandatoryPresetAccessCharge",
              "outputs": [
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "proposed_status_code",
                  "type": "int256"
                }
              ],
              "name": "runStatusChange",
              "outputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "campaign_manager",
                  "type": "address"
                }
              ],
              "name": "setCampaignManager",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "mandatory_preset_access_charge",
                  "type": "bool"
                }
              ],
              "name": "setMandatoryPresetAccessCharge",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "kill",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "name": "runDescribeStatus",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "pure",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "commercialOfferingManagerAddress",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "region",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "version",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "commercial_offering_manager_address",
                  "type": "address"
                }
              ],
              "name": "setCommercialOfferingManagerAddress",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "r",
                  "type": "address"
                }
              ],
              "name": "setRegion",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "mandatory_sponsoring",
                  "type": "bool"
                }
              ],
              "name": "setMandatorySponsoring",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_ACCESS",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newCreator",
                  "type": "address"
                }
              ],
              "name": "transferCreatorship",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runCreate",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "owner",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "content",
                  "type": "address"
                },
                {
                  "name": "accessor",
                  "type": "address"
                }
              ],
              "name": "isAvailable",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runKill",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "content",
                  "type": "address"
                },
                {
                  "name": "sd",
                  "type": "bool"
                },
                {
                  "name": "hd",
                  "type": "bool"
                },
                {
                  "name": "start",
                  "type": "uint256"
                },
                {
                  "name": "end",
                  "type": "uint256"
                },
                {
                  "name": "r",
                  "type": "address"
                }
              ],
              "name": "setAvailability",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "name": "availability",
              "outputs": [
                {
                  "name": "clearedSD",
                  "type": "bool"
                },
                {
                  "name": "clearedHD",
                  "type": "bool"
                },
                {
                  "name": "startDate",
                  "type": "uint256"
                },
                {
                  "name": "endDate",
                  "type": "uint256"
                },
                {
                  "name": "region",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "contentSpace",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "presetAccessCharge",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "mandatorySponsoring",
              "outputs": [
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_SEE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "name": "runGrant",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_CHARGE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newOwner",
                  "type": "address"
                }
              ],
              "name": "transferOwnership",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "campaignManager",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "payable": true,
              "stateMutability": "payable",
              "type": "fallback"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                }
              ],
              "name": "Log",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bool"
                }
              ],
              "name": "LogBool",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "a",
                  "type": "address"
                }
              ],
              "name": "LogAddress",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "uint256"
                }
              ],
              "name": "LogUint256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "int256"
                }
              ],
              "name": "LogInt256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bytes32"
                }
              ],
              "name": "LogBytes32",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "payee",
                  "type": "address"
                },
                {
                  "indexed": false,
                  "name": "amount",
                  "type": "uint256"
                }
              ],
              "name": "LogPayment",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunCreate",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunKill",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "proposedStatusCode",
                  "type": "int256"
                },
                {
                  "indexed": false,
                  "name": "returnStatusCode",
                  "type": "int256"
                }
              ],
              "name": "RunStatusChange",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "level",
                  "type": "uint8"
                },
                {
                  "indexed": false,
                  "name": "calculateAccessCharge",
                  "type": "int256"
                }
              ],
              "name": "RunAccessCharge",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunAccess",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunFinalize",
              "type": "event"
            }
          ],
          "address": "0x6539608cc2e3b8328f7795e506c4b2f5aac17d47",
          "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f666665726e6732303139303531303135323330304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055610e0a806100a26000396000f3006080604052600436106101ab5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101ad5780630f82c16f146101de578063112d0d32146102a3578063123e0e80146102b85780631768595314610357578063198e76711461036557806329ed61371461037d5780633513a805146103a657806335b979ca146103b1578063409fa286146103d257806341c0e1b5146103ec57806345080442146104015780634c937386146104195780635062d68d1461042e57806354fd4d5014610443578063564fb18d146104585780635661d186146104795780636a9719b11461049a5780636af27417146104b45780636d2e4b1b146104df5780637b1cdb3e146105005780638da5cb5b1461050857806391357d4b1461051d5780639e99bbea14610500578063a7b4a4df14610544578063ab3a74251461057f578063af570c04146105d6578063af75d38f146105eb578063b2041a1514610600578063b535b03e14610615578063e870ed911461062a578063f185db0c1461063a578063f2fde38b1461064f578063fb5e76e614610670575b005b3480156101b957600080fd5b506101c2610685565b60408051600160a060020a039092168252519081900360200190f35b3480156101ea57600080fd5b5060408051602060046024803582810135848102808701860190975280865261027496843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106949650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102af57600080fd5b506101ab61071d565b6040805160206004604435818101358381028086018501909652808552610345958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506107369650505050505050565b60408051918252519081900360200190f35b610345600435602435610754565b34801561037157600080fd5b506101ab600435610770565b34801561038957600080fd5b506103926107a3565b604080519115158252519081900360200190f35b6103456004356107ac565b3480156103bd57600080fd5b506101ab600160a060020a03600435166107af565b3480156103de57600080fd5b506101ab600435151561080c565b3480156103f857600080fd5b506101ab61084d565b34801561040d57600080fd5b50610345600435610889565b34801561042557600080fd5b506101c261088f565b34801561043a57600080fd5b506101c261089e565b34801561044f57600080fd5b506103456108b2565b34801561046457600080fd5b506101ab600160a060020a03600435166108b8565b34801561048557600080fd5b506101ab600160a060020a03600435166108fe565b3480156104a657600080fd5b506101ab6004351515610961565b3480156104c057600080fd5b506104c96109cf565b6040805160ff9092168252519081900360200190f35b3480156104eb57600080fd5b506101ab600160a060020a03600435166109d4565b610345610a2f565b34801561051457600080fd5b506101c2610a34565b34801561052957600080fd5b506104c9600160a060020a0360043581169060243516610a43565b34801561055057600080fd5b506101ab600160a060020a03600435811690602435151590604435151590606435906084359060a43516610b6a565b34801561058b57600080fd5b506105a0600160a060020a0360043516610cda565b6040805195151586529315156020860152848401929092526060840152600160a060020a03166080830152519081900360a00190f35b3480156105e257600080fd5b506101c2610d15565b3480156105f757600080fd5b50610345610d24565b34801561060c57600080fd5b50610392610d2a565b34801561062157600080fd5b506104c9610d4b565b6103456004356024351515610d50565b34801561064657600080fd5b506104c9610d58565b34801561065b57600080fd5b506101ab600160a060020a0360043516610d5d565b34801561067c57600080fd5b506101c2610dcf565b600154600160a060020a031681565b60008080808060ff881615156106b65760009450849350839250829150610713565b6106c03332610a43565b905060ff8116156106de576002945092506000915081905082610713565b60095460ff16151560011415610704576008546002955090935060009250905082610713565b60079450600093508392508291505b5093509350935093565b6107273332610a43565b60ff161561073457600080fd5b565b600060ff8416156107495761074961071d565b506000949350505050565b6000605f82106107665750600061076a565b5060015b92915050565b600254600160a060020a03163214806107935750600254600160a060020a031633145b151561079e57600080fd5b600855565b60095460ff1681565b90565b600254600160a060020a03163214806107d25750600254600160a060020a031633145b15156107dd57600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a031632148061082f5750600254600160a060020a031633145b151561083a57600080fd5b6009805460ff1916911515919091179055565b600254600160a060020a03163214806108705750600254600160a060020a031633145b151561087b57600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b6009546101009004600160a060020a031681565b60055481565b600154600160a060020a031632146108cf57600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a03163214806109215750600254600160a060020a031633145b151561092c57600080fd5b60098054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a03163214806109845750600254600160a060020a031633145b151561098f57600080fd5b60078054911515740100000000000000000000000000000000000000000274ff000000000000000000000000000000000000000019909216919091179055565b600281565b600154600160a060020a031632146109eb57600080fd5b600160a060020a0381161515610a0057600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090565b600254600160a060020a031681565b600160a060020a038083166000908152600a602052604081206009549192839261010090041682811515610a82576003830154600160a060020a031691505b600160a060020a03821615610b2e5750604080517f95a078e8000000000000000000000000000000000000000000000000000000008152600160a060020a038781166004830152915183928316916395a078e89160248083019260209291908290030181600087803b158015610af757600080fd5b505af1158015610b0b573d6000803e3d6000fd5b505050506040513d6020811015610b2157600080fd5b50511515610b2e57600a93505b4283600101541115610b3f57601493505b600283015415801590610b555750428360020154105b15610b5f57601e93505b509195945050505050565b600080600088925082600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b158015610bc957600080fd5b505af1158015610bdd573d6000803e3d6000fd5b505050506040513d6020811015610bf357600080fd5b5051600160a060020a03163214610c0957600080fd5b859150811515610c17574291505b506009546101009004600160a060020a0316801515610c335750825b6040805160a08101825298151589529615156020808a0191825289890193845260608a01968752600160a060020a0392831660808b019081529a83166000908152600a9091529790972097518854975160ff199098169015151761ff0019166101009715159790970296909617875551600187015550505160028401555091516003909101805473ffffffffffffffffffffffffffffffffffffffff191691909216179055565b600a60205260009081526040902080546001820154600283015460039093015460ff80841694610100909404169290600160a060020a031685565b600354600160a060020a031681565b60085481565b60075474010000000000000000000000000000000000000000900460ff1681565b600181565b600092915050565b600481565b600254600160a060020a0316321480610d805750600254600160a060020a031633145b1515610d8b57600080fd5b600160a060020a0381161515610da057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600754600160a060020a0316815600a165627a7a72305820e07b208bd87743f14b6371d7b3e98d45fc665d414c5b241de137f302c3533da20029"
        },
        "eluv.displayApp": "displayApp.html",
        "eluv.manageApp": "manageApp.html",
        "files": {
          ".": {
            "type": "directory"
          },
          "displayApp.html": {
            ".": {
              "parts": [
                1
              ],
              "size": 123825
            }
          },
          "manageApp.html": {
            ".": {
              "parts": [
                0
              ],
              "size": 123825
            }
          }
        },
        "mime-types": {
          "html": "text/html"
        },
        "name": "Sponsored Content ABR Master"
      }
    }
    async ContentType({
      "typeId": "iq__22H7vhkwVD8QDPWjANkB4aAXpCUg"
    });
    
    
    {
      "id": "iq__22H7vhkwVD8QDPWjANkB4aAXpCUg",
      "hash": "hq__7PYaQbqz7zju1C3cmEU2x7cF5nbsxAnj951JT96NseEGD571KfMfVoNvb9go3kdcJmb4FpD5Gc",
      "name": "Sponsored Content",
      "meta": {
        "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
        "custom_contract": {
          "abi": [
            {
              "constant": true,
              "inputs": [],
              "name": "creator",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "level",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccessInfo",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "validateAvailability",
              "outputs": [],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "level",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccess",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "score_pct",
                  "type": "uint256"
                }
              ],
              "name": "runFinalize",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "preset_access_charge",
                  "type": "uint256"
                }
              ],
              "name": "setPresetAccessCharge",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "mandatoryPresetAccessCharge",
              "outputs": [
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "proposed_status_code",
                  "type": "int256"
                }
              ],
              "name": "runStatusChange",
              "outputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "campaign_manager",
                  "type": "address"
                }
              ],
              "name": "setCampaignManager",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "mandatory_preset_access_charge",
                  "type": "bool"
                }
              ],
              "name": "setMandatoryPresetAccessCharge",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "kill",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "name": "runDescribeStatus",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "pure",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "commercialOfferingManagerAddress",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "region",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "version",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "commercial_offering_manager_address",
                  "type": "address"
                }
              ],
              "name": "setCommercialOfferingManagerAddress",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "r",
                  "type": "address"
                }
              ],
              "name": "setRegion",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "mandatory_sponsoring",
                  "type": "bool"
                }
              ],
              "name": "setMandatorySponsoring",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_ACCESS",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newCreator",
                  "type": "address"
                }
              ],
              "name": "transferCreatorship",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runCreate",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "owner",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "content",
                  "type": "address"
                },
                {
                  "name": "accessor",
                  "type": "address"
                }
              ],
              "name": "isAvailable",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runKill",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "content",
                  "type": "address"
                },
                {
                  "name": "sd",
                  "type": "bool"
                },
                {
                  "name": "hd",
                  "type": "bool"
                },
                {
                  "name": "start",
                  "type": "uint256"
                },
                {
                  "name": "end",
                  "type": "uint256"
                },
                {
                  "name": "r",
                  "type": "address"
                }
              ],
              "name": "setAvailability",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "name": "availability",
              "outputs": [
                {
                  "name": "clearedSD",
                  "type": "bool"
                },
                {
                  "name": "clearedHD",
                  "type": "bool"
                },
                {
                  "name": "startDate",
                  "type": "uint256"
                },
                {
                  "name": "endDate",
                  "type": "uint256"
                },
                {
                  "name": "region",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "contentSpace",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "presetAccessCharge",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "mandatorySponsoring",
              "outputs": [
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_SEE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "name": "runGrant",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_CHARGE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newOwner",
                  "type": "address"
                }
              ],
              "name": "transferOwnership",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "campaignManager",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "payable": true,
              "stateMutability": "payable",
              "type": "fallback"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                }
              ],
              "name": "Log",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bool"
                }
              ],
              "name": "LogBool",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "a",
                  "type": "address"
                }
              ],
              "name": "LogAddress",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "uint256"
                }
              ],
              "name": "LogUint256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "int256"
                }
              ],
              "name": "LogInt256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bytes32"
                }
              ],
              "name": "LogBytes32",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "payee",
                  "type": "address"
                },
                {
                  "indexed": false,
                  "name": "amount",
                  "type": "uint256"
                }
              ],
              "name": "LogPayment",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunCreate",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunKill",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "proposedStatusCode",
                  "type": "int256"
                },
                {
                  "indexed": false,
                  "name": "returnStatusCode",
                  "type": "int256"
                }
              ],
              "name": "RunStatusChange",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "level",
                  "type": "uint8"
                },
                {
                  "indexed": false,
                  "name": "calculateAccessCharge",
                  "type": "int256"
                }
              ],
              "name": "RunAccessCharge",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunAccess",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunFinalize",
              "type": "event"
            }
          ],
          "address": "0x58974630c24a0b2f466536b4732470ab5ce219bd",
          "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f666665726e6732303139303531303135323330304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055610e0a806100a26000396000f3006080604052600436106101ab5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101ad5780630f82c16f146101de578063112d0d32146102a3578063123e0e80146102b85780631768595314610357578063198e76711461036557806329ed61371461037d5780633513a805146103a657806335b979ca146103b1578063409fa286146103d257806341c0e1b5146103ec57806345080442146104015780634c937386146104195780635062d68d1461042e57806354fd4d5014610443578063564fb18d146104585780635661d186146104795780636a9719b11461049a5780636af27417146104b45780636d2e4b1b146104df5780637b1cdb3e146105005780638da5cb5b1461050857806391357d4b1461051d5780639e99bbea14610500578063a7b4a4df14610544578063ab3a74251461057f578063af570c04146105d6578063af75d38f146105eb578063b2041a1514610600578063b535b03e14610615578063e870ed911461062a578063f185db0c1461063a578063f2fde38b1461064f578063fb5e76e614610670575b005b3480156101b957600080fd5b506101c2610685565b60408051600160a060020a039092168252519081900360200190f35b3480156101ea57600080fd5b5060408051602060046024803582810135848102808701860190975280865261027496843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106949650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102af57600080fd5b506101ab61071d565b6040805160206004604435818101358381028086018501909652808552610345958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506107369650505050505050565b60408051918252519081900360200190f35b610345600435602435610754565b34801561037157600080fd5b506101ab600435610770565b34801561038957600080fd5b506103926107a3565b604080519115158252519081900360200190f35b6103456004356107ac565b3480156103bd57600080fd5b506101ab600160a060020a03600435166107af565b3480156103de57600080fd5b506101ab600435151561080c565b3480156103f857600080fd5b506101ab61084d565b34801561040d57600080fd5b50610345600435610889565b34801561042557600080fd5b506101c261088f565b34801561043a57600080fd5b506101c261089e565b34801561044f57600080fd5b506103456108b2565b34801561046457600080fd5b506101ab600160a060020a03600435166108b8565b34801561048557600080fd5b506101ab600160a060020a03600435166108fe565b3480156104a657600080fd5b506101ab6004351515610961565b3480156104c057600080fd5b506104c96109cf565b6040805160ff9092168252519081900360200190f35b3480156104eb57600080fd5b506101ab600160a060020a03600435166109d4565b610345610a2f565b34801561051457600080fd5b506101c2610a34565b34801561052957600080fd5b506104c9600160a060020a0360043581169060243516610a43565b34801561055057600080fd5b506101ab600160a060020a03600435811690602435151590604435151590606435906084359060a43516610b6a565b34801561058b57600080fd5b506105a0600160a060020a0360043516610cda565b6040805195151586529315156020860152848401929092526060840152600160a060020a03166080830152519081900360a00190f35b3480156105e257600080fd5b506101c2610d15565b3480156105f757600080fd5b50610345610d24565b34801561060c57600080fd5b50610392610d2a565b34801561062157600080fd5b506104c9610d4b565b6103456004356024351515610d50565b34801561064657600080fd5b506104c9610d58565b34801561065b57600080fd5b506101ab600160a060020a0360043516610d5d565b34801561067c57600080fd5b506101c2610dcf565b600154600160a060020a031681565b60008080808060ff881615156106b65760009450849350839250829150610713565b6106c03332610a43565b905060ff8116156106de576002945092506000915081905082610713565b60095460ff16151560011415610704576008546002955090935060009250905082610713565b60079450600093508392508291505b5093509350935093565b6107273332610a43565b60ff161561073457600080fd5b565b600060ff8416156107495761074961071d565b506000949350505050565b6000605f82106107665750600061076a565b5060015b92915050565b600254600160a060020a03163214806107935750600254600160a060020a031633145b151561079e57600080fd5b600855565b60095460ff1681565b90565b600254600160a060020a03163214806107d25750600254600160a060020a031633145b15156107dd57600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a031632148061082f5750600254600160a060020a031633145b151561083a57600080fd5b6009805460ff1916911515919091179055565b600254600160a060020a03163214806108705750600254600160a060020a031633145b151561087b57600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b6009546101009004600160a060020a031681565b60055481565b600154600160a060020a031632146108cf57600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a03163214806109215750600254600160a060020a031633145b151561092c57600080fd5b60098054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a03163214806109845750600254600160a060020a031633145b151561098f57600080fd5b60078054911515740100000000000000000000000000000000000000000274ff000000000000000000000000000000000000000019909216919091179055565b600281565b600154600160a060020a031632146109eb57600080fd5b600160a060020a0381161515610a0057600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090565b600254600160a060020a031681565b600160a060020a038083166000908152600a602052604081206009549192839261010090041682811515610a82576003830154600160a060020a031691505b600160a060020a03821615610b2e5750604080517f95a078e8000000000000000000000000000000000000000000000000000000008152600160a060020a038781166004830152915183928316916395a078e89160248083019260209291908290030181600087803b158015610af757600080fd5b505af1158015610b0b573d6000803e3d6000fd5b505050506040513d6020811015610b2157600080fd5b50511515610b2e57600a93505b4283600101541115610b3f57601493505b600283015415801590610b555750428360020154105b15610b5f57601e93505b509195945050505050565b600080600088925082600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b158015610bc957600080fd5b505af1158015610bdd573d6000803e3d6000fd5b505050506040513d6020811015610bf357600080fd5b5051600160a060020a03163214610c0957600080fd5b859150811515610c17574291505b506009546101009004600160a060020a0316801515610c335750825b6040805160a08101825298151589529615156020808a0191825289890193845260608a01968752600160a060020a0392831660808b019081529a83166000908152600a9091529790972097518854975160ff199098169015151761ff0019166101009715159790970296909617875551600187015550505160028401555091516003909101805473ffffffffffffffffffffffffffffffffffffffff191691909216179055565b600a60205260009081526040902080546001820154600283015460039093015460ff80841694610100909404169290600160a060020a031685565b600354600160a060020a031681565b60085481565b60075474010000000000000000000000000000000000000000900460ff1681565b600181565b600092915050565b600481565b600254600160a060020a0316321480610d805750600254600160a060020a031633145b1515610d8b57600080fd5b600160a060020a0381161515610da057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600754600160a060020a0316815600a165627a7a72305820e07b208bd87743f14b6371d7b3e98d45fc665d414c5b241de137f302c3533da20029"
        },
        "eluv.displayApp": "displayApp.html",
        "eluv.manageApp": "manageApp.html",
        "files": {
          ".": {
            "type": "directory"
          },
          "displayApp.html": {
            ".": {
              "parts": [
                1
              ],
              "size": 123825
            }
          },
          "manageApp.html": {
            ".": {
              "parts": [
                0
              ],
              "size": 123825
            }
          }
        },
        "mime-types": {
          "html": "text/html"
        },
        "name": "Sponsored Content"
      }
    }
    async ContentType({
      "typeId": "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi"
    });
    
    
    {
      "id": "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi",
      "hash": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx",
      "name": "ABR Master",
      "meta": {
        "bitcode_flags": "abrmaster",
        "bitcode_format": "builtin",
        "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
        "eluv.displayApp": "displayApp/index.html",
        "eluv.manageApp": "manageApp.html",
        "files": {
          ".": {
            "type": "directory"
          },
          "displayApp": {
            ".": {
              "type": "directory"
            },
            "index.html": {
              ".": {
                "parts": [
                  73
                ],
                "size": 1219848
              }
            }
          },
          "displayApp.html": {
            ".": {
              "parts": [
                60
              ],
              "size": 1219577
            }
          },
          "manageApp.html": {
            ".": {
              "parts": [
                0
              ],
              "size": 1082307
            }
          }
        },
        "mime-types": {
          "html": "text/html"
        },
        "name": "ABR Master"
      }
    }
    async ContentType({
      "name": "ABR Master"
    });
    
    
    {
      "id": "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi",
      "hash": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx",
      "name": "ABR Master",
      "meta": {
        "bitcode_flags": "abrmaster",
        "bitcode_format": "builtin",
        "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
        "eluv.displayApp": "displayApp/index.html",
        "eluv.manageApp": "manageApp.html",
        "files": {
          ".": {
            "type": "directory"
          },
          "displayApp": {
            ".": {
              "type": "directory"
            },
            "index.html": {
              ".": {
                "parts": [
                  73
                ],
                "size": 1219848
              }
            }
          },
          "displayApp.html": {
            ".": {
              "parts": [
                60
              ],
              "size": 1219577
            }
          },
          "manageApp.html": {
            ".": {
              "parts": [
                0
              ],
              "size": 1082307
            }
          }
        },
        "mime-types": {
          "html": "text/html"
        },
        "name": "ABR Master"
      }
    }
    async ContentType({
      "name": "Library"
    });
    
    
    {
      "id": "iq__42gJKSsPoLCNkmEiDopEfPSujc2e",
      "hash": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL",
      "name": "Library",
      "meta": {
        "bitcode_part": "hqp_3AttPxAV6U7nRM1szSYiV3j16oVRrokT6nnrh6acsRa2vnXi",
        "eluv.description": "",
        "name": "Library"
      }
    }
    async ContentType({
      "name": "Production Master"
    });
    
    
    {
      "id": "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq",
      "hash": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35",
      "name": "Production Master",
      "meta": {
        "bitcode_flags": "abrmaster",
        "bitcode_format": "builtin",
        "name": "Production Master"
      }
    }
    async ContentType({
      "typeId": "iq__uvjE3xbe5UfuvHpBHUwnRsZn8Mw"
    });
    
    
    {
      "id": "iq__uvjE3xbe5UfuvHpBHUwnRsZn8Mw",
      "hash": "hq__AoYY7jhnmMYJSjGTWeXq3aJUhgHAS2463PYqdW5BVUVU5rNXmoo4bM5YgjV7ycP4MAG9hGhcJD",
      "name": "Test Content Type 814f71709583db291066",
      "meta": {
        "name": "Test Content Type 814f71709583db291066",
        "public": {
          "name": "Test Content Type 814f71709583db291066"
        }
      }
    }
    async ContentType({
      "name": "Test Content Type 814f71709583db291066"
    });
    
    
    {
      "id": "iq__uvjE3xbe5UfuvHpBHUwnRsZn8Mw",
      "hash": "hq__AoYY7jhnmMYJSjGTWeXq3aJUhgHAS2463PYqdW5BVUVU5rNXmoo4bM5YgjV7ycP4MAG9hGhcJD",
      "name": "Test Content Type 814f71709583db291066",
      "meta": {
        "name": "Test Content Type 814f71709583db291066",
        "public": {
          "name": "Test Content Type 814f71709583db291066"
        }
      }
    }
    async ContentType({
      "versionHash": "hq__AoYY7jhnmMYJSjGTWeXq3aJUhgHAS2463PYqdW5BVUVU5rNXmoo4bM5YgjV7ycP4MAG9hGhcJD"
    });
    
    
    {
      "id": "iq__uvjE3xbe5UfuvHpBHUwnRsZn8Mw",
      "hash": "hq__AoYY7jhnmMYJSjGTWeXq3aJUhgHAS2463PYqdW5BVUVU5rNXmoo4bM5YgjV7ycP4MAG9hGhcJD",
      "name": "Test Content Type 814f71709583db291066",
      "meta": {
        "name": "Test Content Type 814f71709583db291066",
        "public": {
          "name": "Test Content Type 814f71709583db291066"
        }
      }
    }
    async ContentType({
      "name": "Invalid Type Name"
    });
    
    
    <No Return Value>
    async ContentType({
      "name": "library"
    });
    
    
    {
      "id": "iq__42gJKSsPoLCNkmEiDopEfPSujc2e",
      "hash": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL",
      "name": "Library",
      "meta": {
        "bitcode_part": "hqp_3AttPxAV6U7nRM1szSYiV3j16oVRrokT6nnrh6acsRa2vnXi",
        "eluv.description": "",
        "name": "Library"
      }
    }
    async ContentType({
      "versionHash": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35"
    });
    
    
    {
      "id": "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq",
      "hash": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35",
      "name": "Production Master",
      "meta": {
        "bitcode_flags": "abrmaster",
        "bitcode_format": "builtin",
        "name": "Production Master"
      }
    }
    async ContentType({
      "versionHash": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx"
    });
    
    
    {
      "id": "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi",
      "hash": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx",
      "name": "ABR Master",
      "meta": {
        "bitcode_flags": "abrmaster",
        "bitcode_format": "builtin",
        "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
        "eluv.displayApp": "displayApp/index.html",
        "eluv.manageApp": "manageApp.html",
        "files": {
          ".": {
            "type": "directory"
          },
          "displayApp": {
            ".": {
              "type": "directory"
            },
            "index.html": {
              ".": {
                "parts": [
                  73
                ],
                "size": 1219848
              }
            }
          },
          "displayApp.html": {
            ".": {
              "parts": [
                60
              ],
              "size": 1219577
            }
          },
          "manageApp.html": {
            ".": {
              "parts": [
                0
              ],
              "size": 1082307
            }
          }
        },
        "mime-types": {
          "html": "text/html"
        },
        "name": "ABR Master"
      }
    }
    Source:

    async ContentTypeOwner({
    nameoptional,
    typeIdoptional,
    versionHashoptional
    })
    → Promise.<string>

    Returns the address of the owner of the specified content type

    Returns: The account address of the owner
    Parameters:
    Name Type Attributes Description
    name string <optional>

    Name of the content type to find

    typeId string <optional>

    ID of the content type to find

    versionHash string <optional>

    Version hash of the content type to find

    Example
    async ContentTypeOwner({
      "name": "Test Content Type 814f71709583db291066"
    });
    
    
    "0x8fa6a828624352163df8ed7c1faa745c1ab3939b"
    Source:

    async ContentTypes({}) → Promise.<Object>

    List all content types accessible to this user.

    Returns: Available content types
    Examples
    async ContentTypes();
    
    
    {
      "iq__3Fy51pJBpjo7nrNFQFETUAYvRe9E": {
        "id": "iq__3Fy51pJBpjo7nrNFQFETUAYvRe9E",
        "hash": "hq__53F6TPFf9o7kr1R2DaMDEHtFZmDXcth6PvyGZKPr3huDxuZ9RQTj9Bh2sYEX3LrayKDdYzhii4",
        "name": "Video",
        "meta": {
          "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
          "eluv.allowCustomMetadata": true,
          "eluv.schema": [
            {
              "key": "name",
              "label": "Name",
              "required": true,
              "type": "string"
            },
            {
              "key": "eluv.description",
              "label": "Description",
              "required": false,
              "type": "text"
            },
            {
              "accept": [
                "image/*"
              ],
              "key": "image",
              "label": "Thumbnail",
              "preview": true,
              "required": true,
              "type": "file"
            },
            {
              "accept": [
                "video/*"
              ],
              "key": "video",
              "label": "Video",
              "required": false,
              "type": "file"
            }
          ],
          "name": "Video"
        }
      },
      "iq__36jjGPHhacyPgehzKN1CLZGXxnwB": {
        "id": "iq__36jjGPHhacyPgehzKN1CLZGXxnwB",
        "hash": "hq__5bTqMC7GVNBt6FwCia9Vddt2b8X3qvCudLGFfm5yCyTF7p8Eho9Fspn7Pfu3e6ZJPhTL86v4ph",
        "name": "IMF",
        "meta": {
          "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  1
                ],
                "size": 798259
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 1082307
              }
            }
          },
          "mime-types": {
            "html": "text/html"
          },
          "name": "IMF"
        }
      },
      "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq": {
        "id": "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq",
        "hash": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35",
        "name": "Production Master",
        "meta": {
          "bitcode_flags": "abrmaster",
          "bitcode_format": "builtin",
          "name": "Production Master"
        }
      },
      "iq__3KicsTfHxAru9hwCDAfWsLtCKYMa": {
        "id": "iq__3KicsTfHxAru9hwCDAfWsLtCKYMa",
        "hash": "hq__7HBasPghuRRKA39eNXwdvqdytUsq8XKYC4X2wfumA8iNE6F6mFK6G576n5D82mkmCcQCK9bkWx",
        "name": "Channel",
        "meta": {
          "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  1
                ],
                "size": 82111
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 82111
              }
            }
          },
          "mime-types": {
            "html": "text/html"
          },
          "name": "Channel"
        }
      },
      "iq__UQCrqjSX4YuBotjvRg2Cx3FJ3D1": {
        "id": "iq__UQCrqjSX4YuBotjvRg2Cx3FJ3D1",
        "hash": "hq__D682LXFAk7BpchACcWfYJtbUjSGnk7SWDHpBN915WSQ8kPcDRBTBxpBNMzj6eKsvio3FdvyG4o",
        "name": "Linear Channel old",
        "meta": {
          "bitcode_part": "hqp_JURXeNX8pZ2t8X92Ji3RHrhHeBd5SoS4qYDWfc76YyczGgGB",
          "eluv.description": "",
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 48699
              }
            },
            "elv-apps.css": {
              ".": {
                "parts": [
                  2
                ],
                "size": 37627
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  1
                ],
                "size": 48699
              }
            }
          },
          "mime-types": {
            "css": "text/css",
            "html": "text/html"
          },
          "name": "Linear Channel old"
        }
      },
      "iq__42gJKSsPoLCNkmEiDopEfPSujc2e": {
        "id": "iq__42gJKSsPoLCNkmEiDopEfPSujc2e",
        "hash": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL",
        "name": "Library",
        "meta": {
          "bitcode_part": "hqp_3AttPxAV6U7nRM1szSYiV3j16oVRrokT6nnrh6acsRa2vnXi",
          "eluv.description": "",
          "name": "Library"
        }
      },
      "iq__3Fd24Yeyi6ap826va5kYR1VnYNkX": {
        "id": "iq__3Fd24Yeyi6ap826va5kYR1VnYNkX",
        "hash": "hq__4oc8dkS2Czym9cvNAHmaJtKNoF28wtZM5rau1JHnExZHVvmZhGrqu2pzXDzbusP4aLbWchW5QB",
        "name": "Advertisement",
        "meta": {
          "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
          "custom_contract": {
            "abi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "request_data_ID",
                    "type": "bytes32"
                  }
                ],
                "name": "getAmount",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "request_ID",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "custom_values",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "stake_holders",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "request_ID",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "request_ID",
                    "type": "uint256"
                  },
                  {
                    "name": "ad_address",
                    "type": "address"
                  }
                ],
                "name": "dbgRequest",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "bitcodeAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "maxCreditPerAd",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "request_data_ID",
                    "type": "bytes32"
                  }
                ],
                "name": "getContent",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "request_data_ID",
                    "type": "bytes32"
                  }
                ],
                "name": "getOriginator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "request_data_ID",
                    "type": "bytes32"
                  }
                ],
                "name": "getAdvertisement",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "creditPerAd",
                    "type": "uint256"
                  }
                ],
                "name": "setMaxCreditPerAd",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "request_data_ID",
                    "type": "bytes32"
                  }
                ],
                "name": "getCampaign",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "name": "requestMap",
                "outputs": [
                  {
                    "name": "originator",
                    "type": "address"
                  },
                  {
                    "name": "content",
                    "type": "address"
                  },
                  {
                    "name": "advertisement",
                    "type": "address"
                  },
                  {
                    "name": "campaign",
                    "type": "address"
                  },
                  {
                    "name": "amount",
                    "type": "uint256"
                  },
                  {
                    "name": "status",
                    "type": "int8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "bitcode",
                    "type": "address"
                  }
                ],
                "name": "setBitcodeAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "content_address",
                    "type": "address"
                  },
                  {
                    "name": "campaign_address",
                    "type": "address"
                  },
                  {
                    "name": "ad_address",
                    "type": "address"
                  },
                  {
                    "name": "amount",
                    "type": "bytes32"
                  }
                ],
                "name": "createMessage",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "maxCreditPerAd",
                    "type": "uint256"
                  }
                ],
                "name": "MaxCreditPerAd",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "bitcode",
                    "type": "address"
                  }
                ],
                "name": "BitcodeAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "msg",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "flag",
                    "type": "bool"
                  }
                ],
                "name": "dbgBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "msg",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "addr",
                    "type": "address"
                  }
                ],
                "name": "dbgAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "msg",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "num",
                    "type": "uint256"
                  }
                ],
                "name": "dbgUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "msg",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "num",
                    "type": "uint8"
                  }
                ],
                "name": "dbgUint8",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "msg",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "dbgByte32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "msg",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes"
                  }
                ],
                "name": "dbgBytes",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ],
            "address": "0x4f98f2f2c7cec6576cb9bd60aeab07a6bb7030a5",
            "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c00000000000000000060009081557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677241647665727469736d6e7432303139303531303135323230304d4c60055560085560018054600160a060020a031990811632908117909255600280549091169091179055611592806100a76000396000f30060806040526004361061017f5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101815780630e0a0d74146101b25780630f82c16f146101dc578063123e0e80146102a1578063176859531461032e578063208daa4f1461033c5780633513a8051461036057806341c0e1b51461036b5780634508044214610380578063508ddbb01461039857806354fd4d50146103ad57806355a632f8146103c25780635cc15001146103d75780636af27417146103ef5780636d2e4b1b1461041a5780637afc54d41461043b5780637b1cdb3e146104535780638da5cb5b1461045b57806398980081146104705780639e99bbea14610453578063af570c0414610488578063b535b03e1461049d578063c5f8c53f146104b2578063cabe0452146104ca578063d4ecba4f146104e2578063dded4d7b14610544578063e75c24bb14610565578063e870ed911461060a578063f185db0c1461061a578063f2fde38b1461062f575b005b34801561018d57600080fd5b50610196610650565b60408051600160a060020a039092168252519081900360200190f35b3480156101be57600080fd5b506101ca60043561065f565b60408051918252519081900360200190f35b3480156101e857600080fd5b5060408051602060046024803582810135848102808701860190975280865261027296843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106bc9650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526101ca958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106cb9650505050505050565b6101ca60043560243561092a565b34801561034857600080fd5b506101ca600435600160a060020a0360243516610bea565b6101ca600435610c97565b34801561037757600080fd5b5061017f610c9a565b34801561038c57600080fd5b506101ca600435610cd6565b3480156103a457600080fd5b50610196610cdc565b3480156103b957600080fd5b506101ca610ceb565b3480156103ce57600080fd5b506101ca610cf1565b3480156103e357600080fd5b50610196600435610cf7565b3480156103fb57600080fd5b50610404610d15565b6040805160ff9092168252519081900360200190f35b34801561042657600080fd5b5061017f600160a060020a0360043516610d1a565b34801561044757600080fd5b50610196600435610d75565b6101ca610d90565b34801561046757600080fd5b50610196610d95565b34801561047c57600080fd5b50610196600435610da4565b34801561049457600080fd5b50610196610dd1565b3480156104a957600080fd5b50610404610de0565b3480156104be57600080fd5b5061017f600435610de5565b3480156104d657600080fd5b50610196600435610e4e565b3480156104ee57600080fd5b506104fa600435610e6c565b60408051600160a060020a0397881681529587166020870152938616858501529190941660608401526080830193909352600092830b90920b60a082015290519081900360c00190f35b34801561055057600080fd5b50610196600160a060020a0360043516610eb2565b34801561057157600080fd5b50610595600160a060020a0360043581169060243581169060443516606435610f58565b6040805160208082528351818301528351919283929083019185019080838360005b838110156105cf5781810151838201526020016105b7565b50505050905090810190601f1680156105fc5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6101ca60043560243515156111af565b34801561062657600080fd5b506104046111b7565b34801561063b57600080fd5b5061017f600160a060020a03600435166111bc565b600154600160a060020a031681565b600081815260076020526040812060010154600160a060020a03161580159061069b5750600082815260076020526040812060050154810b900b155b15156106a657600080fd5b5060009081526007602052604090206004015490565b60076000808093509350935093565b60008060008060008060008060008951600014156106ec576000985061091a565b8960008151811015156106fb57fe5b602090810290910101519750600160a060020a038816156109155789600181518110151561072557fe5b9060200190602002015196508a600081518110151561074057fe5b9060200190602002015195508a600181518110151561075b57fe5b6020908102909101015160001a60f860020a0260f860020a900494508a600281518110151561078657fe5b9060200190602002015193508a60038151811015156107a157fe5b60209081029091010151600654909350600160a060020a0316156107cd576107cd88888888888861122e565b60085415806107de57506008548611155b15156107e957600080fd5b86915081600160a060020a0316632310167f6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b15801561084357600080fd5b505af1158015610857573d6000803e3d6000fd5b505050506040513d602081101561086d57600080fd5b5051604080517ff06148f2000000000000000000000000000000000000000000000000000000008152336004820152602481018990529051919250600160a060020a0383169163f06148f2916044808201926020929091908290030181600087803b1580156108db57600080fd5b505af11580156108ef573d6000803e3d6000fd5b505050506040513d602081101561090557600080fd5b5061091590508d89338a8a6113b3565b600098505b5050505050505050949350505050565b600080600080600033876040516020018083600160a060020a0316600160a060020a03166c01000000000000000000000000028152601401828152602001925050506040516020818303038152906040526040518082805190602001908083835b602083106109aa5780518252601f19909201916020918201910161098b565b51815160001960209485036101000a0190811690199190911617905260408051949092018490039093206000818152600790945292208054929850965050600160a060020a031632149150508015610a0b57506005830154600090810b900b155b1515610a1657600080fd5b60008481526007602090815260408083206003015481517f2310167f0000000000000000000000000000000000000000000000000000000081529151600160a060020a0390911695508593632310167f93600480850194919392918390030190829087803b158015610a8757600080fd5b505af1158015610a9b573d6000803e3d6000fd5b505050506040513d6020811015610ab157600080fd5b5051604080517fcfefb3d5000000000000000000000000000000000000000000000000000000008152600481018790529051919250600160a060020a0383169163cfefb3d5916024808201926020929091908290030181600087803b158015610b1957600080fd5b505af1158015610b2d573d6000803e3d6000fd5b505050506040513d6020811015610b4357600080fd5b50506000848152600760209081526040808320805473ffffffffffffffffffffffffffffffffffffffff1990811682556001820180548216905560028201805482169055600382018054909116905560048101849055600501805460ff1916905580518a81529182019290925281517fbf0f2215c45c5ee802d4c20bdfc915308c4459b0f6a78f23ad350e6408bf2891929181900390910190a15060009695505050505050565b600081836040516020018083600160a060020a0316600160a060020a03166c01000000000000000000000000028152601401828152602001925050506040516020818303038152906040526040518082805190602001908083835b60208310610c645780518252601f199092019160209182019101610c45565b5181516020939093036101000a600019018019909116921691909117905260405192018290039091209695505050505050565b90565b600254600160a060020a0316321480610cbd5750600254600160a060020a031633145b1515610cc857600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b60055481565b60085481565b600090815260076020526040902060010154600160a060020a031690565b600281565b600154600160a060020a03163214610d3157600080fd5b600160a060020a0381161515610d4657600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090815260076020526040902054600160a060020a031690565b600090565b600254600160a060020a031681565b600081815260076020526040812060020154600160a060020a0316801515610dcb57600080fd5b92915050565b600354600160a060020a031681565b600181565b600254600160a060020a0316321480610e085750600254600160a060020a031633145b1515610e1357600080fd5b60088190556040805182815290517f1f6808146a51d157d9343b08ee6fce3b39b0e5b419f4c8524a56512acf5ba2b59181900360200190a150565b600090815260076020526040902060030154600160a060020a031690565b600760205260009081526040812080546001820154600283015460038401546004850154600590950154600160a060020a03948516969385169592851694909116920b86565b600254600090600160a060020a0316321480610ed85750600254600160a060020a031633145b1515610ee357600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a03848116919091179182905560408051929091168252517fecfcc1bcfb602db0a89a128bad350799ac7741ae87395080e8da39da6f100fcb916020908290030190a15050600654600160a060020a031690565b60408051606080825260808201909252819060009081908360208201610c00803883395050815191945060fd60020a918591506000908110610f9657fe5b906020010190600160f860020a031916908160001a905350825160fd60020a9084906015908110610fc357fe5b906020010190600160f860020a031916908160001a905350825160fd60020a908490602a908110610ff057fe5b906020010190600160f860020a031916908160001a905350825160fd60020a908490603f90811061101d57fe5b906020010190600160f860020a031916908160001a905350600091505b601482101561113e578160130360080260020a86600160a060020a031681151561106057fe5b0490508060f860020a02838360010181518110151561107b57fe5b906020010190600160f860020a031916908160001a9053508160130360080260020a87600160a060020a03168115156110b057fe5b0490508060f860020a0283836016018151811015156110cb57fe5b906020010190600160f860020a031916908160001a9053508160130360080260020a88600160a060020a031681151561110057fe5b0490508060f860020a028383602b0181518110151561111b57fe5b906020010190600160f860020a031916908160001a90535060019091019061103a565b600091505b60208210156111a35784826020811061115857fe5b1a60f860020a0260f860020a900490508060f860020a02838360400181518110151561118057fe5b906020010190600160f860020a031916908160001a905350600190910190611143565b50909695505050505050565b600092915050565b600481565b600254600160a060020a03163214806111df5750600254600160a060020a031633145b15156111ea57600080fd5b600160a060020a03811615156111ff57600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b606060008061123f8989338a610f58565b92508260405160200180807f19457468657265756d205369676e6564204d6573736167653a0a393600000000815250601c0182805190602001908083835b6020831061129c5780518252601f19909201916020918201910161127d565b6001836020036101000a0380198251168184511680821785525050505050509050019150506040516020818303038152906040526040518082805190602001908083835b602083106112ff5780518252601f1990920191602091820191016112e0565b51815160209384036101000a600019018019909216911617905260408051929094018290038220600080845283830180875282905260ff8e1684870152606084018d9052608084018c905294519098506001965060a080840196509194601f19820194509281900390910191865af115801561137f573d6000803e3d6000fd5b5050604051601f190151600654909250600160a060020a0380841691161490506113a857600080fd5b505050505050505050565b60006113bd611531565b84876040516020018083600160a060020a0316600160a060020a03166c01000000000000000000000000028152601401828152602001925050506040516020818303038152906040526040518082805190602001908083835b602083106114355780518252601f199092019160209182019101611416565b51815160209384036101000a60001901801990921691161790526040805192909401829003822060c083018552328352600160a060020a039c8d168383019081529b8d168386019081529a8d1660608401908152608084019a8b52600060a0850181815292815260079093529482209251835473ffffffffffffffffffffffffffffffffffffffff19908116918f169190911784559b516001840180548e16918f1691909117905599516002830180548d16918e169190911790559251600382018054909b169b169a909a1790985594516004890155505092516005909501805460ff191660ff9690930b959095169190911790935550505050565b6040805160c081018252600080825260208201819052918101829052606081018290526080810182905260a0810191909152905600a165627a7a7230582074c6feb6abc40b710f5a82fb8c9cff0bc13b436a30507d84bd5fe87b160140d30029"
          },
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  1
                ],
                "size": 73720
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 73720
              }
            }
          },
          "mime-types": {
            "html": "text/html"
          },
          "name": "Advertisement"
        }
      },
      "iq__3kEo6MBsom7Jt5ud5tbMVa6GxXbG": {
        "id": "iq__3kEo6MBsom7Jt5ud5tbMVa6GxXbG",
        "hash": "hq__BfTx44WidNnUaMCH7aWmMpKge5pJrmekMfsrguTmEYmuG3erWYC6rU4zPQC54f1nmuXLQEW8ie",
        "name": "Commercial Offering",
        "meta": {
          "custom_contract": {
            "abi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ],
            "address": "0x7056051266692d83bb070a0600adae7ea1873f15",
            "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f6666724d677232303139303232363133343630304d4c60055560018054600160a060020a03199081163290811790925560028054909116909117905561169a806100a26000396000f3006080604052600436106100e25763ffffffff60e060020a60003504166302d05d3f81146100e45780630f82c16f14610115578063123e0e80146101da57806317685953146102795780633513a8051461028757806341c0e1b51461029257806345080442146102a757806354fd4d50146102bf5780636af27417146102d45780636d2e4b1b146102ff5780637b1cdb3e146103205780638da5cb5b146103285780639e99bbea1461033d578063af570c0414610345578063b535b03e1461035a578063e870ed911461036f578063f185db0c1461037f578063f2fde38b14610394575b005b3480156100f057600080fd5b506100f96103b5565b60408051600160a060020a039092168252519081900360200190f35b34801561012157600080fd5b506040805160206004602480358281013584810280870186019097528086526101ab96843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103c49650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b6040805160206004604435818101358381028086018501909652808552610267958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103d39650505050505050565b60408051918252519081900360200190f35b6102676004356024356103dd565b6102676004356103e5565b34801561029e57600080fd5b506100e26103e8565b3480156102b357600080fd5b50610267600435610424565b3480156102cb57600080fd5b5061026761042a565b3480156102e057600080fd5b506102e9610430565b6040805160ff9092168252519081900360200190f35b34801561030b57600080fd5b506100e2600160a060020a0360043516610435565b610267610490565b34801561033457600080fd5b506100f9610713565b610267610722565b34801561035157600080fd5b506100f9610727565b34801561036657600080fd5b506102e9610736565b61026760043560243515156103dd565b34801561038b57600080fd5b506102e961073b565b3480156103a057600080fd5b506100e2600160a060020a0360043516610740565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a031632148061040b5750600254600160a060020a031633145b151561041657600080fd5b600254600160a060020a0316ff5b50600090565b60055481565b600281565b600154600160a060020a0316321461044c57600080fd5b600160a060020a038116151561046157600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60008060008061049e6107b2565b604051809103906000f0801580156104ba573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350849250839163e53853039160248082019260009290919082900301818387803b15801561052557600080fd5b505af1158015610539573d6000803e3d6000fd5b5050604080517f564fb18d0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038516935063564fb18d9250602480830192600092919082900301818387803b15801561059d57600080fd5b505af11580156105b1573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b15801561061c57600080fd5b505af1158015610630573d6000803e3d6000fd5b5050505080600160a060020a031663f2fde38b83600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561068157600080fd5b505af1158015610695573d6000803e3d6000fd5b505050506040513d60208110156106ab57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b1580156106f157600080fd5b505af1158015610705573d6000803e3d6000fd5b505050506000935050505090565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600481565b600254600160a060020a03163214806107635750600254600160a060020a031633145b151561076e57600080fd5b600160a060020a038116151561078357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b604051610eac806107c383390190560060806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f666665726e6732303139303531303135323330304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055610e0a806100a26000396000f3006080604052600436106101ab5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101ad5780630f82c16f146101de578063112d0d32146102a3578063123e0e80146102b85780631768595314610357578063198e76711461036557806329ed61371461037d5780633513a805146103a657806335b979ca146103b1578063409fa286146103d257806341c0e1b5146103ec57806345080442146104015780634c937386146104195780635062d68d1461042e57806354fd4d5014610443578063564fb18d146104585780635661d186146104795780636a9719b11461049a5780636af27417146104b45780636d2e4b1b146104df5780637b1cdb3e146105005780638da5cb5b1461050857806391357d4b1461051d5780639e99bbea14610500578063a7b4a4df14610544578063ab3a74251461057f578063af570c04146105d6578063af75d38f146105eb578063b2041a1514610600578063b535b03e14610615578063e870ed911461062a578063f185db0c1461063a578063f2fde38b1461064f578063fb5e76e614610670575b005b3480156101b957600080fd5b506101c2610685565b60408051600160a060020a039092168252519081900360200190f35b3480156101ea57600080fd5b5060408051602060046024803582810135848102808701860190975280865261027496843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106949650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102af57600080fd5b506101ab61071d565b6040805160206004604435818101358381028086018501909652808552610345958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506107369650505050505050565b60408051918252519081900360200190f35b610345600435602435610754565b34801561037157600080fd5b506101ab600435610770565b34801561038957600080fd5b506103926107a3565b604080519115158252519081900360200190f35b6103456004356107ac565b3480156103bd57600080fd5b506101ab600160a060020a03600435166107af565b3480156103de57600080fd5b506101ab600435151561080c565b3480156103f857600080fd5b506101ab61084d565b34801561040d57600080fd5b50610345600435610889565b34801561042557600080fd5b506101c261088f565b34801561043a57600080fd5b506101c261089e565b34801561044f57600080fd5b506103456108b2565b34801561046457600080fd5b506101ab600160a060020a03600435166108b8565b34801561048557600080fd5b506101ab600160a060020a03600435166108fe565b3480156104a657600080fd5b506101ab6004351515610961565b3480156104c057600080fd5b506104c96109cf565b6040805160ff9092168252519081900360200190f35b3480156104eb57600080fd5b506101ab600160a060020a03600435166109d4565b610345610a2f565b34801561051457600080fd5b506101c2610a34565b34801561052957600080fd5b506104c9600160a060020a0360043581169060243516610a43565b34801561055057600080fd5b506101ab600160a060020a03600435811690602435151590604435151590606435906084359060a43516610b6a565b34801561058b57600080fd5b506105a0600160a060020a0360043516610cda565b6040805195151586529315156020860152848401929092526060840152600160a060020a03166080830152519081900360a00190f35b3480156105e257600080fd5b506101c2610d15565b3480156105f757600080fd5b50610345610d24565b34801561060c57600080fd5b50610392610d2a565b34801561062157600080fd5b506104c9610d4b565b6103456004356024351515610d50565b34801561064657600080fd5b506104c9610d58565b34801561065b57600080fd5b506101ab600160a060020a0360043516610d5d565b34801561067c57600080fd5b506101c2610dcf565b600154600160a060020a031681565b60008080808060ff881615156106b65760009450849350839250829150610713565b6106c03332610a43565b905060ff8116156106de576002945092506000915081905082610713565b60095460ff16151560011415610704576008546002955090935060009250905082610713565b60079450600093508392508291505b5093509350935093565b6107273332610a43565b60ff161561073457600080fd5b565b600060ff8416156107495761074961071d565b506000949350505050565b6000605f82106107665750600061076a565b5060015b92915050565b600254600160a060020a03163214806107935750600254600160a060020a031633145b151561079e57600080fd5b600855565b60095460ff1681565b90565b600254600160a060020a03163214806107d25750600254600160a060020a031633145b15156107dd57600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a031632148061082f5750600254600160a060020a031633145b151561083a57600080fd5b6009805460ff1916911515919091179055565b600254600160a060020a03163214806108705750600254600160a060020a031633145b151561087b57600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b6009546101009004600160a060020a031681565b60055481565b600154600160a060020a031632146108cf57600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a03163214806109215750600254600160a060020a031633145b151561092c57600080fd5b60098054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a03163214806109845750600254600160a060020a031633145b151561098f57600080fd5b60078054911515740100000000000000000000000000000000000000000274ff000000000000000000000000000000000000000019909216919091179055565b600281565b600154600160a060020a031632146109eb57600080fd5b600160a060020a0381161515610a0057600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090565b600254600160a060020a031681565b600160a060020a038083166000908152600a602052604081206009549192839261010090041682811515610a82576003830154600160a060020a031691505b600160a060020a03821615610b2e5750604080517f95a078e8000000000000000000000000000000000000000000000000000000008152600160a060020a038781166004830152915183928316916395a078e89160248083019260209291908290030181600087803b158015610af757600080fd5b505af1158015610b0b573d6000803e3d6000fd5b505050506040513d6020811015610b2157600080fd5b50511515610b2e57600a93505b4283600101541115610b3f57601493505b600283015415801590610b555750428360020154105b15610b5f57601e93505b509195945050505050565b600080600088925082600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b158015610bc957600080fd5b505af1158015610bdd573d6000803e3d6000fd5b505050506040513d6020811015610bf357600080fd5b5051600160a060020a03163214610c0957600080fd5b859150811515610c17574291505b506009546101009004600160a060020a0316801515610c335750825b6040805160a08101825298151589529615156020808a0191825289890193845260608a01968752600160a060020a0392831660808b019081529a83166000908152600a9091529790972097518854975160ff199098169015151761ff0019166101009715159790970296909617875551600187015550505160028401555091516003909101805473ffffffffffffffffffffffffffffffffffffffff191691909216179055565b600a60205260009081526040902080546001820154600283015460039093015460ff80841694610100909404169290600160a060020a031685565b600354600160a060020a031681565b60085481565b60075474010000000000000000000000000000000000000000900460ff1681565b600181565b600092915050565b600481565b600254600160a060020a0316321480610d805750600254600160a060020a031633145b1515610d8b57600080fd5b600160a060020a0381161515610da057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600754600160a060020a0316815600a165627a7a72305820e07b208bd87743f14b6371d7b3e98d45fc665d414c5b241de137f302c3533da20029a165627a7a72305820af7597711e9b50552780f0bcc71787559afb50142134dcad6e5319c76d0307430029"
          },
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  1
                ],
                "size": 72522
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 72522
              }
            }
          },
          "mime-types": {
            "html": "text/html"
          },
          "name": "Commercial Offering"
        }
      },
      "iq__2punfHYE6Xv6B5GmRiuCorsELxei": {
        "id": "iq__2punfHYE6Xv6B5GmRiuCorsELxei",
        "hash": "hq__Dp62NfiHS9PdwxXUNrrFFou3k59hMuWDUCbH3n5GmU3icDj7BQ1Nxz2yhdeEE6p4hnbqvTNDg2",
        "name": "Submission",
        "meta": {
          "custom_contract": {
            "abi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "licensingFee",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "percentPartial",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "withdraw",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "status_code",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "STATUS_FINAL_REVIEW",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "partialPayment",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "content_address",
                    "type": "address"
                  },
                  {
                    "name": "new_owner",
                    "type": "address"
                  }
                ],
                "name": "transferContentOwnership",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "STATUS_DRAFT_APPROVED",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "licensing_fee",
                    "type": "uint256"
                  }
                ],
                "name": "setLicensingFee",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "name": "licensingStatus",
                "outputs": [
                  {
                    "name": "percentComplete",
                    "type": "uint8"
                  },
                  {
                    "name": "licensingFee",
                    "type": "uint256"
                  },
                  {
                    "name": "licensingFeePaid",
                    "type": "uint256"
                  },
                  {
                    "name": "valid",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "partial_payment",
                    "type": "uint8"
                  }
                ],
                "name": "setPartialPayment",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "percent_partial",
                    "type": "uint8"
                  }
                ],
                "name": "setPercentPartial",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "content_address",
                    "type": "address"
                  }
                ],
                "name": "reclaimContentOwnership",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "content_contract",
                    "type": "address"
                  },
                  {
                    "name": "approved",
                    "type": "bool"
                  },
                  {
                    "name": "percent_complete",
                    "type": "uint8"
                  },
                  {
                    "name": "note",
                    "type": "string"
                  }
                ],
                "name": "reviewContent",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "content",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "PayCredit",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ],
            "address": "0x1515ebcf2c7d5eaa53259543efe36e08de76b708",
            "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f53706c436f6e744c6963656e73696e6732303139303331383130353730304d4c600555678ac7230489e800006006556007805461280061ff001960ff19909216603c179190911617905560018054600160a060020a03199081163290811790925560028054909116909117905561151e806100c96000396000f3006080604052600436106101715763ffffffff60e060020a60003504166302d05d3f81146101735780630779564b146101a45780630f82c16f146101cb578063123e0e8014610290578063176859531461031d5780632d4fac771461032b5780632e1a7d4d146103565780633513a8051461038257806341c0e1b51461038d57806345080442146103a25780634d52fe4b146103ba57806354fd4d50146103cf5780636af27417146103e45780636d2e4b1b146103f95780637b1cdb3e1461041a5780638da5cb5b146104225780638e7f900f146104375780639e99bbea1461044c578063a2e1cf8a14610454578063af570c041461047b578063b261b9e714610490578063b535b03e146104a5578063b6524089146104ba578063ba3c32ea146104d2578063cba43b0d1461051f578063db14178d1461053a578063e870ed9114610555578063e97a08ba14610565578063f185db0c14610579578063f2fde38b1461058e578063f96e91df146105af575b005b34801561017f57600080fd5b50610188610620565b60408051600160a060020a039092168252519081900360200190f35b3480156101b057600080fd5b506101b961062f565b60408051918252519081900360200190f35b3480156101d757600080fd5b5060408051602060046024803582810135848102808701860190975280865261026196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106359650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526101b9958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106449650505050505050565b6101b960043560243561064e565b34801561033757600080fd5b50610340610656565b6040805160ff9092168252519081900360200190f35b34801561036257600080fd5b5061036e60043561065f565b604080519115158252519081900360200190f35b6101b960043561071c565b34801561039957600080fd5b50610171610b9f565b3480156103ae57600080fd5b506101b9600435610bdb565b3480156103c657600080fd5b506101b9610c47565b3480156103db57600080fd5b506101b9610c6b565b3480156103f057600080fd5b50610340610c71565b34801561040557600080fd5b50610171600160a060020a0360043516610c76565b6101b9610cd1565b34801561042e57600080fd5b50610188610d4a565b34801561044357600080fd5b50610340610d59565b6101b9610d67565b34801561046057600080fd5b50610188600160a060020a0360043581169060243516610eb3565b34801561048757600080fd5b50610188610f6b565b34801561049c57600080fd5b506101b9610f7a565b3480156104b157600080fd5b50610340610f9e565b3480156104c657600080fd5b506101b9600435610fa3565b3480156104de57600080fd5b506104f3600160a060020a0360043516610fdd565b6040805160ff909516855260208501939093528383019190915215156060830152519081900360800190f35b34801561052b57600080fd5b5061034060ff60043516611009565b34801561054657600080fd5b5061034060ff6004351661105c565b6101b9600435602435151561064e565b610188600160a060020a03600435166110a4565b34801561058557600080fd5b5061034061129b565b34801561059a57600080fd5b50610171600160a060020a03600435166112a0565b3480156105bb57600080fd5b50604080516020601f60643560048181013592830184900484028501840190955281845261036e94600160a060020a03813516946024803515159560ff6044351695369560849493019181908401838280828437509497506113129650505050505050565b600154600160a060020a031681565b60065481565b60076000808093509350935093565b6000949350505050565b600092915050565b60075460ff1681565b600254600090600160a060020a03163214806106855750600254600160a060020a031633145b151561069057600080fd5b600254604051600160a060020a039091169083156108fc029084906000818181858888f193505050501580156106ca573d6000803e3d6000fd5b5060025460408051600160a060020a03909216825260006020830152818101849052517f6fad978e8a2a7d154cdbeac8b127068f0cb03d8f2d585fe8087161308cc3dd1d9181900360600190a1919050565b3360008181526008602090815260408083208054600282015460019092015483517f27c1c21d0000000000000000000000000000000000000000000000000000000081529351959695869560ff90931694899489949303928492839283928a926327c1c21d92600480820193929182900301818787803b15801561079f57600080fd5b505af11580156107b3573d6000803e3d6000fd5b505050506040513d60208110156107c957600080fd5b50511280156107d8575060008a135b156108005760075460ff908116908716106107f657600394506107fb565b600194505b61088c565b8560ff166064141561081b578915156107fb5782935061088c565b60075460ff90811690871610610886578915156107fb57600160a060020a03881660009081526008602052604090206002810154600754600190920154909160649161010090910460ff160204039150828211610878578161087a565b825b9350600219945061088c565b60001994505b60008411156109aa57828411156108a257600080fd5b86600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b1580156108e057600080fd5b505af11580156108f4573d6000803e3d6000fd5b505050506040513d602081101561090a57600080fd5b5051600160a060020a03808a16600090815260086020526040808220600201805489019055519293509083169186156108fc0291879190818181858888f1935050505015801561095e573d6000803e3d6000fd5b5060408051600160a060020a0380841682528a16602082015280820186905290517f6fad978e8a2a7d154cdbeac8b127068f0cb03d8f2d585fe8087161308cc3dd1d9181900360600190a15b604080518b81526020810187905281517fb6c1c013bb5004fe8e943c6890e300ccedf9bd73dcd4eb291b31b9f96874feff929181900390910190a1841515610a2c57600160a060020a0388166000908152600860205260408120805460ff19908116825560018201839055600282019290925560030180549091169055610b91565b6000851215610b0f5786600160a060020a031663f2fde38b88600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610a8257600080fd5b505af1158015610a96573d6000803e3d6000fd5b505050506040513d6020811015610aac57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b158015610af257600080fd5b505af1158015610b06573d6000803e3d6000fd5b50505050610b91565b6000851315610b9157604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a0389169163f2fde38b91602480830192600092919082900301818387803b158015610b7857600080fd5b505af1158015610b8c573d6000803e3d6000fd5b505050505b509298975050505050505050565b600254600160a060020a0316321480610bc25750600254600160a060020a031633145b1515610bcd57600080fd5b600254600160a060020a0316ff5b6000816002191415610c0e57507f447261667420617070726f766564000000000000000000000000000000000000610c42565b8160031415610c3e57507f46696e616c20696e207265766965770000000000000000000000000000000000610c42565b5060005b919050565b7f46696e616c20696e20726576696577000000000000000000000000000000000081565b60055481565b600281565b600154600160a060020a03163214610c8d57600080fd5b600160a060020a0381161515610ca257600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b6000610cdb6114cb565b5060408051608081018252600080825260065460208084019182528385018381526001606086018181523386526008909352959093209351845460ff9190911660ff19918216178555915194840194909455905160028301559151600390910180549115159190921617905590565b600254600160a060020a031681565b600754610100900460ff1681565b33600081815260086020526040812060030154909190829060ff161515610d915760009250610eae565b81905030600160a060020a031681600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610ddc57600080fd5b505af1158015610df0573d6000803e3d6000fd5b505050506040513d6020811015610e0657600080fd5b5051600160a060020a03161415610e4957600160a060020a0382166000908152600860205260409020600281015460019091015414610e4457600080fd5b610e6f565b600160a060020a03821660009081526008602052604090206002015415610e6f57600080fd5b600160a060020a0382166000908152600860205260408120805460ff199081168255600182018390556002820183905560039091018054909116905592505b505090565b6002546000908190600160a060020a0316321480610edb5750600254600160a060020a031633145b1515610ee657600080fd5b50604080517ff2fde38b000000000000000000000000000000000000000000000000000000008152600160a060020a0384811660048301529151859283169163f2fde38b91602480830192600092919082900301818387803b158015610f4b57600080fd5b505af1158015610f5f573d6000803e3d6000fd5b50949695505050505050565b600354600160a060020a031681565b7f447261667420617070726f76656400000000000000000000000000000000000081565b600181565b600254600090600160a060020a0316321480610fc95750600254600160a060020a031633145b1515610fd457600080fd5b60069190915590565b600860205260009081526040902080546001820154600283015460039093015460ff9283169391921684565b600254600090600160a060020a031632148061102f5750600254600160a060020a031633145b151561103a57600080fd5b506007805461ff00191661010060ff9384168102919091179182905590041690565b600254600090600160a060020a03163214806110825750600254600160a060020a031633145b151561108d57600080fd5b506007805460ff191660ff92831617908190551690565b600160a060020a038116600090815260086020526040812060030154819060ff1615156110d057600080fd5b82905080600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561111157600080fd5b505af1158015611125573d6000803e3d6000fd5b505050506040513d602081101561113b57600080fd5b5051600160a060020a0316321461115157600080fd5b600160a060020a03831660009081526008602052604090206002015434101561117957600080fd5b600160a060020a03808416600090815260086020908152604080832060020183905580517f8280dd8f0000000000000000000000000000000000000000000000000000000081526000196004820152905193851693638280dd8f93602480840194938390030190829087803b1580156111f157600080fd5b505af1158015611205573d6000803e3d6000fd5b505050506040513d602081101561121b57600080fd5b5050604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523260048201529051600160a060020a0383169163f2fde38b91602480830192600092919082900301818387803b15801561127d57600080fd5b505af1158015611291573d6000803e3d6000fd5b5050505050919050565b600481565b600254600160a060020a03163214806112c35750600254600160a060020a031633145b15156112ce57600080fd5b600160a060020a03811615156112e357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600160a060020a0384166000818152600860209081526040808320805460ff191660ff881617905580517fb816f5130000000000000000000000000000000000000000000000000000000081529051929388938593849363b816f513926004808301939282900301818787803b15801561138b57600080fd5b505af115801561139f573d6000803e3d6000fd5b505050506040513d60208110156113b557600080fd5b50516040517f87e86b2c000000000000000000000000000000000000000000000000000000008152600160a060020a038a8116600483019081528a15156024840152606060448401908152895160648501528951949650918616936387e86b2c938d938d938c93909260840190602085019080838360005b8381101561144557818101518382015260200161142d565b50505050905090810190601f1680156114725780820380516001836020036101000a031916815260200191505b50945050505050602060405180830381600087803b15801561149357600080fd5b505af11580156114a7573d6000803e3d6000fd5b505050506040513d60208110156114bd57600080fd5b505198975050505050505050565b604080516080810182526000808252602082018190529181018290526060810191909152905600a165627a7a723058202884804d43a9a152fb3d67b3c22bd9c9f4e20b07cc2c89c3660aa73a4de314e60029"
          },
          "eluv.reviewApp": "reviewApp.html",
          "eluv.schema": [
            {
              "key": "name",
              "label": "Name",
              "type": "string"
            },
            {
              "fields": [
                {
                  "key": "title",
                  "label": "Title",
                  "type": "string"
                },
                {
                  "key": "synopsis",
                  "label": "Synopsis",
                  "type": "text"
                },
                {
                  "key": "cast_and_crew",
                  "label": "Cast and Crew",
                  "type": "string"
                }
              ],
              "flattenDisplay": true,
              "key": "metadata",
              "type": "object"
            },
            {
              "key": "blog_post",
              "label": "Blog Post",
              "type": "text"
            },
            {
              "fields": [
                {
                  "fields": [
                    {
                      "key": "1",
                      "label": "Text 1",
                      "type": "string"
                    },
                    {
                      "key": "2",
                      "label": "Text 2",
                      "type": "string"
                    }
                  ],
                  "flattenDisplay": true,
                  "key": "text",
                  "type": "object"
                }
              ],
              "key": "facebook",
              "label": "Facebook",
              "type": "object"
            },
            {
              "fields": [
                {
                  "fields": [
                    {
                      "key": "1",
                      "label": "Text 1",
                      "type": "string"
                    },
                    {
                      "key": "2",
                      "label": "Text 2",
                      "type": "string"
                    }
                  ],
                  "flattenDisplay": true,
                  "key": "text",
                  "type": "object"
                },
                {
                  "key": "description",
                  "label": "Description",
                  "type": "text"
                }
              ],
              "key": "youtube",
              "label": "YouTube",
              "type": "object"
            },
            {
              "accept": [
                "image/*"
              ],
              "key": "image",
              "label": "Primary Image",
              "preview": true,
              "type": "file"
            },
            {
              "accept": [
                "video/*"
              ],
              "key": "video",
              "label": "Full Video",
              "type": "file"
            },
            {
              "key": "preview_spacer",
              "label": "",
              "text": "",
              "type": "label"
            },
            {
              "accept": [
                "image/*"
              ],
              "key": "preview_image",
              "label": "Preview Image",
              "preview": true,
              "type": "file"
            },
            {
              "accept": [
                "video/*"
              ],
              "key": "preview_video",
              "label": "Preview Video",
              "type": "file"
            },
            {
              "key": "tag_spacer",
              "label": "",
              "text": "",
              "type": "label"
            },
            {
              "key": "tags",
              "label": "Tags",
              "type": "list"
            },
            {
              "key": "terms_and_conditions_label",
              "label": "",
              "text": "Before submitting this content, you must agree to the Terms and Conditions below",
              "type": "label"
            },
            {
              "filename": "Terms and Conditions.pdf",
              "hash": "hqp_QmUzs9ticwCsejnjdRrwHsThiNGvNytEFTVY21ZrNKKWAr",
              "key": "terms_and_conditions",
              "label": "Terms and Conditions",
              "type": "attachedFile"
            },
            {
              "key": "agree_to_terms",
              "label": "I agree",
              "required": true,
              "type": "boolean"
            }
          ],
          "files": {
            ".": {
              "type": "directory"
            },
            "reviewApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 206344
              }
            }
          },
          "mime-types": {
            "html": "text/html"
          },
          "name": "Submission"
        }
      },
      "iq__3ugM27TmKaK3aH5FhroqAGddFoty": {
        "id": "iq__3ugM27TmKaK3aH5FhroqAGddFoty",
        "hash": "hq__DxBV4QBDgXLYto9C4CuZ8Pwwo4JWQoufdCxFpHE58Koiqwm7Vg3SNywCWZL9RMHF77sR9aPskh",
        "name": "Campaign",
        "meta": {
          "custom_contract": {
            "abi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "percent",
                    "type": "uint8"
                  }
                ],
                "name": "setLibraryRetrocession",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "campaignLibraryAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "libraryRetrocession",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "campaign_library_address",
                    "type": "address"
                  }
                ],
                "name": "setCampaignLibraryAddress",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "market_place_address",
                    "type": "address"
                  }
                ],
                "name": "setMarketPlaceAddress",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "initializedAsCampaignMgr",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "marketPlaceAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ],
            "address": "0x8071af01e88a02afef5acaf47d95d1c6a415b53e",
            "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e4d677232303139303232323135333630304d4c6005556006805460ff191690556007805460a060020a60ff021916905560018054600160a060020a031990811632908117909255600280549091169091179055611fdd806100bc6000396000f3006080604052600436106101485763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f811461014a5780630f82c16f1461017b578063123e0e801461024057806317685953146102df5780633513a805146102ed57806341c0e1b5146102f8578063444814391461030d578063450804421461033e5780634edd676b1461035657806354fd4d501461036b5780636af27417146103805780636d2e4b1b1461039557806374cf29c2146103b65780637b1cdb3e146103cb5780638597a2a3146103d35780638da5cb5b146103f45780639e99bbea14610409578063af570c0414610411578063b535b03e14610426578063cc98ef961461043b578063d7f48c341461045c578063e870ed9114610485578063ed27107b14610495578063f185db0c146104aa578063f2fde38b146104bf575b005b34801561015657600080fd5b5061015f6104e0565b60408051600160a060020a039092168252519081900360200190f35b34801561018757600080fd5b5060408051602060046024803582810135848102808701860190975280865261021196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104ef9650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526102cd958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104fe9650505050505050565b60408051918252519081900360200190f35b6102cd600435602435610508565b6102cd600435610510565b34801561030457600080fd5b50610148610513565b34801561031957600080fd5b5061032860ff6004351661054f565b6040805160ff9092168252519081900360200190f35b34801561034a57600080fd5b506102cd600435610597565b34801561036257600080fd5b5061015f61059d565b34801561037757600080fd5b506102cd6105b1565b34801561038c57600080fd5b506103286105b7565b3480156103a157600080fd5b50610148600160a060020a03600435166105bc565b3480156103c257600080fd5b50610328610617565b6102cd610620565b3480156103df57600080fd5b50610148600160a060020a03600435166108c7565b34801561040057600080fd5b5061015f61092a565b6102cd610939565b34801561041d57600080fd5b5061015f61093e565b34801561043257600080fd5b5061032861094d565b34801561044757600080fd5b50610148600160a060020a0360043516610952565b34801561046857600080fd5b50610471610998565b604080519115158252519081900360200190f35b6102cd6004356024351515610508565b3480156104a157600080fd5b5061015f6109b9565b3480156104b657600080fd5b506103286109c8565b3480156104cb57600080fd5b50610148600160a060020a03600435166109cd565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a03163214806105365750600254600160a060020a031633145b151561054157600080fd5b600254600160a060020a0316ff5b600254600090600160a060020a03163214806105755750600254600160a060020a031633145b151561058057600080fd5b506006805460ff191660ff92831617908190551690565b50600090565b6006546101009004600160a060020a031681565b60055481565b600281565b600154600160a060020a031632146105d357600080fd5b600160a060020a03811615156105e857600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065460ff1681565b60075460009081908190819074010000000000000000000000000000000000000000900460ff16151561068b576007805474ff0000000000000000000000000000000000000000191674010000000000000000000000000000000000000000179055600093506108c1565b610693610a3f565b604051809103906000f0801580156106af573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350839163e53853039160248082019260009290919082900301818387803b15801561071757600080fd5b505af115801561072b573d6000803e3d6000fd5b5050600654604080517f4448143900000000000000000000000000000000000000000000000000000000815260ff909216600483015251869450600160a060020a03851693506344481439925060248083019260209291908290030181600087803b15801561079957600080fd5b505af11580156107ad573d6000803e3d6000fd5b505050506040513d60208110156107c357600080fd5b5050604080517f63c77f8f0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038316916363c77f8f91602480830192600092919082900301818387803b15801561082557600080fd5b505af1158015610839573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b1580156108a457600080fd5b505af11580156108b8573d6000803e3d6000fd5b50505050600093505b50505090565b600254600160a060020a03163214806108ea5750600254600160a060020a031633145b15156108f557600080fd5b60068054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600154600160a060020a0316321461096957600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60075474010000000000000000000000000000000000000000900460ff1681565b600754600160a060020a031681565b600481565b600254600160a060020a03163214806109f05750600254600160a060020a031633145b15156109fb57600080fd5b600160a060020a0381161515610a1057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60405161156280610a5083390190560060806040527f4f776e61626c6532303139303532383139333830304d4c00000000000000000060009081557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e32303139303331383130353130304d4c0000006005556006805460a060020a60ff021916905542600a55600b5560018054600160a060020a0319908116329081179092556002805490911690911790556114a7806100bb6000396000f3006080604052600436106101b65763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101b85780630b97bc86146101e95780630f82c16f146102105780630fb5a6b4146102d5578063123e0e80146102ea57806317685953146103775780631e1333fb1461038557806322f3e2d4146103bd578063309d1e40146103d25780633513a805146104185780633b917c301461042357806341c0e1b514610438578063444814391461044d578063450804421461047e57806346d5badb1461049657806354fd4d50146104ab57806363c77f8f146104c05780636af27417146104e15780636d2e4b1b146104f657806374cf29c21461051757806379d367ef1461052c5780637b1cdb3e1461054d5780638da5cb5b146105555780639dfa5d331461056a5780639e99bbea1461054d578063af570c041461057f578063b535b03e14610594578063c940c6b3146105a9578063cfefb3d5146105ca578063e177246e146105e2578063e870ed91146105fa578063f06148f21461060a578063f185db0c1461062e578063f2fde38b14610643578063f34da3c014610664575b005b3480156101c457600080fd5b506101cd61067c565b60408051600160a060020a039092168252519081900360200190f35b3480156101f557600080fd5b506101fe61068b565b60408051918252519081900360200190f35b34801561021c57600080fd5b506040805160206004602480358281013584810280870186019097528086526102a696843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106919650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102e157600080fd5b506101fe6106a0565b60408051602060046044358181013583810280860185019096528085526101fe958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106a69650505050505050565b6101fe6004356024356106b0565b34801561039157600080fd5b506103a9600160a060020a03600435166024356106b8565b604080519115158252519081900360200190f35b3480156103c957600080fd5b506103a96107eb565b3480156103de57600080fd5b506103f3600160a060020a036004351661081f565b604080519384526020840192909252600090810b900b82820152519081900360600190f35b6101fe600435610840565b34801561042f57600080fd5b506101cd610843565b34801561044457600080fd5b506101b6610852565b34801561045957600080fd5b5061046860ff6004351661088e565b6040805160ff9092168252519081900360200190f35b34801561048a57600080fd5b506101fe6004356108f0565b3480156104a257600080fd5b506101fe6108f6565b3480156104b757600080fd5b506101fe6108fc565b3480156104cc57600080fd5b506101b6600160a060020a0360043516610902565b3480156104ed57600080fd5b50610468610948565b34801561050257600080fd5b506101b6600160a060020a036004351661094d565b34801561052357600080fd5b506104686109a8565b34801561053857600080fd5b506103a9600160a060020a03600435166109c9565b6101fe610b73565b34801561056157600080fd5b506101cd610b78565b34801561057657600080fd5b506101fe610b87565b34801561058b57600080fd5b506101cd610bc2565b3480156105a057600080fd5b50610468610bd1565b3480156105b557600080fd5b506101fe600435602435604435606435610bd6565b3480156105d657600080fd5b506103a9600435610c24565b3480156105ee57600080fd5b506101fe60043561131e565b6101fe60043560243515156106b0565b34801561061657600080fd5b506103a9600160a060020a036004351660243561135f565b34801561063a57600080fd5b506104686113b8565b34801561064f57600080fd5b506101b6600160a060020a03600435166113bd565b34801561067057600080fd5b506101cd60043561142f565b600154600160a060020a031681565b600a5481565b60076000808093509350935093565b600b5481565b6000949350505050565b600092915050565b60006106c2611457565b600254600090600160a060020a03163214806106e85750600254600160a060020a031633145b15156106f357600080fd5b50506040805160608101825283815260006020808301829052600183850152600160a060020a038716825260079052918220600281015491929091810b900b151561079b5760088054600180820183556000929092527ff3f7a9fe364faab93b216da50a3214154f22a0a2b415b23a84c8169e8b636ee301805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0388161790556009805490910190555b50600160a060020a039390931660009081526007602090815260408083208651815591860151600180840191909155950151600290910180549190920b60ff1660ff199091161790555090919050565b600a546000904290811015610803576000915061081b565b600b541580610818575080600b54600a540110155b91505b5090565b60076020526000908152604081208054600182015460029092015490920b83565b90565b600654600160a060020a031681565b600254600160a060020a03163214806108755750600254600160a060020a031633145b151561088057600080fd5b600254600160a060020a0316ff5b600154600090600160a060020a031632146108a857600080fd5b506006805474ff000000000000000000000000000000000000000019167401000000000000000000000000000000000000000060ff9384168102919091179182905590041690565b50600090565b60095481565b60055481565b600154600160a060020a0316321461091957600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600281565b600154600160a060020a0316321461096457600080fd5b600160a060020a038116151561097957600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065474010000000000000000000000000000000000000000900460ff1681565b6002546000908190600160a060020a03163214806109f15750600254600160a060020a031633145b15156109fc57600080fd5b50600160a060020a038216600090815260076020526040812081815560018101829055600201805460ff191690555b600954811015610b685782600160a060020a0316600882815481101515610a4e57fe5b600091825260209091200154600160a060020a03161415610b60576008805482908110610a7757fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff19169055600954600019018114610b4d576008600160095403815481101515610abe57fe5b60009182526020909120015460088054600160a060020a039092169183908110610ae457fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a031602179055506008600160095403815481101515610b2657fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff191690555b6009805460001901905560019150610b6d565b600101610a2b565b600091505b50919050565b600090565b600254600160a060020a031681565b600254600090600160a060020a0316321480610bad5750600254600160a060020a031633145b1515610bb857600080fd5b5042600a81905590565b600354600160a060020a031681565b600181565b600254600090600160a060020a0316321480610bfc5750600254600160a060020a031633145b1515610c0757600080fd5b50603c60188502840181028301028101600b819055949350505050565b6000806000806000806000806000610c3a6107eb565b1515610c4557600080fd5b604080517f0e0a0d74000000000000000000000000000000000000000000000000000000008152600481018c905290513399508991630e0a0d749160248083019260209291908290030181600087803b158015610ca157600080fd5b505af1158015610cb5573d6000803e3d6000fd5b505050506040513d6020811015610ccb57600080fd5b5051604080517f98980081000000000000000000000000000000000000000000000000000000008152600481018d90529051919850600160a060020a038a16916398980081916024808201926020929091908290030181600087803b158015610d3357600080fd5b505af1158015610d47573d6000803e3d6000fd5b505050506040513d6020811015610d5d57600080fd5b5051604080517f2310167f00000000000000000000000000000000000000000000000000000000815290519197508796503391600160a060020a03881691632310167f9160048083019260209291908290030181600087803b158015610dc257600080fd5b505af1158015610dd6573d6000803e3d6000fd5b505050506040513d6020811015610dec57600080fd5b5051600160a060020a031614610e0157600080fd5b604080517f7afc54d4000000000000000000000000000000000000000000000000000000008152600481018c905290513291600160a060020a038b1691637afc54d4916024808201926020929091908290030181600087803b158015610e6657600080fd5b505af1158015610e7a573d6000803e3d6000fd5b505050506040513d6020811015610e9057600080fd5b5051600160a060020a031614610ea557600080fd5b600160a060020a03861660009081526007602052604081206002810154909550810b900b600114610ed557600080fd5b83541580610eea575060018401548454038711155b1515610ef557600080fd5b600180850154600160a060020a0388166000908152600760205260409020908901910155835415801590610f4457508354600160a060020a038716600090815260076020526040902060010154145b15610f7057600160a060020a0386166000908152600760205260409020600201805460ff191660ff1790555b60065474010000000000000000000000000000000000000000900460ff1660648804029250821561127157604080517f5cc15001000000000000000000000000000000000000000000000000000000008152600481018c90529051600160a060020a038a1691635cc150019160248083019260209291908290030181600087803b158015610ffd57600080fd5b505af1158015611011573d6000803e3d6000fd5b505050506040513d602081101561102757600080fd5b5051604080517fb816f5130000000000000000000000000000000000000000000000000000000081529051919350600160a060020a0384169163b816f513916004808201926020929091908290030181600087803b15801561108857600080fd5b505af115801561109c573d6000803e3d6000fd5b505050506040513d60208110156110b257600080fd5b5051604080517f8da5cb5b0000000000000000000000000000000000000000000000000000000081529051919250600160a060020a03831691638da5cb5b916004808201926020929091908290030181600087803b15801561111357600080fd5b505af1158015611127573d6000803e3d6000fd5b505050506040513d602081101561113d57600080fd5b5051604051600160a060020a039091169084156108fc029085906000818181858888f19350505050158015611176573d6000803e3d6000fd5b507f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a81600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b1580156111ef57600080fd5b505af1158015611203573d6000803e3d6000fd5b505050506040513d602081101561121957600080fd5b505160408051600160a060020a0390921660208301528181018690526060808352600c908301527f526574726f63657373696f6e00000000000000000000000000000000000000006080830152519081900360a00190a15b604051329084890380156108fc02916000818181858888f1935050505015801561129f573d6000803e3d6000fd5b50604080513260208201528489038183015260608082526006908201527f5265776172640000000000000000000000000000000000000000000000000000608082015290517f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a9181900360a00190a15060019998505050505050505050565b600254600090600160a060020a03163214806113445750600254600160a060020a031633145b151561134f57600080fd5b50600a8054820190819055919050565b60008061136a6107eb565b151561137557600080fd5b50600160a060020a0383166000908152600760205260409020805415806113a3575060018101548154038311155b15156113ae57600080fd5b5060019392505050565b600481565b600254600160a060020a03163214806113e05750600254600160a060020a031633145b15156113eb57600080fd5b600160a060020a038116151561140057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600880548290811061143d57fe5b600091825260209091200154600160a060020a0316905081565b60606040519081016040528060008152602001600081526020016000800b815250905600a165627a7a72305820becc96e99c6926cb052edc800d780fc74a533f9dde4b797cc7e4642f277fd1cc0029a165627a7a72305820ba38a2c5cfdcbb681408b1b80cb36cc3bffae73072fe02d8f38e737a771587ef0029",
            "factoryAbi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "percent",
                    "type": "uint8"
                  }
                ],
                "name": "setLibraryRetrocession",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "campaignLibraryAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "libraryRetrocession",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "campaign_library_address",
                    "type": "address"
                  }
                ],
                "name": "setCampaignLibraryAddress",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "market_place_address",
                    "type": "address"
                  }
                ],
                "name": "setMarketPlaceAddress",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "initializedAsCampaignMgr",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "marketPlaceAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ]
          },
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  2
                ],
                "size": 40858
              }
            },
            "elv-apps.css": {
              ".": {
                "parts": [
                  4
                ],
                "size": 37627
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  3
                ],
                "size": 40858
              }
            }
          },
          "mime-types": {
            "css": "text/css",
            "html": "text/html"
          },
          "name": "Campaign"
        }
      },
      "iq__ruJTQUEiuvWwP5VV6z7A39j5pkr": {
        "id": "iq__ruJTQUEiuvWwP5VV6z7A39j5pkr",
        "hash": "hq__pbFJL9TRrNHx2oyqQ92Qs6UTxMuGv1on8wmfmFCf7NbfVerp6HftZuck4m4PntNzCfosVPhhk",
        "name": "Campaign Manager",
        "meta": {
          "bitcode_part": "hqp_S1k59TTzCt9WStMWFEr91onr3vJm5iwKRjWSQqhyAuxYNTww",
          "custom_contract": {
            "abi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ],
            "address": "0xfb8b470b7577efad41c15598cb2e9380b473ace3",
            "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d67724d61726b6574506c61636532303139303232323135333730304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055612887806100a26000396000f3006080604052600436106100e25763ffffffff60e060020a60003504166302d05d3f81146100e45780630f82c16f14610115578063123e0e80146101da57806317685953146102795780633513a8051461028757806341c0e1b51461029257806345080442146102a757806354fd4d50146102bf5780636af27417146102d45780636d2e4b1b146102ff5780637b1cdb3e146103205780638da5cb5b146103285780639e99bbea1461033d578063af570c0414610345578063b535b03e1461035a578063e870ed911461036f578063f185db0c1461037f578063f2fde38b14610394575b005b3480156100f057600080fd5b506100f96103b5565b60408051600160a060020a039092168252519081900360200190f35b34801561012157600080fd5b506040805160206004602480358281013584810280870186019097528086526101ab96843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103c49650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b6040805160206004604435818101358381028086018501909652808552610267958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103d39650505050505050565b60408051918252519081900360200190f35b6102676004356024356103dd565b6102676004356103e5565b34801561029e57600080fd5b506100e26103e8565b3480156102b357600080fd5b50610267600435610424565b3480156102cb57600080fd5b5061026761042a565b3480156102e057600080fd5b506102e9610430565b6040805160ff9092168252519081900360200190f35b34801561030b57600080fd5b506100e2600160a060020a0360043516610435565b610267610490565b34801561033457600080fd5b506100f9610713565b610267610722565b34801561035157600080fd5b506100f9610727565b34801561036657600080fd5b506102e9610736565b61026760043560243515156103dd565b34801561038b57600080fd5b506102e961073b565b3480156103a057600080fd5b506100e2600160a060020a0360043516610740565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a031632148061040b5750600254600160a060020a031633145b151561041657600080fd5b600254600160a060020a0316ff5b50600090565b60055481565b600281565b600154600160a060020a0316321461044c57600080fd5b600160a060020a038116151561046157600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60008060008061049e6107b2565b604051809103906000f0801580156104ba573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350849250839163e53853039160248082019260009290919082900301818387803b15801561052557600080fd5b505af1158015610539573d6000803e3d6000fd5b5050604080517fcc98ef960000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038516935063cc98ef969250602480830192600092919082900301818387803b15801561059d57600080fd5b505af11580156105b1573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b15801561061c57600080fd5b505af1158015610630573d6000803e3d6000fd5b5050505080600160a060020a031663f2fde38b83600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561068157600080fd5b505af1158015610695573d6000803e3d6000fd5b505050506040513d60208110156106ab57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b1580156106f157600080fd5b505af1158015610705573d6000803e3d6000fd5b505050506000935050505090565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600481565b600254600160a060020a03163214806107635750600254600160a060020a031633145b151561076e57600080fd5b600160a060020a038116151561078357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b604051612099806107c383390190560060806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e4d677232303139303232323135333630304d4c6005556006805460ff191690556007805460a060020a60ff021916905560018054600160a060020a031990811632908117909255600280549091169091179055611fdd806100bc6000396000f3006080604052600436106101485763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f811461014a5780630f82c16f1461017b578063123e0e801461024057806317685953146102df5780633513a805146102ed57806341c0e1b5146102f8578063444814391461030d578063450804421461033e5780634edd676b1461035657806354fd4d501461036b5780636af27417146103805780636d2e4b1b1461039557806374cf29c2146103b65780637b1cdb3e146103cb5780638597a2a3146103d35780638da5cb5b146103f45780639e99bbea14610409578063af570c0414610411578063b535b03e14610426578063cc98ef961461043b578063d7f48c341461045c578063e870ed9114610485578063ed27107b14610495578063f185db0c146104aa578063f2fde38b146104bf575b005b34801561015657600080fd5b5061015f6104e0565b60408051600160a060020a039092168252519081900360200190f35b34801561018757600080fd5b5060408051602060046024803582810135848102808701860190975280865261021196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104ef9650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526102cd958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104fe9650505050505050565b60408051918252519081900360200190f35b6102cd600435602435610508565b6102cd600435610510565b34801561030457600080fd5b50610148610513565b34801561031957600080fd5b5061032860ff6004351661054f565b6040805160ff9092168252519081900360200190f35b34801561034a57600080fd5b506102cd600435610597565b34801561036257600080fd5b5061015f61059d565b34801561037757600080fd5b506102cd6105b1565b34801561038c57600080fd5b506103286105b7565b3480156103a157600080fd5b50610148600160a060020a03600435166105bc565b3480156103c257600080fd5b50610328610617565b6102cd610620565b3480156103df57600080fd5b50610148600160a060020a03600435166108c7565b34801561040057600080fd5b5061015f61092a565b6102cd610939565b34801561041d57600080fd5b5061015f61093e565b34801561043257600080fd5b5061032861094d565b34801561044757600080fd5b50610148600160a060020a0360043516610952565b34801561046857600080fd5b50610471610998565b604080519115158252519081900360200190f35b6102cd6004356024351515610508565b3480156104a157600080fd5b5061015f6109b9565b3480156104b657600080fd5b506103286109c8565b3480156104cb57600080fd5b50610148600160a060020a03600435166109cd565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a03163214806105365750600254600160a060020a031633145b151561054157600080fd5b600254600160a060020a0316ff5b600254600090600160a060020a03163214806105755750600254600160a060020a031633145b151561058057600080fd5b506006805460ff191660ff92831617908190551690565b50600090565b6006546101009004600160a060020a031681565b60055481565b600281565b600154600160a060020a031632146105d357600080fd5b600160a060020a03811615156105e857600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065460ff1681565b60075460009081908190819074010000000000000000000000000000000000000000900460ff16151561068b576007805474ff0000000000000000000000000000000000000000191674010000000000000000000000000000000000000000179055600093506108c1565b610693610a3f565b604051809103906000f0801580156106af573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350839163e53853039160248082019260009290919082900301818387803b15801561071757600080fd5b505af115801561072b573d6000803e3d6000fd5b5050600654604080517f4448143900000000000000000000000000000000000000000000000000000000815260ff909216600483015251869450600160a060020a03851693506344481439925060248083019260209291908290030181600087803b15801561079957600080fd5b505af11580156107ad573d6000803e3d6000fd5b505050506040513d60208110156107c357600080fd5b5050604080517f63c77f8f0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038316916363c77f8f91602480830192600092919082900301818387803b15801561082557600080fd5b505af1158015610839573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b1580156108a457600080fd5b505af11580156108b8573d6000803e3d6000fd5b50505050600093505b50505090565b600254600160a060020a03163214806108ea5750600254600160a060020a031633145b15156108f557600080fd5b60068054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600154600160a060020a0316321461096957600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60075474010000000000000000000000000000000000000000900460ff1681565b600754600160a060020a031681565b600481565b600254600160a060020a03163214806109f05750600254600160a060020a031633145b15156109fb57600080fd5b600160a060020a0381161515610a1057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60405161156280610a5083390190560060806040527f4f776e61626c6532303139303532383139333830304d4c00000000000000000060009081557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e32303139303331383130353130304d4c0000006005556006805460a060020a60ff021916905542600a55600b5560018054600160a060020a0319908116329081179092556002805490911690911790556114a7806100bb6000396000f3006080604052600436106101b65763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101b85780630b97bc86146101e95780630f82c16f146102105780630fb5a6b4146102d5578063123e0e80146102ea57806317685953146103775780631e1333fb1461038557806322f3e2d4146103bd578063309d1e40146103d25780633513a805146104185780633b917c301461042357806341c0e1b514610438578063444814391461044d578063450804421461047e57806346d5badb1461049657806354fd4d50146104ab57806363c77f8f146104c05780636af27417146104e15780636d2e4b1b146104f657806374cf29c21461051757806379d367ef1461052c5780637b1cdb3e1461054d5780638da5cb5b146105555780639dfa5d331461056a5780639e99bbea1461054d578063af570c041461057f578063b535b03e14610594578063c940c6b3146105a9578063cfefb3d5146105ca578063e177246e146105e2578063e870ed91146105fa578063f06148f21461060a578063f185db0c1461062e578063f2fde38b14610643578063f34da3c014610664575b005b3480156101c457600080fd5b506101cd61067c565b60408051600160a060020a039092168252519081900360200190f35b3480156101f557600080fd5b506101fe61068b565b60408051918252519081900360200190f35b34801561021c57600080fd5b506040805160206004602480358281013584810280870186019097528086526102a696843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106919650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102e157600080fd5b506101fe6106a0565b60408051602060046044358181013583810280860185019096528085526101fe958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106a69650505050505050565b6101fe6004356024356106b0565b34801561039157600080fd5b506103a9600160a060020a03600435166024356106b8565b604080519115158252519081900360200190f35b3480156103c957600080fd5b506103a96107eb565b3480156103de57600080fd5b506103f3600160a060020a036004351661081f565b604080519384526020840192909252600090810b900b82820152519081900360600190f35b6101fe600435610840565b34801561042f57600080fd5b506101cd610843565b34801561044457600080fd5b506101b6610852565b34801561045957600080fd5b5061046860ff6004351661088e565b6040805160ff9092168252519081900360200190f35b34801561048a57600080fd5b506101fe6004356108f0565b3480156104a257600080fd5b506101fe6108f6565b3480156104b757600080fd5b506101fe6108fc565b3480156104cc57600080fd5b506101b6600160a060020a0360043516610902565b3480156104ed57600080fd5b50610468610948565b34801561050257600080fd5b506101b6600160a060020a036004351661094d565b34801561052357600080fd5b506104686109a8565b34801561053857600080fd5b506103a9600160a060020a03600435166109c9565b6101fe610b73565b34801561056157600080fd5b506101cd610b78565b34801561057657600080fd5b506101fe610b87565b34801561058b57600080fd5b506101cd610bc2565b3480156105a057600080fd5b50610468610bd1565b3480156105b557600080fd5b506101fe600435602435604435606435610bd6565b3480156105d657600080fd5b506103a9600435610c24565b3480156105ee57600080fd5b506101fe60043561131e565b6101fe60043560243515156106b0565b34801561061657600080fd5b506103a9600160a060020a036004351660243561135f565b34801561063a57600080fd5b506104686113b8565b34801561064f57600080fd5b506101b6600160a060020a03600435166113bd565b34801561067057600080fd5b506101cd60043561142f565b600154600160a060020a031681565b600a5481565b60076000808093509350935093565b600b5481565b6000949350505050565b600092915050565b60006106c2611457565b600254600090600160a060020a03163214806106e85750600254600160a060020a031633145b15156106f357600080fd5b50506040805160608101825283815260006020808301829052600183850152600160a060020a038716825260079052918220600281015491929091810b900b151561079b5760088054600180820183556000929092527ff3f7a9fe364faab93b216da50a3214154f22a0a2b415b23a84c8169e8b636ee301805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0388161790556009805490910190555b50600160a060020a039390931660009081526007602090815260408083208651815591860151600180840191909155950151600290910180549190920b60ff1660ff199091161790555090919050565b600a546000904290811015610803576000915061081b565b600b541580610818575080600b54600a540110155b91505b5090565b60076020526000908152604081208054600182015460029092015490920b83565b90565b600654600160a060020a031681565b600254600160a060020a03163214806108755750600254600160a060020a031633145b151561088057600080fd5b600254600160a060020a0316ff5b600154600090600160a060020a031632146108a857600080fd5b506006805474ff000000000000000000000000000000000000000019167401000000000000000000000000000000000000000060ff9384168102919091179182905590041690565b50600090565b60095481565b60055481565b600154600160a060020a0316321461091957600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600281565b600154600160a060020a0316321461096457600080fd5b600160a060020a038116151561097957600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065474010000000000000000000000000000000000000000900460ff1681565b6002546000908190600160a060020a03163214806109f15750600254600160a060020a031633145b15156109fc57600080fd5b50600160a060020a038216600090815260076020526040812081815560018101829055600201805460ff191690555b600954811015610b685782600160a060020a0316600882815481101515610a4e57fe5b600091825260209091200154600160a060020a03161415610b60576008805482908110610a7757fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff19169055600954600019018114610b4d576008600160095403815481101515610abe57fe5b60009182526020909120015460088054600160a060020a039092169183908110610ae457fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a031602179055506008600160095403815481101515610b2657fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff191690555b6009805460001901905560019150610b6d565b600101610a2b565b600091505b50919050565b600090565b600254600160a060020a031681565b600254600090600160a060020a0316321480610bad5750600254600160a060020a031633145b1515610bb857600080fd5b5042600a81905590565b600354600160a060020a031681565b600181565b600254600090600160a060020a0316321480610bfc5750600254600160a060020a031633145b1515610c0757600080fd5b50603c60188502840181028301028101600b819055949350505050565b6000806000806000806000806000610c3a6107eb565b1515610c4557600080fd5b604080517f0e0a0d74000000000000000000000000000000000000000000000000000000008152600481018c905290513399508991630e0a0d749160248083019260209291908290030181600087803b158015610ca157600080fd5b505af1158015610cb5573d6000803e3d6000fd5b505050506040513d6020811015610ccb57600080fd5b5051604080517f98980081000000000000000000000000000000000000000000000000000000008152600481018d90529051919850600160a060020a038a16916398980081916024808201926020929091908290030181600087803b158015610d3357600080fd5b505af1158015610d47573d6000803e3d6000fd5b505050506040513d6020811015610d5d57600080fd5b5051604080517f2310167f00000000000000000000000000000000000000000000000000000000815290519197508796503391600160a060020a03881691632310167f9160048083019260209291908290030181600087803b158015610dc257600080fd5b505af1158015610dd6573d6000803e3d6000fd5b505050506040513d6020811015610dec57600080fd5b5051600160a060020a031614610e0157600080fd5b604080517f7afc54d4000000000000000000000000000000000000000000000000000000008152600481018c905290513291600160a060020a038b1691637afc54d4916024808201926020929091908290030181600087803b158015610e6657600080fd5b505af1158015610e7a573d6000803e3d6000fd5b505050506040513d6020811015610e9057600080fd5b5051600160a060020a031614610ea557600080fd5b600160a060020a03861660009081526007602052604081206002810154909550810b900b600114610ed557600080fd5b83541580610eea575060018401548454038711155b1515610ef557600080fd5b600180850154600160a060020a0388166000908152600760205260409020908901910155835415801590610f4457508354600160a060020a038716600090815260076020526040902060010154145b15610f7057600160a060020a0386166000908152600760205260409020600201805460ff191660ff1790555b60065474010000000000000000000000000000000000000000900460ff1660648804029250821561127157604080517f5cc15001000000000000000000000000000000000000000000000000000000008152600481018c90529051600160a060020a038a1691635cc150019160248083019260209291908290030181600087803b158015610ffd57600080fd5b505af1158015611011573d6000803e3d6000fd5b505050506040513d602081101561102757600080fd5b5051604080517fb816f5130000000000000000000000000000000000000000000000000000000081529051919350600160a060020a0384169163b816f513916004808201926020929091908290030181600087803b15801561108857600080fd5b505af115801561109c573d6000803e3d6000fd5b505050506040513d60208110156110b257600080fd5b5051604080517f8da5cb5b0000000000000000000000000000000000000000000000000000000081529051919250600160a060020a03831691638da5cb5b916004808201926020929091908290030181600087803b15801561111357600080fd5b505af1158015611127573d6000803e3d6000fd5b505050506040513d602081101561113d57600080fd5b5051604051600160a060020a039091169084156108fc029085906000818181858888f19350505050158015611176573d6000803e3d6000fd5b507f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a81600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b1580156111ef57600080fd5b505af1158015611203573d6000803e3d6000fd5b505050506040513d602081101561121957600080fd5b505160408051600160a060020a0390921660208301528181018690526060808352600c908301527f526574726f63657373696f6e00000000000000000000000000000000000000006080830152519081900360a00190a15b604051329084890380156108fc02916000818181858888f1935050505015801561129f573d6000803e3d6000fd5b50604080513260208201528489038183015260608082526006908201527f5265776172640000000000000000000000000000000000000000000000000000608082015290517f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a9181900360a00190a15060019998505050505050505050565b600254600090600160a060020a03163214806113445750600254600160a060020a031633145b151561134f57600080fd5b50600a8054820190819055919050565b60008061136a6107eb565b151561137557600080fd5b50600160a060020a0383166000908152600760205260409020805415806113a3575060018101548154038311155b15156113ae57600080fd5b5060019392505050565b600481565b600254600160a060020a03163214806113e05750600254600160a060020a031633145b15156113eb57600080fd5b600160a060020a038116151561140057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600880548290811061143d57fe5b600091825260209091200154600160a060020a0316905081565b60606040519081016040528060008152602001600081526020016000800b815250905600a165627a7a72305820becc96e99c6926cb052edc800d780fc74a533f9dde4b797cc7e4642f277fd1cc0029a165627a7a72305820ba38a2c5cfdcbb681408b1b80cb36cc3bffae73072fe02d8f38e737a771587ef0029a165627a7a72305820ed3afe68d298bebb00ddd5a9cbd8eb2d90fa41722b907caa3208d04dd38cb2c80029",
            "factoryAbi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "percent",
                    "type": "uint8"
                  }
                ],
                "name": "setLibraryRetrocession",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "campaignLibraryAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "libraryRetrocession",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "campaign_library_address",
                    "type": "address"
                  }
                ],
                "name": "setCampaignLibraryAddress",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "market_place_address",
                    "type": "address"
                  }
                ],
                "name": "setMarketPlaceAddress",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "initializedAsCampaignMgr",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "marketPlaceAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ]
          },
          "eluv-fb.parts": {
            "adsmanager.bc": "hqp_S1k59TTzCt9WStMWFEr91onr3vJm5iwKRjWSQqhyAuxYNTww"
          },
          "eluv.description": "",
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  5
                ],
                "size": 39752
              }
            },
            "elv-apps.css": {
              ".": {
                "parts": [
                  4
                ],
                "size": 37627
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  6
                ],
                "size": 39752
              }
            }
          },
          "mime-types": {
            "css": "text/css",
            "html": "text/html"
          },
          "name": "Campaign Manager"
        }
      },
      "iq__3syfVBh2A9tvygGHPetwggkfDwtn": {
        "id": "iq__3syfVBh2A9tvygGHPetwggkfDwtn",
        "hash": "hq__4jZawSWs4KXLgbUA1HZJdSwJseW3k9wTqaG1c53jf3qycxf1v38bHPnrs4RVoexgG6XdYfcdwp",
        "name": "Sponsored Content ABR Master",
        "meta": {
          "bitcode_flags": "abrmaster",
          "bitcode_format": "builtin",
          "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
          "custom_contract": {
            "abi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "validateAvailability",
                "outputs": [],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "score_pct",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "preset_access_charge",
                    "type": "uint256"
                  }
                ],
                "name": "setPresetAccessCharge",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "mandatoryPresetAccessCharge",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "campaign_manager",
                    "type": "address"
                  }
                ],
                "name": "setCampaignManager",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "mandatory_preset_access_charge",
                    "type": "bool"
                  }
                ],
                "name": "setMandatoryPresetAccessCharge",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "commercialOfferingManagerAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "region",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "commercial_offering_manager_address",
                    "type": "address"
                  }
                ],
                "name": "setCommercialOfferingManagerAddress",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "r",
                    "type": "address"
                  }
                ],
                "name": "setRegion",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "mandatory_sponsoring",
                    "type": "bool"
                  }
                ],
                "name": "setMandatorySponsoring",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "content",
                    "type": "address"
                  },
                  {
                    "name": "accessor",
                    "type": "address"
                  }
                ],
                "name": "isAvailable",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "content",
                    "type": "address"
                  },
                  {
                    "name": "sd",
                    "type": "bool"
                  },
                  {
                    "name": "hd",
                    "type": "bool"
                  },
                  {
                    "name": "start",
                    "type": "uint256"
                  },
                  {
                    "name": "end",
                    "type": "uint256"
                  },
                  {
                    "name": "r",
                    "type": "address"
                  }
                ],
                "name": "setAvailability",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "name": "availability",
                "outputs": [
                  {
                    "name": "clearedSD",
                    "type": "bool"
                  },
                  {
                    "name": "clearedHD",
                    "type": "bool"
                  },
                  {
                    "name": "startDate",
                    "type": "uint256"
                  },
                  {
                    "name": "endDate",
                    "type": "uint256"
                  },
                  {
                    "name": "region",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "presetAccessCharge",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "mandatorySponsoring",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "campaignManager",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ],
            "address": "0x6539608cc2e3b8328f7795e506c4b2f5aac17d47",
            "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f666665726e6732303139303531303135323330304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055610e0a806100a26000396000f3006080604052600436106101ab5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101ad5780630f82c16f146101de578063112d0d32146102a3578063123e0e80146102b85780631768595314610357578063198e76711461036557806329ed61371461037d5780633513a805146103a657806335b979ca146103b1578063409fa286146103d257806341c0e1b5146103ec57806345080442146104015780634c937386146104195780635062d68d1461042e57806354fd4d5014610443578063564fb18d146104585780635661d186146104795780636a9719b11461049a5780636af27417146104b45780636d2e4b1b146104df5780637b1cdb3e146105005780638da5cb5b1461050857806391357d4b1461051d5780639e99bbea14610500578063a7b4a4df14610544578063ab3a74251461057f578063af570c04146105d6578063af75d38f146105eb578063b2041a1514610600578063b535b03e14610615578063e870ed911461062a578063f185db0c1461063a578063f2fde38b1461064f578063fb5e76e614610670575b005b3480156101b957600080fd5b506101c2610685565b60408051600160a060020a039092168252519081900360200190f35b3480156101ea57600080fd5b5060408051602060046024803582810135848102808701860190975280865261027496843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106949650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102af57600080fd5b506101ab61071d565b6040805160206004604435818101358381028086018501909652808552610345958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506107369650505050505050565b60408051918252519081900360200190f35b610345600435602435610754565b34801561037157600080fd5b506101ab600435610770565b34801561038957600080fd5b506103926107a3565b604080519115158252519081900360200190f35b6103456004356107ac565b3480156103bd57600080fd5b506101ab600160a060020a03600435166107af565b3480156103de57600080fd5b506101ab600435151561080c565b3480156103f857600080fd5b506101ab61084d565b34801561040d57600080fd5b50610345600435610889565b34801561042557600080fd5b506101c261088f565b34801561043a57600080fd5b506101c261089e565b34801561044f57600080fd5b506103456108b2565b34801561046457600080fd5b506101ab600160a060020a03600435166108b8565b34801561048557600080fd5b506101ab600160a060020a03600435166108fe565b3480156104a657600080fd5b506101ab6004351515610961565b3480156104c057600080fd5b506104c96109cf565b6040805160ff9092168252519081900360200190f35b3480156104eb57600080fd5b506101ab600160a060020a03600435166109d4565b610345610a2f565b34801561051457600080fd5b506101c2610a34565b34801561052957600080fd5b506104c9600160a060020a0360043581169060243516610a43565b34801561055057600080fd5b506101ab600160a060020a03600435811690602435151590604435151590606435906084359060a43516610b6a565b34801561058b57600080fd5b506105a0600160a060020a0360043516610cda565b6040805195151586529315156020860152848401929092526060840152600160a060020a03166080830152519081900360a00190f35b3480156105e257600080fd5b506101c2610d15565b3480156105f757600080fd5b50610345610d24565b34801561060c57600080fd5b50610392610d2a565b34801561062157600080fd5b506104c9610d4b565b6103456004356024351515610d50565b34801561064657600080fd5b506104c9610d58565b34801561065b57600080fd5b506101ab600160a060020a0360043516610d5d565b34801561067c57600080fd5b506101c2610dcf565b600154600160a060020a031681565b60008080808060ff881615156106b65760009450849350839250829150610713565b6106c03332610a43565b905060ff8116156106de576002945092506000915081905082610713565b60095460ff16151560011415610704576008546002955090935060009250905082610713565b60079450600093508392508291505b5093509350935093565b6107273332610a43565b60ff161561073457600080fd5b565b600060ff8416156107495761074961071d565b506000949350505050565b6000605f82106107665750600061076a565b5060015b92915050565b600254600160a060020a03163214806107935750600254600160a060020a031633145b151561079e57600080fd5b600855565b60095460ff1681565b90565b600254600160a060020a03163214806107d25750600254600160a060020a031633145b15156107dd57600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a031632148061082f5750600254600160a060020a031633145b151561083a57600080fd5b6009805460ff1916911515919091179055565b600254600160a060020a03163214806108705750600254600160a060020a031633145b151561087b57600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b6009546101009004600160a060020a031681565b60055481565b600154600160a060020a031632146108cf57600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a03163214806109215750600254600160a060020a031633145b151561092c57600080fd5b60098054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a03163214806109845750600254600160a060020a031633145b151561098f57600080fd5b60078054911515740100000000000000000000000000000000000000000274ff000000000000000000000000000000000000000019909216919091179055565b600281565b600154600160a060020a031632146109eb57600080fd5b600160a060020a0381161515610a0057600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090565b600254600160a060020a031681565b600160a060020a038083166000908152600a602052604081206009549192839261010090041682811515610a82576003830154600160a060020a031691505b600160a060020a03821615610b2e5750604080517f95a078e8000000000000000000000000000000000000000000000000000000008152600160a060020a038781166004830152915183928316916395a078e89160248083019260209291908290030181600087803b158015610af757600080fd5b505af1158015610b0b573d6000803e3d6000fd5b505050506040513d6020811015610b2157600080fd5b50511515610b2e57600a93505b4283600101541115610b3f57601493505b600283015415801590610b555750428360020154105b15610b5f57601e93505b509195945050505050565b600080600088925082600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b158015610bc957600080fd5b505af1158015610bdd573d6000803e3d6000fd5b505050506040513d6020811015610bf357600080fd5b5051600160a060020a03163214610c0957600080fd5b859150811515610c17574291505b506009546101009004600160a060020a0316801515610c335750825b6040805160a08101825298151589529615156020808a0191825289890193845260608a01968752600160a060020a0392831660808b019081529a83166000908152600a9091529790972097518854975160ff199098169015151761ff0019166101009715159790970296909617875551600187015550505160028401555091516003909101805473ffffffffffffffffffffffffffffffffffffffff191691909216179055565b600a60205260009081526040902080546001820154600283015460039093015460ff80841694610100909404169290600160a060020a031685565b600354600160a060020a031681565b60085481565b60075474010000000000000000000000000000000000000000900460ff1681565b600181565b600092915050565b600481565b600254600160a060020a0316321480610d805750600254600160a060020a031633145b1515610d8b57600080fd5b600160a060020a0381161515610da057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600754600160a060020a0316815600a165627a7a72305820e07b208bd87743f14b6371d7b3e98d45fc665d414c5b241de137f302c3533da20029"
          },
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  1
                ],
                "size": 123825
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 123825
              }
            }
          },
          "mime-types": {
            "html": "text/html"
          },
          "name": "Sponsored Content ABR Master"
        }
      },
      "iq__22H7vhkwVD8QDPWjANkB4aAXpCUg": {
        "id": "iq__22H7vhkwVD8QDPWjANkB4aAXpCUg",
        "hash": "hq__7PYaQbqz7zju1C3cmEU2x7cF5nbsxAnj951JT96NseEGD571KfMfVoNvb9go3kdcJmb4FpD5Gc",
        "name": "Sponsored Content",
        "meta": {
          "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
          "custom_contract": {
            "abi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "validateAvailability",
                "outputs": [],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "score_pct",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "preset_access_charge",
                    "type": "uint256"
                  }
                ],
                "name": "setPresetAccessCharge",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "mandatoryPresetAccessCharge",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "campaign_manager",
                    "type": "address"
                  }
                ],
                "name": "setCampaignManager",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "mandatory_preset_access_charge",
                    "type": "bool"
                  }
                ],
                "name": "setMandatoryPresetAccessCharge",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "commercialOfferingManagerAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "region",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "commercial_offering_manager_address",
                    "type": "address"
                  }
                ],
                "name": "setCommercialOfferingManagerAddress",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "r",
                    "type": "address"
                  }
                ],
                "name": "setRegion",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "mandatory_sponsoring",
                    "type": "bool"
                  }
                ],
                "name": "setMandatorySponsoring",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "content",
                    "type": "address"
                  },
                  {
                    "name": "accessor",
                    "type": "address"
                  }
                ],
                "name": "isAvailable",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "content",
                    "type": "address"
                  },
                  {
                    "name": "sd",
                    "type": "bool"
                  },
                  {
                    "name": "hd",
                    "type": "bool"
                  },
                  {
                    "name": "start",
                    "type": "uint256"
                  },
                  {
                    "name": "end",
                    "type": "uint256"
                  },
                  {
                    "name": "r",
                    "type": "address"
                  }
                ],
                "name": "setAvailability",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "name": "availability",
                "outputs": [
                  {
                    "name": "clearedSD",
                    "type": "bool"
                  },
                  {
                    "name": "clearedHD",
                    "type": "bool"
                  },
                  {
                    "name": "startDate",
                    "type": "uint256"
                  },
                  {
                    "name": "endDate",
                    "type": "uint256"
                  },
                  {
                    "name": "region",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "presetAccessCharge",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "mandatorySponsoring",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "campaignManager",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ],
            "address": "0x58974630c24a0b2f466536b4732470ab5ce219bd",
            "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f666665726e6732303139303531303135323330304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055610e0a806100a26000396000f3006080604052600436106101ab5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101ad5780630f82c16f146101de578063112d0d32146102a3578063123e0e80146102b85780631768595314610357578063198e76711461036557806329ed61371461037d5780633513a805146103a657806335b979ca146103b1578063409fa286146103d257806341c0e1b5146103ec57806345080442146104015780634c937386146104195780635062d68d1461042e57806354fd4d5014610443578063564fb18d146104585780635661d186146104795780636a9719b11461049a5780636af27417146104b45780636d2e4b1b146104df5780637b1cdb3e146105005780638da5cb5b1461050857806391357d4b1461051d5780639e99bbea14610500578063a7b4a4df14610544578063ab3a74251461057f578063af570c04146105d6578063af75d38f146105eb578063b2041a1514610600578063b535b03e14610615578063e870ed911461062a578063f185db0c1461063a578063f2fde38b1461064f578063fb5e76e614610670575b005b3480156101b957600080fd5b506101c2610685565b60408051600160a060020a039092168252519081900360200190f35b3480156101ea57600080fd5b5060408051602060046024803582810135848102808701860190975280865261027496843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106949650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102af57600080fd5b506101ab61071d565b6040805160206004604435818101358381028086018501909652808552610345958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506107369650505050505050565b60408051918252519081900360200190f35b610345600435602435610754565b34801561037157600080fd5b506101ab600435610770565b34801561038957600080fd5b506103926107a3565b604080519115158252519081900360200190f35b6103456004356107ac565b3480156103bd57600080fd5b506101ab600160a060020a03600435166107af565b3480156103de57600080fd5b506101ab600435151561080c565b3480156103f857600080fd5b506101ab61084d565b34801561040d57600080fd5b50610345600435610889565b34801561042557600080fd5b506101c261088f565b34801561043a57600080fd5b506101c261089e565b34801561044f57600080fd5b506103456108b2565b34801561046457600080fd5b506101ab600160a060020a03600435166108b8565b34801561048557600080fd5b506101ab600160a060020a03600435166108fe565b3480156104a657600080fd5b506101ab6004351515610961565b3480156104c057600080fd5b506104c96109cf565b6040805160ff9092168252519081900360200190f35b3480156104eb57600080fd5b506101ab600160a060020a03600435166109d4565b610345610a2f565b34801561051457600080fd5b506101c2610a34565b34801561052957600080fd5b506104c9600160a060020a0360043581169060243516610a43565b34801561055057600080fd5b506101ab600160a060020a03600435811690602435151590604435151590606435906084359060a43516610b6a565b34801561058b57600080fd5b506105a0600160a060020a0360043516610cda565b6040805195151586529315156020860152848401929092526060840152600160a060020a03166080830152519081900360a00190f35b3480156105e257600080fd5b506101c2610d15565b3480156105f757600080fd5b50610345610d24565b34801561060c57600080fd5b50610392610d2a565b34801561062157600080fd5b506104c9610d4b565b6103456004356024351515610d50565b34801561064657600080fd5b506104c9610d58565b34801561065b57600080fd5b506101ab600160a060020a0360043516610d5d565b34801561067c57600080fd5b506101c2610dcf565b600154600160a060020a031681565b60008080808060ff881615156106b65760009450849350839250829150610713565b6106c03332610a43565b905060ff8116156106de576002945092506000915081905082610713565b60095460ff16151560011415610704576008546002955090935060009250905082610713565b60079450600093508392508291505b5093509350935093565b6107273332610a43565b60ff161561073457600080fd5b565b600060ff8416156107495761074961071d565b506000949350505050565b6000605f82106107665750600061076a565b5060015b92915050565b600254600160a060020a03163214806107935750600254600160a060020a031633145b151561079e57600080fd5b600855565b60095460ff1681565b90565b600254600160a060020a03163214806107d25750600254600160a060020a031633145b15156107dd57600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a031632148061082f5750600254600160a060020a031633145b151561083a57600080fd5b6009805460ff1916911515919091179055565b600254600160a060020a03163214806108705750600254600160a060020a031633145b151561087b57600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b6009546101009004600160a060020a031681565b60055481565b600154600160a060020a031632146108cf57600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a03163214806109215750600254600160a060020a031633145b151561092c57600080fd5b60098054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a03163214806109845750600254600160a060020a031633145b151561098f57600080fd5b60078054911515740100000000000000000000000000000000000000000274ff000000000000000000000000000000000000000019909216919091179055565b600281565b600154600160a060020a031632146109eb57600080fd5b600160a060020a0381161515610a0057600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090565b600254600160a060020a031681565b600160a060020a038083166000908152600a602052604081206009549192839261010090041682811515610a82576003830154600160a060020a031691505b600160a060020a03821615610b2e5750604080517f95a078e8000000000000000000000000000000000000000000000000000000008152600160a060020a038781166004830152915183928316916395a078e89160248083019260209291908290030181600087803b158015610af757600080fd5b505af1158015610b0b573d6000803e3d6000fd5b505050506040513d6020811015610b2157600080fd5b50511515610b2e57600a93505b4283600101541115610b3f57601493505b600283015415801590610b555750428360020154105b15610b5f57601e93505b509195945050505050565b600080600088925082600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b158015610bc957600080fd5b505af1158015610bdd573d6000803e3d6000fd5b505050506040513d6020811015610bf357600080fd5b5051600160a060020a03163214610c0957600080fd5b859150811515610c17574291505b506009546101009004600160a060020a0316801515610c335750825b6040805160a08101825298151589529615156020808a0191825289890193845260608a01968752600160a060020a0392831660808b019081529a83166000908152600a9091529790972097518854975160ff199098169015151761ff0019166101009715159790970296909617875551600187015550505160028401555091516003909101805473ffffffffffffffffffffffffffffffffffffffff191691909216179055565b600a60205260009081526040902080546001820154600283015460039093015460ff80841694610100909404169290600160a060020a031685565b600354600160a060020a031681565b60085481565b60075474010000000000000000000000000000000000000000900460ff1681565b600181565b600092915050565b600481565b600254600160a060020a0316321480610d805750600254600160a060020a031633145b1515610d8b57600080fd5b600160a060020a0381161515610da057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600754600160a060020a0316815600a165627a7a72305820e07b208bd87743f14b6371d7b3e98d45fc665d414c5b241de137f302c3533da20029"
          },
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  1
                ],
                "size": 123825
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 123825
              }
            }
          },
          "mime-types": {
            "html": "text/html"
          },
          "name": "Sponsored Content"
        }
      },
      "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi": {
        "id": "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi",
        "hash": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx",
        "name": "ABR Master",
        "meta": {
          "bitcode_flags": "abrmaster",
          "bitcode_format": "builtin",
          "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
          "eluv.displayApp": "displayApp/index.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp": {
              ".": {
                "type": "directory"
              },
              "index.html": {
                ".": {
                  "parts": [
                    73
                  ],
                  "size": 1219848
                }
              }
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  60
                ],
                "size": 1219577
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 1082307
              }
            }
          },
          "mime-types": {
            "html": "text/html"
          },
          "name": "ABR Master"
        }
      }
    }
    async ContentTypes();
    
    
    {
      "iq__3Fy51pJBpjo7nrNFQFETUAYvRe9E": {
        "id": "iq__3Fy51pJBpjo7nrNFQFETUAYvRe9E",
        "hash": "hq__53F6TPFf9o7kr1R2DaMDEHtFZmDXcth6PvyGZKPr3huDxuZ9RQTj9Bh2sYEX3LrayKDdYzhii4",
        "name": "Video",
        "meta": {
          "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
          "eluv.allowCustomMetadata": true,
          "eluv.schema": [
            {
              "key": "name",
              "label": "Name",
              "required": true,
              "type": "string"
            },
            {
              "key": "eluv.description",
              "label": "Description",
              "required": false,
              "type": "text"
            },
            {
              "accept": [
                "image/*"
              ],
              "key": "image",
              "label": "Thumbnail",
              "preview": true,
              "required": true,
              "type": "file"
            },
            {
              "accept": [
                "video/*"
              ],
              "key": "video",
              "label": "Video",
              "required": false,
              "type": "file"
            }
          ],
          "name": "Video"
        }
      },
      "iq__36jjGPHhacyPgehzKN1CLZGXxnwB": {
        "id": "iq__36jjGPHhacyPgehzKN1CLZGXxnwB",
        "hash": "hq__5bTqMC7GVNBt6FwCia9Vddt2b8X3qvCudLGFfm5yCyTF7p8Eho9Fspn7Pfu3e6ZJPhTL86v4ph",
        "name": "IMF",
        "meta": {
          "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  1
                ],
                "size": 798259
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 1082307
              }
            }
          },
          "mime-types": {
            "html": "text/html"
          },
          "name": "IMF"
        }
      },
      "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq": {
        "id": "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq",
        "hash": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35",
        "name": "Production Master",
        "meta": {
          "bitcode_flags": "abrmaster",
          "bitcode_format": "builtin",
          "name": "Production Master"
        }
      },
      "iq__3KicsTfHxAru9hwCDAfWsLtCKYMa": {
        "id": "iq__3KicsTfHxAru9hwCDAfWsLtCKYMa",
        "hash": "hq__7HBasPghuRRKA39eNXwdvqdytUsq8XKYC4X2wfumA8iNE6F6mFK6G576n5D82mkmCcQCK9bkWx",
        "name": "Channel",
        "meta": {
          "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  1
                ],
                "size": 82111
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 82111
              }
            }
          },
          "mime-types": {
            "html": "text/html"
          },
          "name": "Channel"
        }
      },
      "iq__UQCrqjSX4YuBotjvRg2Cx3FJ3D1": {
        "id": "iq__UQCrqjSX4YuBotjvRg2Cx3FJ3D1",
        "hash": "hq__D682LXFAk7BpchACcWfYJtbUjSGnk7SWDHpBN915WSQ8kPcDRBTBxpBNMzj6eKsvio3FdvyG4o",
        "name": "Linear Channel old",
        "meta": {
          "bitcode_part": "hqp_JURXeNX8pZ2t8X92Ji3RHrhHeBd5SoS4qYDWfc76YyczGgGB",
          "eluv.description": "",
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 48699
              }
            },
            "elv-apps.css": {
              ".": {
                "parts": [
                  2
                ],
                "size": 37627
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  1
                ],
                "size": 48699
              }
            }
          },
          "mime-types": {
            "css": "text/css",
            "html": "text/html"
          },
          "name": "Linear Channel old"
        }
      },
      "iq__42gJKSsPoLCNkmEiDopEfPSujc2e": {
        "id": "iq__42gJKSsPoLCNkmEiDopEfPSujc2e",
        "hash": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL",
        "name": "Library",
        "meta": {
          "bitcode_part": "hqp_3AttPxAV6U7nRM1szSYiV3j16oVRrokT6nnrh6acsRa2vnXi",
          "eluv.description": "",
          "name": "Library"
        }
      },
      "iq__3Fd24Yeyi6ap826va5kYR1VnYNkX": {
        "id": "iq__3Fd24Yeyi6ap826va5kYR1VnYNkX",
        "hash": "hq__4oc8dkS2Czym9cvNAHmaJtKNoF28wtZM5rau1JHnExZHVvmZhGrqu2pzXDzbusP4aLbWchW5QB",
        "name": "Advertisement",
        "meta": {
          "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
          "custom_contract": {
            "abi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "request_data_ID",
                    "type": "bytes32"
                  }
                ],
                "name": "getAmount",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "request_ID",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "custom_values",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "stake_holders",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "request_ID",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "request_ID",
                    "type": "uint256"
                  },
                  {
                    "name": "ad_address",
                    "type": "address"
                  }
                ],
                "name": "dbgRequest",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "bitcodeAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "maxCreditPerAd",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "request_data_ID",
                    "type": "bytes32"
                  }
                ],
                "name": "getContent",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "request_data_ID",
                    "type": "bytes32"
                  }
                ],
                "name": "getOriginator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "request_data_ID",
                    "type": "bytes32"
                  }
                ],
                "name": "getAdvertisement",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "creditPerAd",
                    "type": "uint256"
                  }
                ],
                "name": "setMaxCreditPerAd",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "request_data_ID",
                    "type": "bytes32"
                  }
                ],
                "name": "getCampaign",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "name": "requestMap",
                "outputs": [
                  {
                    "name": "originator",
                    "type": "address"
                  },
                  {
                    "name": "content",
                    "type": "address"
                  },
                  {
                    "name": "advertisement",
                    "type": "address"
                  },
                  {
                    "name": "campaign",
                    "type": "address"
                  },
                  {
                    "name": "amount",
                    "type": "uint256"
                  },
                  {
                    "name": "status",
                    "type": "int8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "bitcode",
                    "type": "address"
                  }
                ],
                "name": "setBitcodeAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "content_address",
                    "type": "address"
                  },
                  {
                    "name": "campaign_address",
                    "type": "address"
                  },
                  {
                    "name": "ad_address",
                    "type": "address"
                  },
                  {
                    "name": "amount",
                    "type": "bytes32"
                  }
                ],
                "name": "createMessage",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "maxCreditPerAd",
                    "type": "uint256"
                  }
                ],
                "name": "MaxCreditPerAd",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "bitcode",
                    "type": "address"
                  }
                ],
                "name": "BitcodeAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "msg",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "flag",
                    "type": "bool"
                  }
                ],
                "name": "dbgBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "msg",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "addr",
                    "type": "address"
                  }
                ],
                "name": "dbgAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "msg",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "num",
                    "type": "uint256"
                  }
                ],
                "name": "dbgUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "msg",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "num",
                    "type": "uint8"
                  }
                ],
                "name": "dbgUint8",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "msg",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "dbgByte32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "msg",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes"
                  }
                ],
                "name": "dbgBytes",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ],
            "address": "0x4f98f2f2c7cec6576cb9bd60aeab07a6bb7030a5",
            "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c00000000000000000060009081557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677241647665727469736d6e7432303139303531303135323230304d4c60055560085560018054600160a060020a031990811632908117909255600280549091169091179055611592806100a76000396000f30060806040526004361061017f5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101815780630e0a0d74146101b25780630f82c16f146101dc578063123e0e80146102a1578063176859531461032e578063208daa4f1461033c5780633513a8051461036057806341c0e1b51461036b5780634508044214610380578063508ddbb01461039857806354fd4d50146103ad57806355a632f8146103c25780635cc15001146103d75780636af27417146103ef5780636d2e4b1b1461041a5780637afc54d41461043b5780637b1cdb3e146104535780638da5cb5b1461045b57806398980081146104705780639e99bbea14610453578063af570c0414610488578063b535b03e1461049d578063c5f8c53f146104b2578063cabe0452146104ca578063d4ecba4f146104e2578063dded4d7b14610544578063e75c24bb14610565578063e870ed911461060a578063f185db0c1461061a578063f2fde38b1461062f575b005b34801561018d57600080fd5b50610196610650565b60408051600160a060020a039092168252519081900360200190f35b3480156101be57600080fd5b506101ca60043561065f565b60408051918252519081900360200190f35b3480156101e857600080fd5b5060408051602060046024803582810135848102808701860190975280865261027296843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106bc9650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526101ca958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106cb9650505050505050565b6101ca60043560243561092a565b34801561034857600080fd5b506101ca600435600160a060020a0360243516610bea565b6101ca600435610c97565b34801561037757600080fd5b5061017f610c9a565b34801561038c57600080fd5b506101ca600435610cd6565b3480156103a457600080fd5b50610196610cdc565b3480156103b957600080fd5b506101ca610ceb565b3480156103ce57600080fd5b506101ca610cf1565b3480156103e357600080fd5b50610196600435610cf7565b3480156103fb57600080fd5b50610404610d15565b6040805160ff9092168252519081900360200190f35b34801561042657600080fd5b5061017f600160a060020a0360043516610d1a565b34801561044757600080fd5b50610196600435610d75565b6101ca610d90565b34801561046757600080fd5b50610196610d95565b34801561047c57600080fd5b50610196600435610da4565b34801561049457600080fd5b50610196610dd1565b3480156104a957600080fd5b50610404610de0565b3480156104be57600080fd5b5061017f600435610de5565b3480156104d657600080fd5b50610196600435610e4e565b3480156104ee57600080fd5b506104fa600435610e6c565b60408051600160a060020a0397881681529587166020870152938616858501529190941660608401526080830193909352600092830b90920b60a082015290519081900360c00190f35b34801561055057600080fd5b50610196600160a060020a0360043516610eb2565b34801561057157600080fd5b50610595600160a060020a0360043581169060243581169060443516606435610f58565b6040805160208082528351818301528351919283929083019185019080838360005b838110156105cf5781810151838201526020016105b7565b50505050905090810190601f1680156105fc5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6101ca60043560243515156111af565b34801561062657600080fd5b506104046111b7565b34801561063b57600080fd5b5061017f600160a060020a03600435166111bc565b600154600160a060020a031681565b600081815260076020526040812060010154600160a060020a03161580159061069b5750600082815260076020526040812060050154810b900b155b15156106a657600080fd5b5060009081526007602052604090206004015490565b60076000808093509350935093565b60008060008060008060008060008951600014156106ec576000985061091a565b8960008151811015156106fb57fe5b602090810290910101519750600160a060020a038816156109155789600181518110151561072557fe5b9060200190602002015196508a600081518110151561074057fe5b9060200190602002015195508a600181518110151561075b57fe5b6020908102909101015160001a60f860020a0260f860020a900494508a600281518110151561078657fe5b9060200190602002015193508a60038151811015156107a157fe5b60209081029091010151600654909350600160a060020a0316156107cd576107cd88888888888861122e565b60085415806107de57506008548611155b15156107e957600080fd5b86915081600160a060020a0316632310167f6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b15801561084357600080fd5b505af1158015610857573d6000803e3d6000fd5b505050506040513d602081101561086d57600080fd5b5051604080517ff06148f2000000000000000000000000000000000000000000000000000000008152336004820152602481018990529051919250600160a060020a0383169163f06148f2916044808201926020929091908290030181600087803b1580156108db57600080fd5b505af11580156108ef573d6000803e3d6000fd5b505050506040513d602081101561090557600080fd5b5061091590508d89338a8a6113b3565b600098505b5050505050505050949350505050565b600080600080600033876040516020018083600160a060020a0316600160a060020a03166c01000000000000000000000000028152601401828152602001925050506040516020818303038152906040526040518082805190602001908083835b602083106109aa5780518252601f19909201916020918201910161098b565b51815160001960209485036101000a0190811690199190911617905260408051949092018490039093206000818152600790945292208054929850965050600160a060020a031632149150508015610a0b57506005830154600090810b900b155b1515610a1657600080fd5b60008481526007602090815260408083206003015481517f2310167f0000000000000000000000000000000000000000000000000000000081529151600160a060020a0390911695508593632310167f93600480850194919392918390030190829087803b158015610a8757600080fd5b505af1158015610a9b573d6000803e3d6000fd5b505050506040513d6020811015610ab157600080fd5b5051604080517fcfefb3d5000000000000000000000000000000000000000000000000000000008152600481018790529051919250600160a060020a0383169163cfefb3d5916024808201926020929091908290030181600087803b158015610b1957600080fd5b505af1158015610b2d573d6000803e3d6000fd5b505050506040513d6020811015610b4357600080fd5b50506000848152600760209081526040808320805473ffffffffffffffffffffffffffffffffffffffff1990811682556001820180548216905560028201805482169055600382018054909116905560048101849055600501805460ff1916905580518a81529182019290925281517fbf0f2215c45c5ee802d4c20bdfc915308c4459b0f6a78f23ad350e6408bf2891929181900390910190a15060009695505050505050565b600081836040516020018083600160a060020a0316600160a060020a03166c01000000000000000000000000028152601401828152602001925050506040516020818303038152906040526040518082805190602001908083835b60208310610c645780518252601f199092019160209182019101610c45565b5181516020939093036101000a600019018019909116921691909117905260405192018290039091209695505050505050565b90565b600254600160a060020a0316321480610cbd5750600254600160a060020a031633145b1515610cc857600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b60055481565b60085481565b600090815260076020526040902060010154600160a060020a031690565b600281565b600154600160a060020a03163214610d3157600080fd5b600160a060020a0381161515610d4657600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090815260076020526040902054600160a060020a031690565b600090565b600254600160a060020a031681565b600081815260076020526040812060020154600160a060020a0316801515610dcb57600080fd5b92915050565b600354600160a060020a031681565b600181565b600254600160a060020a0316321480610e085750600254600160a060020a031633145b1515610e1357600080fd5b60088190556040805182815290517f1f6808146a51d157d9343b08ee6fce3b39b0e5b419f4c8524a56512acf5ba2b59181900360200190a150565b600090815260076020526040902060030154600160a060020a031690565b600760205260009081526040812080546001820154600283015460038401546004850154600590950154600160a060020a03948516969385169592851694909116920b86565b600254600090600160a060020a0316321480610ed85750600254600160a060020a031633145b1515610ee357600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a03848116919091179182905560408051929091168252517fecfcc1bcfb602db0a89a128bad350799ac7741ae87395080e8da39da6f100fcb916020908290030190a15050600654600160a060020a031690565b60408051606080825260808201909252819060009081908360208201610c00803883395050815191945060fd60020a918591506000908110610f9657fe5b906020010190600160f860020a031916908160001a905350825160fd60020a9084906015908110610fc357fe5b906020010190600160f860020a031916908160001a905350825160fd60020a908490602a908110610ff057fe5b906020010190600160f860020a031916908160001a905350825160fd60020a908490603f90811061101d57fe5b906020010190600160f860020a031916908160001a905350600091505b601482101561113e578160130360080260020a86600160a060020a031681151561106057fe5b0490508060f860020a02838360010181518110151561107b57fe5b906020010190600160f860020a031916908160001a9053508160130360080260020a87600160a060020a03168115156110b057fe5b0490508060f860020a0283836016018151811015156110cb57fe5b906020010190600160f860020a031916908160001a9053508160130360080260020a88600160a060020a031681151561110057fe5b0490508060f860020a028383602b0181518110151561111b57fe5b906020010190600160f860020a031916908160001a90535060019091019061103a565b600091505b60208210156111a35784826020811061115857fe5b1a60f860020a0260f860020a900490508060f860020a02838360400181518110151561118057fe5b906020010190600160f860020a031916908160001a905350600190910190611143565b50909695505050505050565b600092915050565b600481565b600254600160a060020a03163214806111df5750600254600160a060020a031633145b15156111ea57600080fd5b600160a060020a03811615156111ff57600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b606060008061123f8989338a610f58565b92508260405160200180807f19457468657265756d205369676e6564204d6573736167653a0a393600000000815250601c0182805190602001908083835b6020831061129c5780518252601f19909201916020918201910161127d565b6001836020036101000a0380198251168184511680821785525050505050509050019150506040516020818303038152906040526040518082805190602001908083835b602083106112ff5780518252601f1990920191602091820191016112e0565b51815160209384036101000a600019018019909216911617905260408051929094018290038220600080845283830180875282905260ff8e1684870152606084018d9052608084018c905294519098506001965060a080840196509194601f19820194509281900390910191865af115801561137f573d6000803e3d6000fd5b5050604051601f190151600654909250600160a060020a0380841691161490506113a857600080fd5b505050505050505050565b60006113bd611531565b84876040516020018083600160a060020a0316600160a060020a03166c01000000000000000000000000028152601401828152602001925050506040516020818303038152906040526040518082805190602001908083835b602083106114355780518252601f199092019160209182019101611416565b51815160209384036101000a60001901801990921691161790526040805192909401829003822060c083018552328352600160a060020a039c8d168383019081529b8d168386019081529a8d1660608401908152608084019a8b52600060a0850181815292815260079093529482209251835473ffffffffffffffffffffffffffffffffffffffff19908116918f169190911784559b516001840180548e16918f1691909117905599516002830180548d16918e169190911790559251600382018054909b169b169a909a1790985594516004890155505092516005909501805460ff191660ff9690930b959095169190911790935550505050565b6040805160c081018252600080825260208201819052918101829052606081018290526080810182905260a0810191909152905600a165627a7a7230582074c6feb6abc40b710f5a82fb8c9cff0bc13b436a30507d84bd5fe87b160140d30029"
          },
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  1
                ],
                "size": 73720
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 73720
              }
            }
          },
          "mime-types": {
            "html": "text/html"
          },
          "name": "Advertisement"
        }
      },
      "iq__3kEo6MBsom7Jt5ud5tbMVa6GxXbG": {
        "id": "iq__3kEo6MBsom7Jt5ud5tbMVa6GxXbG",
        "hash": "hq__BfTx44WidNnUaMCH7aWmMpKge5pJrmekMfsrguTmEYmuG3erWYC6rU4zPQC54f1nmuXLQEW8ie",
        "name": "Commercial Offering",
        "meta": {
          "custom_contract": {
            "abi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ],
            "address": "0x7056051266692d83bb070a0600adae7ea1873f15",
            "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f6666724d677232303139303232363133343630304d4c60055560018054600160a060020a03199081163290811790925560028054909116909117905561169a806100a26000396000f3006080604052600436106100e25763ffffffff60e060020a60003504166302d05d3f81146100e45780630f82c16f14610115578063123e0e80146101da57806317685953146102795780633513a8051461028757806341c0e1b51461029257806345080442146102a757806354fd4d50146102bf5780636af27417146102d45780636d2e4b1b146102ff5780637b1cdb3e146103205780638da5cb5b146103285780639e99bbea1461033d578063af570c0414610345578063b535b03e1461035a578063e870ed911461036f578063f185db0c1461037f578063f2fde38b14610394575b005b3480156100f057600080fd5b506100f96103b5565b60408051600160a060020a039092168252519081900360200190f35b34801561012157600080fd5b506040805160206004602480358281013584810280870186019097528086526101ab96843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103c49650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b6040805160206004604435818101358381028086018501909652808552610267958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103d39650505050505050565b60408051918252519081900360200190f35b6102676004356024356103dd565b6102676004356103e5565b34801561029e57600080fd5b506100e26103e8565b3480156102b357600080fd5b50610267600435610424565b3480156102cb57600080fd5b5061026761042a565b3480156102e057600080fd5b506102e9610430565b6040805160ff9092168252519081900360200190f35b34801561030b57600080fd5b506100e2600160a060020a0360043516610435565b610267610490565b34801561033457600080fd5b506100f9610713565b610267610722565b34801561035157600080fd5b506100f9610727565b34801561036657600080fd5b506102e9610736565b61026760043560243515156103dd565b34801561038b57600080fd5b506102e961073b565b3480156103a057600080fd5b506100e2600160a060020a0360043516610740565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a031632148061040b5750600254600160a060020a031633145b151561041657600080fd5b600254600160a060020a0316ff5b50600090565b60055481565b600281565b600154600160a060020a0316321461044c57600080fd5b600160a060020a038116151561046157600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60008060008061049e6107b2565b604051809103906000f0801580156104ba573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350849250839163e53853039160248082019260009290919082900301818387803b15801561052557600080fd5b505af1158015610539573d6000803e3d6000fd5b5050604080517f564fb18d0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038516935063564fb18d9250602480830192600092919082900301818387803b15801561059d57600080fd5b505af11580156105b1573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b15801561061c57600080fd5b505af1158015610630573d6000803e3d6000fd5b5050505080600160a060020a031663f2fde38b83600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561068157600080fd5b505af1158015610695573d6000803e3d6000fd5b505050506040513d60208110156106ab57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b1580156106f157600080fd5b505af1158015610705573d6000803e3d6000fd5b505050506000935050505090565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600481565b600254600160a060020a03163214806107635750600254600160a060020a031633145b151561076e57600080fd5b600160a060020a038116151561078357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b604051610eac806107c383390190560060806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f666665726e6732303139303531303135323330304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055610e0a806100a26000396000f3006080604052600436106101ab5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101ad5780630f82c16f146101de578063112d0d32146102a3578063123e0e80146102b85780631768595314610357578063198e76711461036557806329ed61371461037d5780633513a805146103a657806335b979ca146103b1578063409fa286146103d257806341c0e1b5146103ec57806345080442146104015780634c937386146104195780635062d68d1461042e57806354fd4d5014610443578063564fb18d146104585780635661d186146104795780636a9719b11461049a5780636af27417146104b45780636d2e4b1b146104df5780637b1cdb3e146105005780638da5cb5b1461050857806391357d4b1461051d5780639e99bbea14610500578063a7b4a4df14610544578063ab3a74251461057f578063af570c04146105d6578063af75d38f146105eb578063b2041a1514610600578063b535b03e14610615578063e870ed911461062a578063f185db0c1461063a578063f2fde38b1461064f578063fb5e76e614610670575b005b3480156101b957600080fd5b506101c2610685565b60408051600160a060020a039092168252519081900360200190f35b3480156101ea57600080fd5b5060408051602060046024803582810135848102808701860190975280865261027496843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106949650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102af57600080fd5b506101ab61071d565b6040805160206004604435818101358381028086018501909652808552610345958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506107369650505050505050565b60408051918252519081900360200190f35b610345600435602435610754565b34801561037157600080fd5b506101ab600435610770565b34801561038957600080fd5b506103926107a3565b604080519115158252519081900360200190f35b6103456004356107ac565b3480156103bd57600080fd5b506101ab600160a060020a03600435166107af565b3480156103de57600080fd5b506101ab600435151561080c565b3480156103f857600080fd5b506101ab61084d565b34801561040d57600080fd5b50610345600435610889565b34801561042557600080fd5b506101c261088f565b34801561043a57600080fd5b506101c261089e565b34801561044f57600080fd5b506103456108b2565b34801561046457600080fd5b506101ab600160a060020a03600435166108b8565b34801561048557600080fd5b506101ab600160a060020a03600435166108fe565b3480156104a657600080fd5b506101ab6004351515610961565b3480156104c057600080fd5b506104c96109cf565b6040805160ff9092168252519081900360200190f35b3480156104eb57600080fd5b506101ab600160a060020a03600435166109d4565b610345610a2f565b34801561051457600080fd5b506101c2610a34565b34801561052957600080fd5b506104c9600160a060020a0360043581169060243516610a43565b34801561055057600080fd5b506101ab600160a060020a03600435811690602435151590604435151590606435906084359060a43516610b6a565b34801561058b57600080fd5b506105a0600160a060020a0360043516610cda565b6040805195151586529315156020860152848401929092526060840152600160a060020a03166080830152519081900360a00190f35b3480156105e257600080fd5b506101c2610d15565b3480156105f757600080fd5b50610345610d24565b34801561060c57600080fd5b50610392610d2a565b34801561062157600080fd5b506104c9610d4b565b6103456004356024351515610d50565b34801561064657600080fd5b506104c9610d58565b34801561065b57600080fd5b506101ab600160a060020a0360043516610d5d565b34801561067c57600080fd5b506101c2610dcf565b600154600160a060020a031681565b60008080808060ff881615156106b65760009450849350839250829150610713565b6106c03332610a43565b905060ff8116156106de576002945092506000915081905082610713565b60095460ff16151560011415610704576008546002955090935060009250905082610713565b60079450600093508392508291505b5093509350935093565b6107273332610a43565b60ff161561073457600080fd5b565b600060ff8416156107495761074961071d565b506000949350505050565b6000605f82106107665750600061076a565b5060015b92915050565b600254600160a060020a03163214806107935750600254600160a060020a031633145b151561079e57600080fd5b600855565b60095460ff1681565b90565b600254600160a060020a03163214806107d25750600254600160a060020a031633145b15156107dd57600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a031632148061082f5750600254600160a060020a031633145b151561083a57600080fd5b6009805460ff1916911515919091179055565b600254600160a060020a03163214806108705750600254600160a060020a031633145b151561087b57600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b6009546101009004600160a060020a031681565b60055481565b600154600160a060020a031632146108cf57600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a03163214806109215750600254600160a060020a031633145b151561092c57600080fd5b60098054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a03163214806109845750600254600160a060020a031633145b151561098f57600080fd5b60078054911515740100000000000000000000000000000000000000000274ff000000000000000000000000000000000000000019909216919091179055565b600281565b600154600160a060020a031632146109eb57600080fd5b600160a060020a0381161515610a0057600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090565b600254600160a060020a031681565b600160a060020a038083166000908152600a602052604081206009549192839261010090041682811515610a82576003830154600160a060020a031691505b600160a060020a03821615610b2e5750604080517f95a078e8000000000000000000000000000000000000000000000000000000008152600160a060020a038781166004830152915183928316916395a078e89160248083019260209291908290030181600087803b158015610af757600080fd5b505af1158015610b0b573d6000803e3d6000fd5b505050506040513d6020811015610b2157600080fd5b50511515610b2e57600a93505b4283600101541115610b3f57601493505b600283015415801590610b555750428360020154105b15610b5f57601e93505b509195945050505050565b600080600088925082600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b158015610bc957600080fd5b505af1158015610bdd573d6000803e3d6000fd5b505050506040513d6020811015610bf357600080fd5b5051600160a060020a03163214610c0957600080fd5b859150811515610c17574291505b506009546101009004600160a060020a0316801515610c335750825b6040805160a08101825298151589529615156020808a0191825289890193845260608a01968752600160a060020a0392831660808b019081529a83166000908152600a9091529790972097518854975160ff199098169015151761ff0019166101009715159790970296909617875551600187015550505160028401555091516003909101805473ffffffffffffffffffffffffffffffffffffffff191691909216179055565b600a60205260009081526040902080546001820154600283015460039093015460ff80841694610100909404169290600160a060020a031685565b600354600160a060020a031681565b60085481565b60075474010000000000000000000000000000000000000000900460ff1681565b600181565b600092915050565b600481565b600254600160a060020a0316321480610d805750600254600160a060020a031633145b1515610d8b57600080fd5b600160a060020a0381161515610da057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600754600160a060020a0316815600a165627a7a72305820e07b208bd87743f14b6371d7b3e98d45fc665d414c5b241de137f302c3533da20029a165627a7a72305820af7597711e9b50552780f0bcc71787559afb50142134dcad6e5319c76d0307430029"
          },
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  1
                ],
                "size": 72522
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 72522
              }
            }
          },
          "mime-types": {
            "html": "text/html"
          },
          "name": "Commercial Offering"
        }
      },
      "iq__2punfHYE6Xv6B5GmRiuCorsELxei": {
        "id": "iq__2punfHYE6Xv6B5GmRiuCorsELxei",
        "hash": "hq__Dp62NfiHS9PdwxXUNrrFFou3k59hMuWDUCbH3n5GmU3icDj7BQ1Nxz2yhdeEE6p4hnbqvTNDg2",
        "name": "Submission",
        "meta": {
          "custom_contract": {
            "abi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "licensingFee",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "percentPartial",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "withdraw",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "status_code",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "STATUS_FINAL_REVIEW",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "partialPayment",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "content_address",
                    "type": "address"
                  },
                  {
                    "name": "new_owner",
                    "type": "address"
                  }
                ],
                "name": "transferContentOwnership",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "STATUS_DRAFT_APPROVED",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "licensing_fee",
                    "type": "uint256"
                  }
                ],
                "name": "setLicensingFee",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "name": "licensingStatus",
                "outputs": [
                  {
                    "name": "percentComplete",
                    "type": "uint8"
                  },
                  {
                    "name": "licensingFee",
                    "type": "uint256"
                  },
                  {
                    "name": "licensingFeePaid",
                    "type": "uint256"
                  },
                  {
                    "name": "valid",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "partial_payment",
                    "type": "uint8"
                  }
                ],
                "name": "setPartialPayment",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "percent_partial",
                    "type": "uint8"
                  }
                ],
                "name": "setPercentPartial",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "content_address",
                    "type": "address"
                  }
                ],
                "name": "reclaimContentOwnership",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "content_contract",
                    "type": "address"
                  },
                  {
                    "name": "approved",
                    "type": "bool"
                  },
                  {
                    "name": "percent_complete",
                    "type": "uint8"
                  },
                  {
                    "name": "note",
                    "type": "string"
                  }
                ],
                "name": "reviewContent",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "content",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "PayCredit",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ],
            "address": "0x1515ebcf2c7d5eaa53259543efe36e08de76b708",
            "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f53706c436f6e744c6963656e73696e6732303139303331383130353730304d4c600555678ac7230489e800006006556007805461280061ff001960ff19909216603c179190911617905560018054600160a060020a03199081163290811790925560028054909116909117905561151e806100c96000396000f3006080604052600436106101715763ffffffff60e060020a60003504166302d05d3f81146101735780630779564b146101a45780630f82c16f146101cb578063123e0e8014610290578063176859531461031d5780632d4fac771461032b5780632e1a7d4d146103565780633513a8051461038257806341c0e1b51461038d57806345080442146103a25780634d52fe4b146103ba57806354fd4d50146103cf5780636af27417146103e45780636d2e4b1b146103f95780637b1cdb3e1461041a5780638da5cb5b146104225780638e7f900f146104375780639e99bbea1461044c578063a2e1cf8a14610454578063af570c041461047b578063b261b9e714610490578063b535b03e146104a5578063b6524089146104ba578063ba3c32ea146104d2578063cba43b0d1461051f578063db14178d1461053a578063e870ed9114610555578063e97a08ba14610565578063f185db0c14610579578063f2fde38b1461058e578063f96e91df146105af575b005b34801561017f57600080fd5b50610188610620565b60408051600160a060020a039092168252519081900360200190f35b3480156101b057600080fd5b506101b961062f565b60408051918252519081900360200190f35b3480156101d757600080fd5b5060408051602060046024803582810135848102808701860190975280865261026196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106359650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526101b9958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106449650505050505050565b6101b960043560243561064e565b34801561033757600080fd5b50610340610656565b6040805160ff9092168252519081900360200190f35b34801561036257600080fd5b5061036e60043561065f565b604080519115158252519081900360200190f35b6101b960043561071c565b34801561039957600080fd5b50610171610b9f565b3480156103ae57600080fd5b506101b9600435610bdb565b3480156103c657600080fd5b506101b9610c47565b3480156103db57600080fd5b506101b9610c6b565b3480156103f057600080fd5b50610340610c71565b34801561040557600080fd5b50610171600160a060020a0360043516610c76565b6101b9610cd1565b34801561042e57600080fd5b50610188610d4a565b34801561044357600080fd5b50610340610d59565b6101b9610d67565b34801561046057600080fd5b50610188600160a060020a0360043581169060243516610eb3565b34801561048757600080fd5b50610188610f6b565b34801561049c57600080fd5b506101b9610f7a565b3480156104b157600080fd5b50610340610f9e565b3480156104c657600080fd5b506101b9600435610fa3565b3480156104de57600080fd5b506104f3600160a060020a0360043516610fdd565b6040805160ff909516855260208501939093528383019190915215156060830152519081900360800190f35b34801561052b57600080fd5b5061034060ff60043516611009565b34801561054657600080fd5b5061034060ff6004351661105c565b6101b9600435602435151561064e565b610188600160a060020a03600435166110a4565b34801561058557600080fd5b5061034061129b565b34801561059a57600080fd5b50610171600160a060020a03600435166112a0565b3480156105bb57600080fd5b50604080516020601f60643560048181013592830184900484028501840190955281845261036e94600160a060020a03813516946024803515159560ff6044351695369560849493019181908401838280828437509497506113129650505050505050565b600154600160a060020a031681565b60065481565b60076000808093509350935093565b6000949350505050565b600092915050565b60075460ff1681565b600254600090600160a060020a03163214806106855750600254600160a060020a031633145b151561069057600080fd5b600254604051600160a060020a039091169083156108fc029084906000818181858888f193505050501580156106ca573d6000803e3d6000fd5b5060025460408051600160a060020a03909216825260006020830152818101849052517f6fad978e8a2a7d154cdbeac8b127068f0cb03d8f2d585fe8087161308cc3dd1d9181900360600190a1919050565b3360008181526008602090815260408083208054600282015460019092015483517f27c1c21d0000000000000000000000000000000000000000000000000000000081529351959695869560ff90931694899489949303928492839283928a926327c1c21d92600480820193929182900301818787803b15801561079f57600080fd5b505af11580156107b3573d6000803e3d6000fd5b505050506040513d60208110156107c957600080fd5b50511280156107d8575060008a135b156108005760075460ff908116908716106107f657600394506107fb565b600194505b61088c565b8560ff166064141561081b578915156107fb5782935061088c565b60075460ff90811690871610610886578915156107fb57600160a060020a03881660009081526008602052604090206002810154600754600190920154909160649161010090910460ff160204039150828211610878578161087a565b825b9350600219945061088c565b60001994505b60008411156109aa57828411156108a257600080fd5b86600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b1580156108e057600080fd5b505af11580156108f4573d6000803e3d6000fd5b505050506040513d602081101561090a57600080fd5b5051600160a060020a03808a16600090815260086020526040808220600201805489019055519293509083169186156108fc0291879190818181858888f1935050505015801561095e573d6000803e3d6000fd5b5060408051600160a060020a0380841682528a16602082015280820186905290517f6fad978e8a2a7d154cdbeac8b127068f0cb03d8f2d585fe8087161308cc3dd1d9181900360600190a15b604080518b81526020810187905281517fb6c1c013bb5004fe8e943c6890e300ccedf9bd73dcd4eb291b31b9f96874feff929181900390910190a1841515610a2c57600160a060020a0388166000908152600860205260408120805460ff19908116825560018201839055600282019290925560030180549091169055610b91565b6000851215610b0f5786600160a060020a031663f2fde38b88600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610a8257600080fd5b505af1158015610a96573d6000803e3d6000fd5b505050506040513d6020811015610aac57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b158015610af257600080fd5b505af1158015610b06573d6000803e3d6000fd5b50505050610b91565b6000851315610b9157604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a0389169163f2fde38b91602480830192600092919082900301818387803b158015610b7857600080fd5b505af1158015610b8c573d6000803e3d6000fd5b505050505b509298975050505050505050565b600254600160a060020a0316321480610bc25750600254600160a060020a031633145b1515610bcd57600080fd5b600254600160a060020a0316ff5b6000816002191415610c0e57507f447261667420617070726f766564000000000000000000000000000000000000610c42565b8160031415610c3e57507f46696e616c20696e207265766965770000000000000000000000000000000000610c42565b5060005b919050565b7f46696e616c20696e20726576696577000000000000000000000000000000000081565b60055481565b600281565b600154600160a060020a03163214610c8d57600080fd5b600160a060020a0381161515610ca257600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b6000610cdb6114cb565b5060408051608081018252600080825260065460208084019182528385018381526001606086018181523386526008909352959093209351845460ff9190911660ff19918216178555915194840194909455905160028301559151600390910180549115159190921617905590565b600254600160a060020a031681565b600754610100900460ff1681565b33600081815260086020526040812060030154909190829060ff161515610d915760009250610eae565b81905030600160a060020a031681600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610ddc57600080fd5b505af1158015610df0573d6000803e3d6000fd5b505050506040513d6020811015610e0657600080fd5b5051600160a060020a03161415610e4957600160a060020a0382166000908152600860205260409020600281015460019091015414610e4457600080fd5b610e6f565b600160a060020a03821660009081526008602052604090206002015415610e6f57600080fd5b600160a060020a0382166000908152600860205260408120805460ff199081168255600182018390556002820183905560039091018054909116905592505b505090565b6002546000908190600160a060020a0316321480610edb5750600254600160a060020a031633145b1515610ee657600080fd5b50604080517ff2fde38b000000000000000000000000000000000000000000000000000000008152600160a060020a0384811660048301529151859283169163f2fde38b91602480830192600092919082900301818387803b158015610f4b57600080fd5b505af1158015610f5f573d6000803e3d6000fd5b50949695505050505050565b600354600160a060020a031681565b7f447261667420617070726f76656400000000000000000000000000000000000081565b600181565b600254600090600160a060020a0316321480610fc95750600254600160a060020a031633145b1515610fd457600080fd5b60069190915590565b600860205260009081526040902080546001820154600283015460039093015460ff9283169391921684565b600254600090600160a060020a031632148061102f5750600254600160a060020a031633145b151561103a57600080fd5b506007805461ff00191661010060ff9384168102919091179182905590041690565b600254600090600160a060020a03163214806110825750600254600160a060020a031633145b151561108d57600080fd5b506007805460ff191660ff92831617908190551690565b600160a060020a038116600090815260086020526040812060030154819060ff1615156110d057600080fd5b82905080600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561111157600080fd5b505af1158015611125573d6000803e3d6000fd5b505050506040513d602081101561113b57600080fd5b5051600160a060020a0316321461115157600080fd5b600160a060020a03831660009081526008602052604090206002015434101561117957600080fd5b600160a060020a03808416600090815260086020908152604080832060020183905580517f8280dd8f0000000000000000000000000000000000000000000000000000000081526000196004820152905193851693638280dd8f93602480840194938390030190829087803b1580156111f157600080fd5b505af1158015611205573d6000803e3d6000fd5b505050506040513d602081101561121b57600080fd5b5050604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523260048201529051600160a060020a0383169163f2fde38b91602480830192600092919082900301818387803b15801561127d57600080fd5b505af1158015611291573d6000803e3d6000fd5b5050505050919050565b600481565b600254600160a060020a03163214806112c35750600254600160a060020a031633145b15156112ce57600080fd5b600160a060020a03811615156112e357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600160a060020a0384166000818152600860209081526040808320805460ff191660ff881617905580517fb816f5130000000000000000000000000000000000000000000000000000000081529051929388938593849363b816f513926004808301939282900301818787803b15801561138b57600080fd5b505af115801561139f573d6000803e3d6000fd5b505050506040513d60208110156113b557600080fd5b50516040517f87e86b2c000000000000000000000000000000000000000000000000000000008152600160a060020a038a8116600483019081528a15156024840152606060448401908152895160648501528951949650918616936387e86b2c938d938d938c93909260840190602085019080838360005b8381101561144557818101518382015260200161142d565b50505050905090810190601f1680156114725780820380516001836020036101000a031916815260200191505b50945050505050602060405180830381600087803b15801561149357600080fd5b505af11580156114a7573d6000803e3d6000fd5b505050506040513d60208110156114bd57600080fd5b505198975050505050505050565b604080516080810182526000808252602082018190529181018290526060810191909152905600a165627a7a723058202884804d43a9a152fb3d67b3c22bd9c9f4e20b07cc2c89c3660aa73a4de314e60029"
          },
          "eluv.reviewApp": "reviewApp.html",
          "eluv.schema": [
            {
              "key": "name",
              "label": "Name",
              "type": "string"
            },
            {
              "fields": [
                {
                  "key": "title",
                  "label": "Title",
                  "type": "string"
                },
                {
                  "key": "synopsis",
                  "label": "Synopsis",
                  "type": "text"
                },
                {
                  "key": "cast_and_crew",
                  "label": "Cast and Crew",
                  "type": "string"
                }
              ],
              "flattenDisplay": true,
              "key": "metadata",
              "type": "object"
            },
            {
              "key": "blog_post",
              "label": "Blog Post",
              "type": "text"
            },
            {
              "fields": [
                {
                  "fields": [
                    {
                      "key": "1",
                      "label": "Text 1",
                      "type": "string"
                    },
                    {
                      "key": "2",
                      "label": "Text 2",
                      "type": "string"
                    }
                  ],
                  "flattenDisplay": true,
                  "key": "text",
                  "type": "object"
                }
              ],
              "key": "facebook",
              "label": "Facebook",
              "type": "object"
            },
            {
              "fields": [
                {
                  "fields": [
                    {
                      "key": "1",
                      "label": "Text 1",
                      "type": "string"
                    },
                    {
                      "key": "2",
                      "label": "Text 2",
                      "type": "string"
                    }
                  ],
                  "flattenDisplay": true,
                  "key": "text",
                  "type": "object"
                },
                {
                  "key": "description",
                  "label": "Description",
                  "type": "text"
                }
              ],
              "key": "youtube",
              "label": "YouTube",
              "type": "object"
            },
            {
              "accept": [
                "image/*"
              ],
              "key": "image",
              "label": "Primary Image",
              "preview": true,
              "type": "file"
            },
            {
              "accept": [
                "video/*"
              ],
              "key": "video",
              "label": "Full Video",
              "type": "file"
            },
            {
              "key": "preview_spacer",
              "label": "",
              "text": "",
              "type": "label"
            },
            {
              "accept": [
                "image/*"
              ],
              "key": "preview_image",
              "label": "Preview Image",
              "preview": true,
              "type": "file"
            },
            {
              "accept": [
                "video/*"
              ],
              "key": "preview_video",
              "label": "Preview Video",
              "type": "file"
            },
            {
              "key": "tag_spacer",
              "label": "",
              "text": "",
              "type": "label"
            },
            {
              "key": "tags",
              "label": "Tags",
              "type": "list"
            },
            {
              "key": "terms_and_conditions_label",
              "label": "",
              "text": "Before submitting this content, you must agree to the Terms and Conditions below",
              "type": "label"
            },
            {
              "filename": "Terms and Conditions.pdf",
              "hash": "hqp_QmUzs9ticwCsejnjdRrwHsThiNGvNytEFTVY21ZrNKKWAr",
              "key": "terms_and_conditions",
              "label": "Terms and Conditions",
              "type": "attachedFile"
            },
            {
              "key": "agree_to_terms",
              "label": "I agree",
              "required": true,
              "type": "boolean"
            }
          ],
          "files": {
            ".": {
              "type": "directory"
            },
            "reviewApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 206344
              }
            }
          },
          "mime-types": {
            "html": "text/html"
          },
          "name": "Submission"
        }
      },
      "iq__3ugM27TmKaK3aH5FhroqAGddFoty": {
        "id": "iq__3ugM27TmKaK3aH5FhroqAGddFoty",
        "hash": "hq__DxBV4QBDgXLYto9C4CuZ8Pwwo4JWQoufdCxFpHE58Koiqwm7Vg3SNywCWZL9RMHF77sR9aPskh",
        "name": "Campaign",
        "meta": {
          "custom_contract": {
            "abi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "percent",
                    "type": "uint8"
                  }
                ],
                "name": "setLibraryRetrocession",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "campaignLibraryAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "libraryRetrocession",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "campaign_library_address",
                    "type": "address"
                  }
                ],
                "name": "setCampaignLibraryAddress",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "market_place_address",
                    "type": "address"
                  }
                ],
                "name": "setMarketPlaceAddress",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "initializedAsCampaignMgr",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "marketPlaceAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ],
            "address": "0x8071af01e88a02afef5acaf47d95d1c6a415b53e",
            "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e4d677232303139303232323135333630304d4c6005556006805460ff191690556007805460a060020a60ff021916905560018054600160a060020a031990811632908117909255600280549091169091179055611fdd806100bc6000396000f3006080604052600436106101485763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f811461014a5780630f82c16f1461017b578063123e0e801461024057806317685953146102df5780633513a805146102ed57806341c0e1b5146102f8578063444814391461030d578063450804421461033e5780634edd676b1461035657806354fd4d501461036b5780636af27417146103805780636d2e4b1b1461039557806374cf29c2146103b65780637b1cdb3e146103cb5780638597a2a3146103d35780638da5cb5b146103f45780639e99bbea14610409578063af570c0414610411578063b535b03e14610426578063cc98ef961461043b578063d7f48c341461045c578063e870ed9114610485578063ed27107b14610495578063f185db0c146104aa578063f2fde38b146104bf575b005b34801561015657600080fd5b5061015f6104e0565b60408051600160a060020a039092168252519081900360200190f35b34801561018757600080fd5b5060408051602060046024803582810135848102808701860190975280865261021196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104ef9650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526102cd958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104fe9650505050505050565b60408051918252519081900360200190f35b6102cd600435602435610508565b6102cd600435610510565b34801561030457600080fd5b50610148610513565b34801561031957600080fd5b5061032860ff6004351661054f565b6040805160ff9092168252519081900360200190f35b34801561034a57600080fd5b506102cd600435610597565b34801561036257600080fd5b5061015f61059d565b34801561037757600080fd5b506102cd6105b1565b34801561038c57600080fd5b506103286105b7565b3480156103a157600080fd5b50610148600160a060020a03600435166105bc565b3480156103c257600080fd5b50610328610617565b6102cd610620565b3480156103df57600080fd5b50610148600160a060020a03600435166108c7565b34801561040057600080fd5b5061015f61092a565b6102cd610939565b34801561041d57600080fd5b5061015f61093e565b34801561043257600080fd5b5061032861094d565b34801561044757600080fd5b50610148600160a060020a0360043516610952565b34801561046857600080fd5b50610471610998565b604080519115158252519081900360200190f35b6102cd6004356024351515610508565b3480156104a157600080fd5b5061015f6109b9565b3480156104b657600080fd5b506103286109c8565b3480156104cb57600080fd5b50610148600160a060020a03600435166109cd565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a03163214806105365750600254600160a060020a031633145b151561054157600080fd5b600254600160a060020a0316ff5b600254600090600160a060020a03163214806105755750600254600160a060020a031633145b151561058057600080fd5b506006805460ff191660ff92831617908190551690565b50600090565b6006546101009004600160a060020a031681565b60055481565b600281565b600154600160a060020a031632146105d357600080fd5b600160a060020a03811615156105e857600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065460ff1681565b60075460009081908190819074010000000000000000000000000000000000000000900460ff16151561068b576007805474ff0000000000000000000000000000000000000000191674010000000000000000000000000000000000000000179055600093506108c1565b610693610a3f565b604051809103906000f0801580156106af573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350839163e53853039160248082019260009290919082900301818387803b15801561071757600080fd5b505af115801561072b573d6000803e3d6000fd5b5050600654604080517f4448143900000000000000000000000000000000000000000000000000000000815260ff909216600483015251869450600160a060020a03851693506344481439925060248083019260209291908290030181600087803b15801561079957600080fd5b505af11580156107ad573d6000803e3d6000fd5b505050506040513d60208110156107c357600080fd5b5050604080517f63c77f8f0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038316916363c77f8f91602480830192600092919082900301818387803b15801561082557600080fd5b505af1158015610839573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b1580156108a457600080fd5b505af11580156108b8573d6000803e3d6000fd5b50505050600093505b50505090565b600254600160a060020a03163214806108ea5750600254600160a060020a031633145b15156108f557600080fd5b60068054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600154600160a060020a0316321461096957600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60075474010000000000000000000000000000000000000000900460ff1681565b600754600160a060020a031681565b600481565b600254600160a060020a03163214806109f05750600254600160a060020a031633145b15156109fb57600080fd5b600160a060020a0381161515610a1057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60405161156280610a5083390190560060806040527f4f776e61626c6532303139303532383139333830304d4c00000000000000000060009081557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e32303139303331383130353130304d4c0000006005556006805460a060020a60ff021916905542600a55600b5560018054600160a060020a0319908116329081179092556002805490911690911790556114a7806100bb6000396000f3006080604052600436106101b65763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101b85780630b97bc86146101e95780630f82c16f146102105780630fb5a6b4146102d5578063123e0e80146102ea57806317685953146103775780631e1333fb1461038557806322f3e2d4146103bd578063309d1e40146103d25780633513a805146104185780633b917c301461042357806341c0e1b514610438578063444814391461044d578063450804421461047e57806346d5badb1461049657806354fd4d50146104ab57806363c77f8f146104c05780636af27417146104e15780636d2e4b1b146104f657806374cf29c21461051757806379d367ef1461052c5780637b1cdb3e1461054d5780638da5cb5b146105555780639dfa5d331461056a5780639e99bbea1461054d578063af570c041461057f578063b535b03e14610594578063c940c6b3146105a9578063cfefb3d5146105ca578063e177246e146105e2578063e870ed91146105fa578063f06148f21461060a578063f185db0c1461062e578063f2fde38b14610643578063f34da3c014610664575b005b3480156101c457600080fd5b506101cd61067c565b60408051600160a060020a039092168252519081900360200190f35b3480156101f557600080fd5b506101fe61068b565b60408051918252519081900360200190f35b34801561021c57600080fd5b506040805160206004602480358281013584810280870186019097528086526102a696843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106919650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102e157600080fd5b506101fe6106a0565b60408051602060046044358181013583810280860185019096528085526101fe958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106a69650505050505050565b6101fe6004356024356106b0565b34801561039157600080fd5b506103a9600160a060020a03600435166024356106b8565b604080519115158252519081900360200190f35b3480156103c957600080fd5b506103a96107eb565b3480156103de57600080fd5b506103f3600160a060020a036004351661081f565b604080519384526020840192909252600090810b900b82820152519081900360600190f35b6101fe600435610840565b34801561042f57600080fd5b506101cd610843565b34801561044457600080fd5b506101b6610852565b34801561045957600080fd5b5061046860ff6004351661088e565b6040805160ff9092168252519081900360200190f35b34801561048a57600080fd5b506101fe6004356108f0565b3480156104a257600080fd5b506101fe6108f6565b3480156104b757600080fd5b506101fe6108fc565b3480156104cc57600080fd5b506101b6600160a060020a0360043516610902565b3480156104ed57600080fd5b50610468610948565b34801561050257600080fd5b506101b6600160a060020a036004351661094d565b34801561052357600080fd5b506104686109a8565b34801561053857600080fd5b506103a9600160a060020a03600435166109c9565b6101fe610b73565b34801561056157600080fd5b506101cd610b78565b34801561057657600080fd5b506101fe610b87565b34801561058b57600080fd5b506101cd610bc2565b3480156105a057600080fd5b50610468610bd1565b3480156105b557600080fd5b506101fe600435602435604435606435610bd6565b3480156105d657600080fd5b506103a9600435610c24565b3480156105ee57600080fd5b506101fe60043561131e565b6101fe60043560243515156106b0565b34801561061657600080fd5b506103a9600160a060020a036004351660243561135f565b34801561063a57600080fd5b506104686113b8565b34801561064f57600080fd5b506101b6600160a060020a03600435166113bd565b34801561067057600080fd5b506101cd60043561142f565b600154600160a060020a031681565b600a5481565b60076000808093509350935093565b600b5481565b6000949350505050565b600092915050565b60006106c2611457565b600254600090600160a060020a03163214806106e85750600254600160a060020a031633145b15156106f357600080fd5b50506040805160608101825283815260006020808301829052600183850152600160a060020a038716825260079052918220600281015491929091810b900b151561079b5760088054600180820183556000929092527ff3f7a9fe364faab93b216da50a3214154f22a0a2b415b23a84c8169e8b636ee301805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0388161790556009805490910190555b50600160a060020a039390931660009081526007602090815260408083208651815591860151600180840191909155950151600290910180549190920b60ff1660ff199091161790555090919050565b600a546000904290811015610803576000915061081b565b600b541580610818575080600b54600a540110155b91505b5090565b60076020526000908152604081208054600182015460029092015490920b83565b90565b600654600160a060020a031681565b600254600160a060020a03163214806108755750600254600160a060020a031633145b151561088057600080fd5b600254600160a060020a0316ff5b600154600090600160a060020a031632146108a857600080fd5b506006805474ff000000000000000000000000000000000000000019167401000000000000000000000000000000000000000060ff9384168102919091179182905590041690565b50600090565b60095481565b60055481565b600154600160a060020a0316321461091957600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600281565b600154600160a060020a0316321461096457600080fd5b600160a060020a038116151561097957600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065474010000000000000000000000000000000000000000900460ff1681565b6002546000908190600160a060020a03163214806109f15750600254600160a060020a031633145b15156109fc57600080fd5b50600160a060020a038216600090815260076020526040812081815560018101829055600201805460ff191690555b600954811015610b685782600160a060020a0316600882815481101515610a4e57fe5b600091825260209091200154600160a060020a03161415610b60576008805482908110610a7757fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff19169055600954600019018114610b4d576008600160095403815481101515610abe57fe5b60009182526020909120015460088054600160a060020a039092169183908110610ae457fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a031602179055506008600160095403815481101515610b2657fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff191690555b6009805460001901905560019150610b6d565b600101610a2b565b600091505b50919050565b600090565b600254600160a060020a031681565b600254600090600160a060020a0316321480610bad5750600254600160a060020a031633145b1515610bb857600080fd5b5042600a81905590565b600354600160a060020a031681565b600181565b600254600090600160a060020a0316321480610bfc5750600254600160a060020a031633145b1515610c0757600080fd5b50603c60188502840181028301028101600b819055949350505050565b6000806000806000806000806000610c3a6107eb565b1515610c4557600080fd5b604080517f0e0a0d74000000000000000000000000000000000000000000000000000000008152600481018c905290513399508991630e0a0d749160248083019260209291908290030181600087803b158015610ca157600080fd5b505af1158015610cb5573d6000803e3d6000fd5b505050506040513d6020811015610ccb57600080fd5b5051604080517f98980081000000000000000000000000000000000000000000000000000000008152600481018d90529051919850600160a060020a038a16916398980081916024808201926020929091908290030181600087803b158015610d3357600080fd5b505af1158015610d47573d6000803e3d6000fd5b505050506040513d6020811015610d5d57600080fd5b5051604080517f2310167f00000000000000000000000000000000000000000000000000000000815290519197508796503391600160a060020a03881691632310167f9160048083019260209291908290030181600087803b158015610dc257600080fd5b505af1158015610dd6573d6000803e3d6000fd5b505050506040513d6020811015610dec57600080fd5b5051600160a060020a031614610e0157600080fd5b604080517f7afc54d4000000000000000000000000000000000000000000000000000000008152600481018c905290513291600160a060020a038b1691637afc54d4916024808201926020929091908290030181600087803b158015610e6657600080fd5b505af1158015610e7a573d6000803e3d6000fd5b505050506040513d6020811015610e9057600080fd5b5051600160a060020a031614610ea557600080fd5b600160a060020a03861660009081526007602052604081206002810154909550810b900b600114610ed557600080fd5b83541580610eea575060018401548454038711155b1515610ef557600080fd5b600180850154600160a060020a0388166000908152600760205260409020908901910155835415801590610f4457508354600160a060020a038716600090815260076020526040902060010154145b15610f7057600160a060020a0386166000908152600760205260409020600201805460ff191660ff1790555b60065474010000000000000000000000000000000000000000900460ff1660648804029250821561127157604080517f5cc15001000000000000000000000000000000000000000000000000000000008152600481018c90529051600160a060020a038a1691635cc150019160248083019260209291908290030181600087803b158015610ffd57600080fd5b505af1158015611011573d6000803e3d6000fd5b505050506040513d602081101561102757600080fd5b5051604080517fb816f5130000000000000000000000000000000000000000000000000000000081529051919350600160a060020a0384169163b816f513916004808201926020929091908290030181600087803b15801561108857600080fd5b505af115801561109c573d6000803e3d6000fd5b505050506040513d60208110156110b257600080fd5b5051604080517f8da5cb5b0000000000000000000000000000000000000000000000000000000081529051919250600160a060020a03831691638da5cb5b916004808201926020929091908290030181600087803b15801561111357600080fd5b505af1158015611127573d6000803e3d6000fd5b505050506040513d602081101561113d57600080fd5b5051604051600160a060020a039091169084156108fc029085906000818181858888f19350505050158015611176573d6000803e3d6000fd5b507f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a81600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b1580156111ef57600080fd5b505af1158015611203573d6000803e3d6000fd5b505050506040513d602081101561121957600080fd5b505160408051600160a060020a0390921660208301528181018690526060808352600c908301527f526574726f63657373696f6e00000000000000000000000000000000000000006080830152519081900360a00190a15b604051329084890380156108fc02916000818181858888f1935050505015801561129f573d6000803e3d6000fd5b50604080513260208201528489038183015260608082526006908201527f5265776172640000000000000000000000000000000000000000000000000000608082015290517f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a9181900360a00190a15060019998505050505050505050565b600254600090600160a060020a03163214806113445750600254600160a060020a031633145b151561134f57600080fd5b50600a8054820190819055919050565b60008061136a6107eb565b151561137557600080fd5b50600160a060020a0383166000908152600760205260409020805415806113a3575060018101548154038311155b15156113ae57600080fd5b5060019392505050565b600481565b600254600160a060020a03163214806113e05750600254600160a060020a031633145b15156113eb57600080fd5b600160a060020a038116151561140057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600880548290811061143d57fe5b600091825260209091200154600160a060020a0316905081565b60606040519081016040528060008152602001600081526020016000800b815250905600a165627a7a72305820becc96e99c6926cb052edc800d780fc74a533f9dde4b797cc7e4642f277fd1cc0029a165627a7a72305820ba38a2c5cfdcbb681408b1b80cb36cc3bffae73072fe02d8f38e737a771587ef0029",
            "factoryAbi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "percent",
                    "type": "uint8"
                  }
                ],
                "name": "setLibraryRetrocession",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "campaignLibraryAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "libraryRetrocession",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "campaign_library_address",
                    "type": "address"
                  }
                ],
                "name": "setCampaignLibraryAddress",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "market_place_address",
                    "type": "address"
                  }
                ],
                "name": "setMarketPlaceAddress",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "initializedAsCampaignMgr",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "marketPlaceAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ]
          },
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  2
                ],
                "size": 40858
              }
            },
            "elv-apps.css": {
              ".": {
                "parts": [
                  4
                ],
                "size": 37627
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  3
                ],
                "size": 40858
              }
            }
          },
          "mime-types": {
            "css": "text/css",
            "html": "text/html"
          },
          "name": "Campaign"
        }
      },
      "iq__ruJTQUEiuvWwP5VV6z7A39j5pkr": {
        "id": "iq__ruJTQUEiuvWwP5VV6z7A39j5pkr",
        "hash": "hq__pbFJL9TRrNHx2oyqQ92Qs6UTxMuGv1on8wmfmFCf7NbfVerp6HftZuck4m4PntNzCfosVPhhk",
        "name": "Campaign Manager",
        "meta": {
          "bitcode_part": "hqp_S1k59TTzCt9WStMWFEr91onr3vJm5iwKRjWSQqhyAuxYNTww",
          "custom_contract": {
            "abi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ],
            "address": "0xfb8b470b7577efad41c15598cb2e9380b473ace3",
            "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d67724d61726b6574506c61636532303139303232323135333730304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055612887806100a26000396000f3006080604052600436106100e25763ffffffff60e060020a60003504166302d05d3f81146100e45780630f82c16f14610115578063123e0e80146101da57806317685953146102795780633513a8051461028757806341c0e1b51461029257806345080442146102a757806354fd4d50146102bf5780636af27417146102d45780636d2e4b1b146102ff5780637b1cdb3e146103205780638da5cb5b146103285780639e99bbea1461033d578063af570c0414610345578063b535b03e1461035a578063e870ed911461036f578063f185db0c1461037f578063f2fde38b14610394575b005b3480156100f057600080fd5b506100f96103b5565b60408051600160a060020a039092168252519081900360200190f35b34801561012157600080fd5b506040805160206004602480358281013584810280870186019097528086526101ab96843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103c49650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b6040805160206004604435818101358381028086018501909652808552610267958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103d39650505050505050565b60408051918252519081900360200190f35b6102676004356024356103dd565b6102676004356103e5565b34801561029e57600080fd5b506100e26103e8565b3480156102b357600080fd5b50610267600435610424565b3480156102cb57600080fd5b5061026761042a565b3480156102e057600080fd5b506102e9610430565b6040805160ff9092168252519081900360200190f35b34801561030b57600080fd5b506100e2600160a060020a0360043516610435565b610267610490565b34801561033457600080fd5b506100f9610713565b610267610722565b34801561035157600080fd5b506100f9610727565b34801561036657600080fd5b506102e9610736565b61026760043560243515156103dd565b34801561038b57600080fd5b506102e961073b565b3480156103a057600080fd5b506100e2600160a060020a0360043516610740565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a031632148061040b5750600254600160a060020a031633145b151561041657600080fd5b600254600160a060020a0316ff5b50600090565b60055481565b600281565b600154600160a060020a0316321461044c57600080fd5b600160a060020a038116151561046157600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60008060008061049e6107b2565b604051809103906000f0801580156104ba573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350849250839163e53853039160248082019260009290919082900301818387803b15801561052557600080fd5b505af1158015610539573d6000803e3d6000fd5b5050604080517fcc98ef960000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038516935063cc98ef969250602480830192600092919082900301818387803b15801561059d57600080fd5b505af11580156105b1573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b15801561061c57600080fd5b505af1158015610630573d6000803e3d6000fd5b5050505080600160a060020a031663f2fde38b83600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561068157600080fd5b505af1158015610695573d6000803e3d6000fd5b505050506040513d60208110156106ab57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b1580156106f157600080fd5b505af1158015610705573d6000803e3d6000fd5b505050506000935050505090565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600481565b600254600160a060020a03163214806107635750600254600160a060020a031633145b151561076e57600080fd5b600160a060020a038116151561078357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b604051612099806107c383390190560060806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e4d677232303139303232323135333630304d4c6005556006805460ff191690556007805460a060020a60ff021916905560018054600160a060020a031990811632908117909255600280549091169091179055611fdd806100bc6000396000f3006080604052600436106101485763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f811461014a5780630f82c16f1461017b578063123e0e801461024057806317685953146102df5780633513a805146102ed57806341c0e1b5146102f8578063444814391461030d578063450804421461033e5780634edd676b1461035657806354fd4d501461036b5780636af27417146103805780636d2e4b1b1461039557806374cf29c2146103b65780637b1cdb3e146103cb5780638597a2a3146103d35780638da5cb5b146103f45780639e99bbea14610409578063af570c0414610411578063b535b03e14610426578063cc98ef961461043b578063d7f48c341461045c578063e870ed9114610485578063ed27107b14610495578063f185db0c146104aa578063f2fde38b146104bf575b005b34801561015657600080fd5b5061015f6104e0565b60408051600160a060020a039092168252519081900360200190f35b34801561018757600080fd5b5060408051602060046024803582810135848102808701860190975280865261021196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104ef9650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526102cd958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104fe9650505050505050565b60408051918252519081900360200190f35b6102cd600435602435610508565b6102cd600435610510565b34801561030457600080fd5b50610148610513565b34801561031957600080fd5b5061032860ff6004351661054f565b6040805160ff9092168252519081900360200190f35b34801561034a57600080fd5b506102cd600435610597565b34801561036257600080fd5b5061015f61059d565b34801561037757600080fd5b506102cd6105b1565b34801561038c57600080fd5b506103286105b7565b3480156103a157600080fd5b50610148600160a060020a03600435166105bc565b3480156103c257600080fd5b50610328610617565b6102cd610620565b3480156103df57600080fd5b50610148600160a060020a03600435166108c7565b34801561040057600080fd5b5061015f61092a565b6102cd610939565b34801561041d57600080fd5b5061015f61093e565b34801561043257600080fd5b5061032861094d565b34801561044757600080fd5b50610148600160a060020a0360043516610952565b34801561046857600080fd5b50610471610998565b604080519115158252519081900360200190f35b6102cd6004356024351515610508565b3480156104a157600080fd5b5061015f6109b9565b3480156104b657600080fd5b506103286109c8565b3480156104cb57600080fd5b50610148600160a060020a03600435166109cd565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a03163214806105365750600254600160a060020a031633145b151561054157600080fd5b600254600160a060020a0316ff5b600254600090600160a060020a03163214806105755750600254600160a060020a031633145b151561058057600080fd5b506006805460ff191660ff92831617908190551690565b50600090565b6006546101009004600160a060020a031681565b60055481565b600281565b600154600160a060020a031632146105d357600080fd5b600160a060020a03811615156105e857600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065460ff1681565b60075460009081908190819074010000000000000000000000000000000000000000900460ff16151561068b576007805474ff0000000000000000000000000000000000000000191674010000000000000000000000000000000000000000179055600093506108c1565b610693610a3f565b604051809103906000f0801580156106af573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350839163e53853039160248082019260009290919082900301818387803b15801561071757600080fd5b505af115801561072b573d6000803e3d6000fd5b5050600654604080517f4448143900000000000000000000000000000000000000000000000000000000815260ff909216600483015251869450600160a060020a03851693506344481439925060248083019260209291908290030181600087803b15801561079957600080fd5b505af11580156107ad573d6000803e3d6000fd5b505050506040513d60208110156107c357600080fd5b5050604080517f63c77f8f0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038316916363c77f8f91602480830192600092919082900301818387803b15801561082557600080fd5b505af1158015610839573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b1580156108a457600080fd5b505af11580156108b8573d6000803e3d6000fd5b50505050600093505b50505090565b600254600160a060020a03163214806108ea5750600254600160a060020a031633145b15156108f557600080fd5b60068054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600154600160a060020a0316321461096957600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60075474010000000000000000000000000000000000000000900460ff1681565b600754600160a060020a031681565b600481565b600254600160a060020a03163214806109f05750600254600160a060020a031633145b15156109fb57600080fd5b600160a060020a0381161515610a1057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60405161156280610a5083390190560060806040527f4f776e61626c6532303139303532383139333830304d4c00000000000000000060009081557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e32303139303331383130353130304d4c0000006005556006805460a060020a60ff021916905542600a55600b5560018054600160a060020a0319908116329081179092556002805490911690911790556114a7806100bb6000396000f3006080604052600436106101b65763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101b85780630b97bc86146101e95780630f82c16f146102105780630fb5a6b4146102d5578063123e0e80146102ea57806317685953146103775780631e1333fb1461038557806322f3e2d4146103bd578063309d1e40146103d25780633513a805146104185780633b917c301461042357806341c0e1b514610438578063444814391461044d578063450804421461047e57806346d5badb1461049657806354fd4d50146104ab57806363c77f8f146104c05780636af27417146104e15780636d2e4b1b146104f657806374cf29c21461051757806379d367ef1461052c5780637b1cdb3e1461054d5780638da5cb5b146105555780639dfa5d331461056a5780639e99bbea1461054d578063af570c041461057f578063b535b03e14610594578063c940c6b3146105a9578063cfefb3d5146105ca578063e177246e146105e2578063e870ed91146105fa578063f06148f21461060a578063f185db0c1461062e578063f2fde38b14610643578063f34da3c014610664575b005b3480156101c457600080fd5b506101cd61067c565b60408051600160a060020a039092168252519081900360200190f35b3480156101f557600080fd5b506101fe61068b565b60408051918252519081900360200190f35b34801561021c57600080fd5b506040805160206004602480358281013584810280870186019097528086526102a696843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106919650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102e157600080fd5b506101fe6106a0565b60408051602060046044358181013583810280860185019096528085526101fe958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106a69650505050505050565b6101fe6004356024356106b0565b34801561039157600080fd5b506103a9600160a060020a03600435166024356106b8565b604080519115158252519081900360200190f35b3480156103c957600080fd5b506103a96107eb565b3480156103de57600080fd5b506103f3600160a060020a036004351661081f565b604080519384526020840192909252600090810b900b82820152519081900360600190f35b6101fe600435610840565b34801561042f57600080fd5b506101cd610843565b34801561044457600080fd5b506101b6610852565b34801561045957600080fd5b5061046860ff6004351661088e565b6040805160ff9092168252519081900360200190f35b34801561048a57600080fd5b506101fe6004356108f0565b3480156104a257600080fd5b506101fe6108f6565b3480156104b757600080fd5b506101fe6108fc565b3480156104cc57600080fd5b506101b6600160a060020a0360043516610902565b3480156104ed57600080fd5b50610468610948565b34801561050257600080fd5b506101b6600160a060020a036004351661094d565b34801561052357600080fd5b506104686109a8565b34801561053857600080fd5b506103a9600160a060020a03600435166109c9565b6101fe610b73565b34801561056157600080fd5b506101cd610b78565b34801561057657600080fd5b506101fe610b87565b34801561058b57600080fd5b506101cd610bc2565b3480156105a057600080fd5b50610468610bd1565b3480156105b557600080fd5b506101fe600435602435604435606435610bd6565b3480156105d657600080fd5b506103a9600435610c24565b3480156105ee57600080fd5b506101fe60043561131e565b6101fe60043560243515156106b0565b34801561061657600080fd5b506103a9600160a060020a036004351660243561135f565b34801561063a57600080fd5b506104686113b8565b34801561064f57600080fd5b506101b6600160a060020a03600435166113bd565b34801561067057600080fd5b506101cd60043561142f565b600154600160a060020a031681565b600a5481565b60076000808093509350935093565b600b5481565b6000949350505050565b600092915050565b60006106c2611457565b600254600090600160a060020a03163214806106e85750600254600160a060020a031633145b15156106f357600080fd5b50506040805160608101825283815260006020808301829052600183850152600160a060020a038716825260079052918220600281015491929091810b900b151561079b5760088054600180820183556000929092527ff3f7a9fe364faab93b216da50a3214154f22a0a2b415b23a84c8169e8b636ee301805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0388161790556009805490910190555b50600160a060020a039390931660009081526007602090815260408083208651815591860151600180840191909155950151600290910180549190920b60ff1660ff199091161790555090919050565b600a546000904290811015610803576000915061081b565b600b541580610818575080600b54600a540110155b91505b5090565b60076020526000908152604081208054600182015460029092015490920b83565b90565b600654600160a060020a031681565b600254600160a060020a03163214806108755750600254600160a060020a031633145b151561088057600080fd5b600254600160a060020a0316ff5b600154600090600160a060020a031632146108a857600080fd5b506006805474ff000000000000000000000000000000000000000019167401000000000000000000000000000000000000000060ff9384168102919091179182905590041690565b50600090565b60095481565b60055481565b600154600160a060020a0316321461091957600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600281565b600154600160a060020a0316321461096457600080fd5b600160a060020a038116151561097957600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065474010000000000000000000000000000000000000000900460ff1681565b6002546000908190600160a060020a03163214806109f15750600254600160a060020a031633145b15156109fc57600080fd5b50600160a060020a038216600090815260076020526040812081815560018101829055600201805460ff191690555b600954811015610b685782600160a060020a0316600882815481101515610a4e57fe5b600091825260209091200154600160a060020a03161415610b60576008805482908110610a7757fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff19169055600954600019018114610b4d576008600160095403815481101515610abe57fe5b60009182526020909120015460088054600160a060020a039092169183908110610ae457fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a031602179055506008600160095403815481101515610b2657fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff191690555b6009805460001901905560019150610b6d565b600101610a2b565b600091505b50919050565b600090565b600254600160a060020a031681565b600254600090600160a060020a0316321480610bad5750600254600160a060020a031633145b1515610bb857600080fd5b5042600a81905590565b600354600160a060020a031681565b600181565b600254600090600160a060020a0316321480610bfc5750600254600160a060020a031633145b1515610c0757600080fd5b50603c60188502840181028301028101600b819055949350505050565b6000806000806000806000806000610c3a6107eb565b1515610c4557600080fd5b604080517f0e0a0d74000000000000000000000000000000000000000000000000000000008152600481018c905290513399508991630e0a0d749160248083019260209291908290030181600087803b158015610ca157600080fd5b505af1158015610cb5573d6000803e3d6000fd5b505050506040513d6020811015610ccb57600080fd5b5051604080517f98980081000000000000000000000000000000000000000000000000000000008152600481018d90529051919850600160a060020a038a16916398980081916024808201926020929091908290030181600087803b158015610d3357600080fd5b505af1158015610d47573d6000803e3d6000fd5b505050506040513d6020811015610d5d57600080fd5b5051604080517f2310167f00000000000000000000000000000000000000000000000000000000815290519197508796503391600160a060020a03881691632310167f9160048083019260209291908290030181600087803b158015610dc257600080fd5b505af1158015610dd6573d6000803e3d6000fd5b505050506040513d6020811015610dec57600080fd5b5051600160a060020a031614610e0157600080fd5b604080517f7afc54d4000000000000000000000000000000000000000000000000000000008152600481018c905290513291600160a060020a038b1691637afc54d4916024808201926020929091908290030181600087803b158015610e6657600080fd5b505af1158015610e7a573d6000803e3d6000fd5b505050506040513d6020811015610e9057600080fd5b5051600160a060020a031614610ea557600080fd5b600160a060020a03861660009081526007602052604081206002810154909550810b900b600114610ed557600080fd5b83541580610eea575060018401548454038711155b1515610ef557600080fd5b600180850154600160a060020a0388166000908152600760205260409020908901910155835415801590610f4457508354600160a060020a038716600090815260076020526040902060010154145b15610f7057600160a060020a0386166000908152600760205260409020600201805460ff191660ff1790555b60065474010000000000000000000000000000000000000000900460ff1660648804029250821561127157604080517f5cc15001000000000000000000000000000000000000000000000000000000008152600481018c90529051600160a060020a038a1691635cc150019160248083019260209291908290030181600087803b158015610ffd57600080fd5b505af1158015611011573d6000803e3d6000fd5b505050506040513d602081101561102757600080fd5b5051604080517fb816f5130000000000000000000000000000000000000000000000000000000081529051919350600160a060020a0384169163b816f513916004808201926020929091908290030181600087803b15801561108857600080fd5b505af115801561109c573d6000803e3d6000fd5b505050506040513d60208110156110b257600080fd5b5051604080517f8da5cb5b0000000000000000000000000000000000000000000000000000000081529051919250600160a060020a03831691638da5cb5b916004808201926020929091908290030181600087803b15801561111357600080fd5b505af1158015611127573d6000803e3d6000fd5b505050506040513d602081101561113d57600080fd5b5051604051600160a060020a039091169084156108fc029085906000818181858888f19350505050158015611176573d6000803e3d6000fd5b507f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a81600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b1580156111ef57600080fd5b505af1158015611203573d6000803e3d6000fd5b505050506040513d602081101561121957600080fd5b505160408051600160a060020a0390921660208301528181018690526060808352600c908301527f526574726f63657373696f6e00000000000000000000000000000000000000006080830152519081900360a00190a15b604051329084890380156108fc02916000818181858888f1935050505015801561129f573d6000803e3d6000fd5b50604080513260208201528489038183015260608082526006908201527f5265776172640000000000000000000000000000000000000000000000000000608082015290517f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a9181900360a00190a15060019998505050505050505050565b600254600090600160a060020a03163214806113445750600254600160a060020a031633145b151561134f57600080fd5b50600a8054820190819055919050565b60008061136a6107eb565b151561137557600080fd5b50600160a060020a0383166000908152600760205260409020805415806113a3575060018101548154038311155b15156113ae57600080fd5b5060019392505050565b600481565b600254600160a060020a03163214806113e05750600254600160a060020a031633145b15156113eb57600080fd5b600160a060020a038116151561140057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600880548290811061143d57fe5b600091825260209091200154600160a060020a0316905081565b60606040519081016040528060008152602001600081526020016000800b815250905600a165627a7a72305820becc96e99c6926cb052edc800d780fc74a533f9dde4b797cc7e4642f277fd1cc0029a165627a7a72305820ba38a2c5cfdcbb681408b1b80cb36cc3bffae73072fe02d8f38e737a771587ef0029a165627a7a72305820ed3afe68d298bebb00ddd5a9cbd8eb2d90fa41722b907caa3208d04dd38cb2c80029",
            "factoryAbi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "percent",
                    "type": "uint8"
                  }
                ],
                "name": "setLibraryRetrocession",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "campaignLibraryAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "libraryRetrocession",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "campaign_library_address",
                    "type": "address"
                  }
                ],
                "name": "setCampaignLibraryAddress",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "market_place_address",
                    "type": "address"
                  }
                ],
                "name": "setMarketPlaceAddress",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "initializedAsCampaignMgr",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "marketPlaceAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ]
          },
          "eluv-fb.parts": {
            "adsmanager.bc": "hqp_S1k59TTzCt9WStMWFEr91onr3vJm5iwKRjWSQqhyAuxYNTww"
          },
          "eluv.description": "",
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  5
                ],
                "size": 39752
              }
            },
            "elv-apps.css": {
              ".": {
                "parts": [
                  4
                ],
                "size": 37627
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  6
                ],
                "size": 39752
              }
            }
          },
          "mime-types": {
            "css": "text/css",
            "html": "text/html"
          },
          "name": "Campaign Manager"
        }
      },
      "iq__3syfVBh2A9tvygGHPetwggkfDwtn": {
        "id": "iq__3syfVBh2A9tvygGHPetwggkfDwtn",
        "hash": "hq__4jZawSWs4KXLgbUA1HZJdSwJseW3k9wTqaG1c53jf3qycxf1v38bHPnrs4RVoexgG6XdYfcdwp",
        "name": "Sponsored Content ABR Master",
        "meta": {
          "bitcode_flags": "abrmaster",
          "bitcode_format": "builtin",
          "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
          "custom_contract": {
            "abi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "validateAvailability",
                "outputs": [],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "score_pct",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "preset_access_charge",
                    "type": "uint256"
                  }
                ],
                "name": "setPresetAccessCharge",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "mandatoryPresetAccessCharge",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "campaign_manager",
                    "type": "address"
                  }
                ],
                "name": "setCampaignManager",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "mandatory_preset_access_charge",
                    "type": "bool"
                  }
                ],
                "name": "setMandatoryPresetAccessCharge",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "commercialOfferingManagerAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "region",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "commercial_offering_manager_address",
                    "type": "address"
                  }
                ],
                "name": "setCommercialOfferingManagerAddress",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "r",
                    "type": "address"
                  }
                ],
                "name": "setRegion",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "mandatory_sponsoring",
                    "type": "bool"
                  }
                ],
                "name": "setMandatorySponsoring",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "content",
                    "type": "address"
                  },
                  {
                    "name": "accessor",
                    "type": "address"
                  }
                ],
                "name": "isAvailable",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "content",
                    "type": "address"
                  },
                  {
                    "name": "sd",
                    "type": "bool"
                  },
                  {
                    "name": "hd",
                    "type": "bool"
                  },
                  {
                    "name": "start",
                    "type": "uint256"
                  },
                  {
                    "name": "end",
                    "type": "uint256"
                  },
                  {
                    "name": "r",
                    "type": "address"
                  }
                ],
                "name": "setAvailability",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "name": "availability",
                "outputs": [
                  {
                    "name": "clearedSD",
                    "type": "bool"
                  },
                  {
                    "name": "clearedHD",
                    "type": "bool"
                  },
                  {
                    "name": "startDate",
                    "type": "uint256"
                  },
                  {
                    "name": "endDate",
                    "type": "uint256"
                  },
                  {
                    "name": "region",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "presetAccessCharge",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "mandatorySponsoring",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "campaignManager",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ],
            "address": "0x6539608cc2e3b8328f7795e506c4b2f5aac17d47",
            "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f666665726e6732303139303531303135323330304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055610e0a806100a26000396000f3006080604052600436106101ab5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101ad5780630f82c16f146101de578063112d0d32146102a3578063123e0e80146102b85780631768595314610357578063198e76711461036557806329ed61371461037d5780633513a805146103a657806335b979ca146103b1578063409fa286146103d257806341c0e1b5146103ec57806345080442146104015780634c937386146104195780635062d68d1461042e57806354fd4d5014610443578063564fb18d146104585780635661d186146104795780636a9719b11461049a5780636af27417146104b45780636d2e4b1b146104df5780637b1cdb3e146105005780638da5cb5b1461050857806391357d4b1461051d5780639e99bbea14610500578063a7b4a4df14610544578063ab3a74251461057f578063af570c04146105d6578063af75d38f146105eb578063b2041a1514610600578063b535b03e14610615578063e870ed911461062a578063f185db0c1461063a578063f2fde38b1461064f578063fb5e76e614610670575b005b3480156101b957600080fd5b506101c2610685565b60408051600160a060020a039092168252519081900360200190f35b3480156101ea57600080fd5b5060408051602060046024803582810135848102808701860190975280865261027496843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106949650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102af57600080fd5b506101ab61071d565b6040805160206004604435818101358381028086018501909652808552610345958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506107369650505050505050565b60408051918252519081900360200190f35b610345600435602435610754565b34801561037157600080fd5b506101ab600435610770565b34801561038957600080fd5b506103926107a3565b604080519115158252519081900360200190f35b6103456004356107ac565b3480156103bd57600080fd5b506101ab600160a060020a03600435166107af565b3480156103de57600080fd5b506101ab600435151561080c565b3480156103f857600080fd5b506101ab61084d565b34801561040d57600080fd5b50610345600435610889565b34801561042557600080fd5b506101c261088f565b34801561043a57600080fd5b506101c261089e565b34801561044f57600080fd5b506103456108b2565b34801561046457600080fd5b506101ab600160a060020a03600435166108b8565b34801561048557600080fd5b506101ab600160a060020a03600435166108fe565b3480156104a657600080fd5b506101ab6004351515610961565b3480156104c057600080fd5b506104c96109cf565b6040805160ff9092168252519081900360200190f35b3480156104eb57600080fd5b506101ab600160a060020a03600435166109d4565b610345610a2f565b34801561051457600080fd5b506101c2610a34565b34801561052957600080fd5b506104c9600160a060020a0360043581169060243516610a43565b34801561055057600080fd5b506101ab600160a060020a03600435811690602435151590604435151590606435906084359060a43516610b6a565b34801561058b57600080fd5b506105a0600160a060020a0360043516610cda565b6040805195151586529315156020860152848401929092526060840152600160a060020a03166080830152519081900360a00190f35b3480156105e257600080fd5b506101c2610d15565b3480156105f757600080fd5b50610345610d24565b34801561060c57600080fd5b50610392610d2a565b34801561062157600080fd5b506104c9610d4b565b6103456004356024351515610d50565b34801561064657600080fd5b506104c9610d58565b34801561065b57600080fd5b506101ab600160a060020a0360043516610d5d565b34801561067c57600080fd5b506101c2610dcf565b600154600160a060020a031681565b60008080808060ff881615156106b65760009450849350839250829150610713565b6106c03332610a43565b905060ff8116156106de576002945092506000915081905082610713565b60095460ff16151560011415610704576008546002955090935060009250905082610713565b60079450600093508392508291505b5093509350935093565b6107273332610a43565b60ff161561073457600080fd5b565b600060ff8416156107495761074961071d565b506000949350505050565b6000605f82106107665750600061076a565b5060015b92915050565b600254600160a060020a03163214806107935750600254600160a060020a031633145b151561079e57600080fd5b600855565b60095460ff1681565b90565b600254600160a060020a03163214806107d25750600254600160a060020a031633145b15156107dd57600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a031632148061082f5750600254600160a060020a031633145b151561083a57600080fd5b6009805460ff1916911515919091179055565b600254600160a060020a03163214806108705750600254600160a060020a031633145b151561087b57600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b6009546101009004600160a060020a031681565b60055481565b600154600160a060020a031632146108cf57600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a03163214806109215750600254600160a060020a031633145b151561092c57600080fd5b60098054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a03163214806109845750600254600160a060020a031633145b151561098f57600080fd5b60078054911515740100000000000000000000000000000000000000000274ff000000000000000000000000000000000000000019909216919091179055565b600281565b600154600160a060020a031632146109eb57600080fd5b600160a060020a0381161515610a0057600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090565b600254600160a060020a031681565b600160a060020a038083166000908152600a602052604081206009549192839261010090041682811515610a82576003830154600160a060020a031691505b600160a060020a03821615610b2e5750604080517f95a078e8000000000000000000000000000000000000000000000000000000008152600160a060020a038781166004830152915183928316916395a078e89160248083019260209291908290030181600087803b158015610af757600080fd5b505af1158015610b0b573d6000803e3d6000fd5b505050506040513d6020811015610b2157600080fd5b50511515610b2e57600a93505b4283600101541115610b3f57601493505b600283015415801590610b555750428360020154105b15610b5f57601e93505b509195945050505050565b600080600088925082600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b158015610bc957600080fd5b505af1158015610bdd573d6000803e3d6000fd5b505050506040513d6020811015610bf357600080fd5b5051600160a060020a03163214610c0957600080fd5b859150811515610c17574291505b506009546101009004600160a060020a0316801515610c335750825b6040805160a08101825298151589529615156020808a0191825289890193845260608a01968752600160a060020a0392831660808b019081529a83166000908152600a9091529790972097518854975160ff199098169015151761ff0019166101009715159790970296909617875551600187015550505160028401555091516003909101805473ffffffffffffffffffffffffffffffffffffffff191691909216179055565b600a60205260009081526040902080546001820154600283015460039093015460ff80841694610100909404169290600160a060020a031685565b600354600160a060020a031681565b60085481565b60075474010000000000000000000000000000000000000000900460ff1681565b600181565b600092915050565b600481565b600254600160a060020a0316321480610d805750600254600160a060020a031633145b1515610d8b57600080fd5b600160a060020a0381161515610da057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600754600160a060020a0316815600a165627a7a72305820e07b208bd87743f14b6371d7b3e98d45fc665d414c5b241de137f302c3533da20029"
          },
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  1
                ],
                "size": 123825
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 123825
              }
            }
          },
          "mime-types": {
            "html": "text/html"
          },
          "name": "Sponsored Content ABR Master"
        }
      },
      "iq__22H7vhkwVD8QDPWjANkB4aAXpCUg": {
        "id": "iq__22H7vhkwVD8QDPWjANkB4aAXpCUg",
        "hash": "hq__7PYaQbqz7zju1C3cmEU2x7cF5nbsxAnj951JT96NseEGD571KfMfVoNvb9go3kdcJmb4FpD5Gc",
        "name": "Sponsored Content",
        "meta": {
          "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
          "custom_contract": {
            "abi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "validateAvailability",
                "outputs": [],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "score_pct",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "preset_access_charge",
                    "type": "uint256"
                  }
                ],
                "name": "setPresetAccessCharge",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "mandatoryPresetAccessCharge",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "campaign_manager",
                    "type": "address"
                  }
                ],
                "name": "setCampaignManager",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "mandatory_preset_access_charge",
                    "type": "bool"
                  }
                ],
                "name": "setMandatoryPresetAccessCharge",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "commercialOfferingManagerAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "region",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "commercial_offering_manager_address",
                    "type": "address"
                  }
                ],
                "name": "setCommercialOfferingManagerAddress",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "r",
                    "type": "address"
                  }
                ],
                "name": "setRegion",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "mandatory_sponsoring",
                    "type": "bool"
                  }
                ],
                "name": "setMandatorySponsoring",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "content",
                    "type": "address"
                  },
                  {
                    "name": "accessor",
                    "type": "address"
                  }
                ],
                "name": "isAvailable",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "content",
                    "type": "address"
                  },
                  {
                    "name": "sd",
                    "type": "bool"
                  },
                  {
                    "name": "hd",
                    "type": "bool"
                  },
                  {
                    "name": "start",
                    "type": "uint256"
                  },
                  {
                    "name": "end",
                    "type": "uint256"
                  },
                  {
                    "name": "r",
                    "type": "address"
                  }
                ],
                "name": "setAvailability",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "name": "availability",
                "outputs": [
                  {
                    "name": "clearedSD",
                    "type": "bool"
                  },
                  {
                    "name": "clearedHD",
                    "type": "bool"
                  },
                  {
                    "name": "startDate",
                    "type": "uint256"
                  },
                  {
                    "name": "endDate",
                    "type": "uint256"
                  },
                  {
                    "name": "region",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "presetAccessCharge",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "mandatorySponsoring",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "campaignManager",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ],
            "address": "0x58974630c24a0b2f466536b4732470ab5ce219bd",
            "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f666665726e6732303139303531303135323330304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055610e0a806100a26000396000f3006080604052600436106101ab5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101ad5780630f82c16f146101de578063112d0d32146102a3578063123e0e80146102b85780631768595314610357578063198e76711461036557806329ed61371461037d5780633513a805146103a657806335b979ca146103b1578063409fa286146103d257806341c0e1b5146103ec57806345080442146104015780634c937386146104195780635062d68d1461042e57806354fd4d5014610443578063564fb18d146104585780635661d186146104795780636a9719b11461049a5780636af27417146104b45780636d2e4b1b146104df5780637b1cdb3e146105005780638da5cb5b1461050857806391357d4b1461051d5780639e99bbea14610500578063a7b4a4df14610544578063ab3a74251461057f578063af570c04146105d6578063af75d38f146105eb578063b2041a1514610600578063b535b03e14610615578063e870ed911461062a578063f185db0c1461063a578063f2fde38b1461064f578063fb5e76e614610670575b005b3480156101b957600080fd5b506101c2610685565b60408051600160a060020a039092168252519081900360200190f35b3480156101ea57600080fd5b5060408051602060046024803582810135848102808701860190975280865261027496843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106949650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102af57600080fd5b506101ab61071d565b6040805160206004604435818101358381028086018501909652808552610345958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506107369650505050505050565b60408051918252519081900360200190f35b610345600435602435610754565b34801561037157600080fd5b506101ab600435610770565b34801561038957600080fd5b506103926107a3565b604080519115158252519081900360200190f35b6103456004356107ac565b3480156103bd57600080fd5b506101ab600160a060020a03600435166107af565b3480156103de57600080fd5b506101ab600435151561080c565b3480156103f857600080fd5b506101ab61084d565b34801561040d57600080fd5b50610345600435610889565b34801561042557600080fd5b506101c261088f565b34801561043a57600080fd5b506101c261089e565b34801561044f57600080fd5b506103456108b2565b34801561046457600080fd5b506101ab600160a060020a03600435166108b8565b34801561048557600080fd5b506101ab600160a060020a03600435166108fe565b3480156104a657600080fd5b506101ab6004351515610961565b3480156104c057600080fd5b506104c96109cf565b6040805160ff9092168252519081900360200190f35b3480156104eb57600080fd5b506101ab600160a060020a03600435166109d4565b610345610a2f565b34801561051457600080fd5b506101c2610a34565b34801561052957600080fd5b506104c9600160a060020a0360043581169060243516610a43565b34801561055057600080fd5b506101ab600160a060020a03600435811690602435151590604435151590606435906084359060a43516610b6a565b34801561058b57600080fd5b506105a0600160a060020a0360043516610cda565b6040805195151586529315156020860152848401929092526060840152600160a060020a03166080830152519081900360a00190f35b3480156105e257600080fd5b506101c2610d15565b3480156105f757600080fd5b50610345610d24565b34801561060c57600080fd5b50610392610d2a565b34801561062157600080fd5b506104c9610d4b565b6103456004356024351515610d50565b34801561064657600080fd5b506104c9610d58565b34801561065b57600080fd5b506101ab600160a060020a0360043516610d5d565b34801561067c57600080fd5b506101c2610dcf565b600154600160a060020a031681565b60008080808060ff881615156106b65760009450849350839250829150610713565b6106c03332610a43565b905060ff8116156106de576002945092506000915081905082610713565b60095460ff16151560011415610704576008546002955090935060009250905082610713565b60079450600093508392508291505b5093509350935093565b6107273332610a43565b60ff161561073457600080fd5b565b600060ff8416156107495761074961071d565b506000949350505050565b6000605f82106107665750600061076a565b5060015b92915050565b600254600160a060020a03163214806107935750600254600160a060020a031633145b151561079e57600080fd5b600855565b60095460ff1681565b90565b600254600160a060020a03163214806107d25750600254600160a060020a031633145b15156107dd57600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a031632148061082f5750600254600160a060020a031633145b151561083a57600080fd5b6009805460ff1916911515919091179055565b600254600160a060020a03163214806108705750600254600160a060020a031633145b151561087b57600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b6009546101009004600160a060020a031681565b60055481565b600154600160a060020a031632146108cf57600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a03163214806109215750600254600160a060020a031633145b151561092c57600080fd5b60098054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a03163214806109845750600254600160a060020a031633145b151561098f57600080fd5b60078054911515740100000000000000000000000000000000000000000274ff000000000000000000000000000000000000000019909216919091179055565b600281565b600154600160a060020a031632146109eb57600080fd5b600160a060020a0381161515610a0057600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090565b600254600160a060020a031681565b600160a060020a038083166000908152600a602052604081206009549192839261010090041682811515610a82576003830154600160a060020a031691505b600160a060020a03821615610b2e5750604080517f95a078e8000000000000000000000000000000000000000000000000000000008152600160a060020a038781166004830152915183928316916395a078e89160248083019260209291908290030181600087803b158015610af757600080fd5b505af1158015610b0b573d6000803e3d6000fd5b505050506040513d6020811015610b2157600080fd5b50511515610b2e57600a93505b4283600101541115610b3f57601493505b600283015415801590610b555750428360020154105b15610b5f57601e93505b509195945050505050565b600080600088925082600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b158015610bc957600080fd5b505af1158015610bdd573d6000803e3d6000fd5b505050506040513d6020811015610bf357600080fd5b5051600160a060020a03163214610c0957600080fd5b859150811515610c17574291505b506009546101009004600160a060020a0316801515610c335750825b6040805160a08101825298151589529615156020808a0191825289890193845260608a01968752600160a060020a0392831660808b019081529a83166000908152600a9091529790972097518854975160ff199098169015151761ff0019166101009715159790970296909617875551600187015550505160028401555091516003909101805473ffffffffffffffffffffffffffffffffffffffff191691909216179055565b600a60205260009081526040902080546001820154600283015460039093015460ff80841694610100909404169290600160a060020a031685565b600354600160a060020a031681565b60085481565b60075474010000000000000000000000000000000000000000900460ff1681565b600181565b600092915050565b600481565b600254600160a060020a0316321480610d805750600254600160a060020a031633145b1515610d8b57600080fd5b600160a060020a0381161515610da057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600754600160a060020a0316815600a165627a7a72305820e07b208bd87743f14b6371d7b3e98d45fc665d414c5b241de137f302c3533da20029"
          },
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  1
                ],
                "size": 123825
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 123825
              }
            }
          },
          "mime-types": {
            "html": "text/html"
          },
          "name": "Sponsored Content"
        }
      },
      "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi": {
        "id": "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi",
        "hash": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx",
        "name": "ABR Master",
        "meta": {
          "bitcode_flags": "abrmaster",
          "bitcode_format": "builtin",
          "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
          "eluv.displayApp": "displayApp/index.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp": {
              ".": {
                "type": "directory"
              },
              "index.html": {
                ".": {
                  "parts": [
                    73
                  ],
                  "size": 1219848
                }
              }
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  60
                ],
                "size": 1219577
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 1082307
              }
            }
          },
          "mime-types": {
            "html": "text/html"
          },
          "name": "ABR Master"
        }
      },
      "iq__uvjE3xbe5UfuvHpBHUwnRsZn8Mw": {
        "id": "iq__uvjE3xbe5UfuvHpBHUwnRsZn8Mw",
        "hash": "hq__AoYY7jhnmMYJSjGTWeXq3aJUhgHAS2463PYqdW5BVUVU5rNXmoo4bM5YgjV7ycP4MAG9hGhcJD",
        "name": "Test Content Type 814f71709583db291066",
        "meta": {
          "name": "Test Content Type 814f71709583db291066",
          "public": {
            "name": "Test Content Type 814f71709583db291066"
          }
        }
      }
    }
    Source:

    async ContractEvents({
    contractAddress,
    abi,
    fromBlockoptional,
    toBlockoptional,
    countoptional,
    includeTransactionoptional
    })
    → Promise.<Array.<Array.<Object>>>

    Get all events on the specified contract

    Returns: List of blocks, in ascending order by block number, each containing a list of the events in the block.
    Parameters:
    Name Type Attributes Default Description
    contractAddress string

    The address of the contract

    abi object

    The ABI of the contract

    fromBlock number <optional>

    Limit results to events after the specified block (inclusive)

    toBlock number <optional>

    Limit results to events before the specified block (inclusive)

    count number <optional>
    1000

    Maximum range of blocks to search (unless both toBlock and fromBlock are specified)

    includeTransaction boolean <optional>
    false

    If specified, more detailed transaction info will be included. Note: This requires one extra network call per block, so it should not be used for very large ranges

    Example
    async ContractEvents({
      "contractAddress": "0x341c59b16a9b2664b7bb4fc20306faef50b6cf14",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ]
    });
    
    
    [
      [
        {
          "blockNumber": 99929,
          "blockHash": "0xeaccb0486016370c5e6a9aca59908ab8ef373724a737778e2bc7737c8cc7c736",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
          "data": "0x000000000000000000000000d4e1b2f36470f09d3858d34da41b70682416caba000000000000000000000000417ff711191e0128700c731895fa6c0593c5d7820000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x50fb4a733868d481cecab0b3d6251878d986b9c2517f45fe62100be506a2172a",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
            "1": "0x417fF711191E0128700C731895FA6C0593c5d782",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
            "content_type": "0x417fF711191E0128700C731895FA6C0593c5d782",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 99926,
          "blockHash": "0x508ed4fcbb17de1d11491bb4b0121c7043f2c5e0b79f463eb67b2a51c441f182",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f336f485444376d6a64486d353363366779343758614b666167384857376869717573636a4447564e6d35516e77577573504d563236656661776d7169477872325a4c653464594365474b000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x7d8b27b87f89ba7d81fab18b48c548481ebece7a4afd715320c6e16a6935974f",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__3oHTD7mjdHm53c6gy47XaKfag8HW7hiquscjDGVNm5QnwWusPMV26efawmqiGxr2ZLe4dYCeGK",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__3oHTD7mjdHm53c6gy47XaKfag8HW7hiquscjDGVNm5QnwWusPMV26efawmqiGxr2ZLe4dYCeGK",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 99922,
          "blockHash": "0x0577eff3112d36a0b4346bd9dae434bee5639416f9543ce7fc051a558758402b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f336f485444376d6a64486d353363366779343758614b666167384857376869717573636a4447564e6d35516e77577573504d563236656661776d7169477872325a4c653464594365474b000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x1cd218b5bf2cc1c4d55f3b1e0f1a8cac413886ce27bec1a6b1ce3287a20fd588",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "2": "hq__3oHTD7mjdHm53c6gy47XaKfag8HW7hiquscjDGVNm5QnwWusPMV26efawmqiGxr2ZLe4dYCeGK",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__3oHTD7mjdHm53c6gy47XaKfag8HW7hiquscjDGVNm5QnwWusPMV26efawmqiGxr2ZLe4dYCeGK",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 99918,
          "blockHash": "0x46d7609381bf1395b44459701e12e37e93265d860646e5affa5671ddd5f42baf",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
          "data": "0x000000000000000000000000173e15d3f1f8766fec9621584637ba1a14a3a1ee",
          "topics": [
            "0xdf9d78c5635b72b709c85300a786eb7238acbe5bffe01c60c16464e45c6eb6eb"
          ],
          "transactionHash": "0x733b094290e40fe052043be3a29b6ffb86008bc2f4aa92ef581a24f21529369c",
          "logIndex": 0,
          "name": "ReviewerGroupRemoved",
          "signature": "ReviewerGroupRemoved(address)",
          "topic": "0xdf9d78c5635b72b709c85300a786eb7238acbe5bffe01c60c16464e45c6eb6eb",
          "values": {
            "0": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
            "group": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 99915,
          "blockHash": "0xbbf0b422400a33492e1b72636956af4a77ec1f3f2977585ae9e26b963e5ccd00",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
          "data": "0x000000000000000000000000173e15d3f1f8766fec9621584637ba1a14a3a1ee",
          "topics": [
            "0x3a94857e4393737f73edb175a7d0c195c7f635d9ae995e12740616ec55c9d411"
          ],
          "transactionHash": "0x1cdd5017024b1de57c5be70bc171295edc557ee431340d3b2b171b1862d6b498",
          "logIndex": 0,
          "name": "AccessorGroupAdded",
          "signature": "AccessorGroupAdded(address)",
          "topic": "0x3a94857e4393737f73edb175a7d0c195c7f635d9ae995e12740616ec55c9d411",
          "values": {
            "0": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
            "group": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 99913,
          "blockHash": "0x53b33080848b2ec49439f388aa73d55c5e7195391e9c1c79e70fefe17a218b39",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
          "data": "0x000000000000000000000000173e15d3f1f8766fec9621584637ba1a14a3a1ee",
          "topics": [
            "0x1b88a571cc8ac2e87512f05648e79d184f5cc0cbb2889bc487c41f8b9a3202eb"
          ],
          "transactionHash": "0x9fefc1f9193ecc0db13b91dee31a0cae8fabe0bc1b4a344b180494d1ebf6da72",
          "logIndex": 0,
          "name": "ReviewerGroupAdded",
          "signature": "ReviewerGroupAdded(address)",
          "topic": "0x1b88a571cc8ac2e87512f05648e79d184f5cc0cbb2889bc487c41f8b9a3202eb",
          "values": {
            "0": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
            "group": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 99910,
          "blockHash": "0xa3312e843859afe64eb511d986575d9c8d7e35cf9183db3d8f153794c5ae0215",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
          "data": "0x000000000000000000000000173e15d3f1f8766fec9621584637ba1a14a3a1ee",
          "topics": [
            "0x218673669018c25b89bfbf1b58d0075e37c8847ef16e707b92355b7833e97d61"
          ],
          "transactionHash": "0xfb0b126efcff42cc836cc0a7d5dc31ecf0a40b2dee6493df070ff3733ee74c33",
          "logIndex": 0,
          "name": "ContributorGroupAdded",
          "signature": "ContributorGroupAdded(address)",
          "topic": "0x218673669018c25b89bfbf1b58d0075e37c8847ef16e707b92355b7833e97d61",
          "values": {
            "0": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
            "group": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 99908,
          "blockHash": "0xceaad85be7a74b7f9690e8abf7dc0e07b8ef0533b27352fb4ba6855e7868f286",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
          "data": "0x000000000000000000000000417ff711191e0128700c731895fa6c0593c5d782",
          "topics": [
            "0xd41375b9d347dfe722f90a780731abd23b7855f9cf14ea7063c4cab5f9ae58e2"
          ],
          "transactionHash": "0x943224b7afed65ca0cafaf75eeb7ab77a8e9eda71b4a72e1577257f6b42e4ee4",
          "logIndex": 0,
          "name": "ContentTypeRemoved",
          "signature": "ContentTypeRemoved(address)",
          "topic": "0xd41375b9d347dfe722f90a780731abd23b7855f9cf14ea7063c4cab5f9ae58e2",
          "values": {
            "0": "0x417fF711191E0128700C731895FA6C0593c5d782",
            "contentType": "0x417fF711191E0128700C731895FA6C0593c5d782",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 99906,
          "blockHash": "0xe1255188e395343903d72785ff3fa214c39ca160ff65a37ed9a8ef0c5eefd3f3",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
          "data": "0x000000000000000000000000417ff711191e0128700c731895fa6c0593c5d7820000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x280016f7418306a55542432120fd1a239ef9fcc1a92694d8d44ca76be0249ea7"
          ],
          "transactionHash": "0x50b05cf72e01478fd735353382a855ff7edd7d40ee467c71cff68cb17b50ee7e",
          "logIndex": 0,
          "name": "ContentTypeAdded",
          "signature": "ContentTypeAdded(address,address)",
          "topic": "0x280016f7418306a55542432120fd1a239ef9fcc1a92694d8d44ca76be0249ea7",
          "values": {
            "0": "0x417fF711191E0128700C731895FA6C0593c5d782",
            "1": "0x0000000000000000000000000000000000000000",
            "contentType": "0x417fF711191E0128700C731895FA6C0593c5d782",
            "contentContract": "0x0000000000000000000000000000000000000000",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 99903,
          "blockHash": "0xb970d1f1a5738e3ab9039a481a0757feb16e5cad2728e81924c23ce1290884d4",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
          "data": "0x000000000000000000000000417ff711191e0128700c731895fa6c0593c5d782",
          "topics": [
            "0xd41375b9d347dfe722f90a780731abd23b7855f9cf14ea7063c4cab5f9ae58e2"
          ],
          "transactionHash": "0x190728acbd46f988b925f4a0f32864ae88a58906b00fc3173645772a335533c1",
          "logIndex": 0,
          "name": "ContentTypeRemoved",
          "signature": "ContentTypeRemoved(address)",
          "topic": "0xd41375b9d347dfe722f90a780731abd23b7855f9cf14ea7063c4cab5f9ae58e2",
          "values": {
            "0": "0x417fF711191E0128700C731895FA6C0593c5d782",
            "contentType": "0x417fF711191E0128700C731895FA6C0593c5d782",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 99900,
          "blockHash": "0xc3e9f0daf25eb1a1d6d6f7dde9f48ea1248641eb43e62e6a09a7325bbb933304",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
          "data": "0x000000000000000000000000417ff711191e0128700c731895fa6c0593c5d7820000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x280016f7418306a55542432120fd1a239ef9fcc1a92694d8d44ca76be0249ea7"
          ],
          "transactionHash": "0x4d8ab968f41bf0dc61eb51ccb3b7d7deadafbe40c56fa564240b71d4e20967a0",
          "logIndex": 0,
          "name": "ContentTypeAdded",
          "signature": "ContentTypeAdded(address,address)",
          "topic": "0x280016f7418306a55542432120fd1a239ef9fcc1a92694d8d44ca76be0249ea7",
          "values": {
            "0": "0x417fF711191E0128700C731895FA6C0593c5d782",
            "1": "0x0000000000000000000000000000000000000000",
            "contentType": "0x417fF711191E0128700C731895FA6C0593c5d782",
            "contentContract": "0x0000000000000000000000000000000000000000",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 99897,
          "blockHash": "0x5db7e07127f7e99a019d6943a5e9bd0cda451fe2f1234710697d680911fffec8",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
          "data": "0x",
          "topics": [
            "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
          ],
          "transactionHash": "0xdea8c42273c14bcd447f76db3ad589980de1b147ec1cf4837962352fdaba7db8",
          "logIndex": 0,
          "name": "AccessRequest",
          "signature": "AccessRequest()",
          "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
          "values": {
            "length": 0
          }
        }
      ],
      [
        {
          "blockNumber": 99895,
          "blockHash": "0xb3845a08d6f63534605f6f890aef369469fcb954d52cbf8f6e5719ace8103d05",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f336d5a3234396a424e476b447036426f4e3372476563377a6d4351636d366d57347676586f54523666546754595a5653714466627759736d715359457a45636a52573879414859726448000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x1f1c6ff346bb78efb8119a8f87c30e20bf503735131372fd5fc17b2629c7a41d",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__3mZ249jBNGkDp6BoN3rGec7zmCQcm6mW4vvXoTR6fTgTYZVSqDfbwYsmqSYEzEcjRW8yAHYrdH",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__3mZ249jBNGkDp6BoN3rGec7zmCQcm6mW4vvXoTR6fTgTYZVSqDfbwYsmqSYEzEcjRW8yAHYrdH",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 99892,
          "blockHash": "0x1ac1e33611e51fba61a61f94cbfc2229938b6958e6fdb9b8f30610adfd2c7843",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f336d5a3234396a424e476b447036426f4e3372476563377a6d4351636d366d57347676586f54523666546754595a5653714466627759736d715359457a45636a52573879414859726448000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x75d1a9fe7db1f1bff610f5bdf6540b68910625c5515a91766801a672aa03fd0e",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "2": "hq__3mZ249jBNGkDp6BoN3rGec7zmCQcm6mW4vvXoTR6fTgTYZVSqDfbwYsmqSYEzEcjRW8yAHYrdH",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__3mZ249jBNGkDp6BoN3rGec7zmCQcm6mW4vvXoTR6fTgTYZVSqDfbwYsmqSYEzEcjRW8yAHYrdH",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 99890,
          "blockHash": "0x7317d496a82294e29768a38815dcecea3a7908663e27528b4d7e4b2b3a7ad3e3",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xc91764bf81bec1ddf12ede06a6c9dc59e2a8f837cf95d5be50da3a6b8c1e35cc",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ]
    ]
    Source:

    async ContractName({contractAddress}) → Promise.<string>

    Return the name of the contract, as specified in the contracts "version" string

    Returns: Name of the contract
    Parameters:
    Name Type Description
    contractAddress string

    Address of the contract

    Source:

    async CopyContentObject({
    libraryId,
    originalVersionHash,
    optionsoptional
    })
    → Promise.<Object>

    Create a new content object draft from an existing content object version.

    Note: The type of the new copy can be different from the original object.

    Returns: Response containing the object ID and write token of the draft
    Parameters:
    Name Type Attributes Description
    libraryId string

    ID of the library in which to create the new object

    originalVersionHash

    Version hash of the object to copy

    options Object <optional>

    type: Version hash of the content type to associate with the object - may be different from the original object

    meta: Metadata to use for the new object - This will be merged into the metadata of the original object

    Example
    async CopyContentObject({
      "libraryId": "ilibcw2SXJK4PHewfyUvvoEC5Qt3QCS",
      "originalVersionHash": "hq__7tjuXnzXwfN9RPNwGPYKHowofVjdM6ko9foJEGNmSFnDnZn8Vd9jpbLE2ZaLj2puNDSa9ogLLC",
      "options": {
        "type": "",
        "meta": {
          "copy": "metadata"
        },
        "copy_from": "hq__7tjuXnzXwfN9RPNwGPYKHowofVjdM6ko9foJEGNmSFnDnZn8Vd9jpbLE2ZaLj2puNDSa9ogLLC"
      }
    });
    
    
    {
      "id": "iq__22AVXfM6FhJqHquLKiWGMHgUBwdr",
      "write_token": "tqw_hgoR485VuuGA1oMdbkbKf9dXfGEdGGR5",
      "type": "",
      "meta": null
    }
    Source:

    async CreateABRMezzanine({
    libraryId,
    name,
    descriptionoptional,
    metadataoptional,
    masterVersionHash,
    variantoptional
    })
    → Object

    Create a mezzanine of the given master content object

    Returns: The finalize response for the object, as well as logs, warnings and errors from the mezzanine initialization
    Parameters:
    Name Type Attributes Description
    libraryId string

    ID of the mezzanine library

    name string

    Name for mezzanine content object

    description string <optional>

    Description for mezzanine content object

    metadata Object <optional>

    Additional metadata for mezzanine content object

    masterVersionHash string

    The version hash of the production master content object

    variant string <optional>

    What variant of the master content object to use

    Example
    async CreateABRMezzanine({
      "libraryId": "ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8",
      "masterVersionHash": "hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
      "name": "Mezzanine Test",
      "description": "Mezzanine Test Description",
      "metadata": {
        "test": "mezzanine"
      }
    });
    
    
    {
      "logs": [
        "2019-10-28 23:05:15 Debug: apiAbrMezzanineInit()",
        "2019-10-28 23:05:15 Info: Get production.Variant",
        "2019-10-28 23:05:15 Info: Generate abr.Offering",
        "2019-10-28 23:05:15 Info: Saving metadata"
      ],
      "warnings": [],
      "errors": [],
      "id": "iq__hVX1Cg1Utmchs7oXomPYBFuswym",
      "hash": "hq__FU8EtZMFxy2tQ29hKXMy4KvH7ozHC67pxsT5vFYRBg82R4GCGS74mtDdQL5S2XcCNprhMpUQSw",
      "write_token": "tqw_3Mb1RedBTupLT48L4HkDYxsjMjbKumFxk",
      "type": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx"
    }
    Source:

    async CreateAccessGroup({
    name,
    descriptionoptional,
    metaoptional
    })
    → Promise.<string>

    Create a access group

    A new access group contract is deployed from the content space

    Returns: Contract address of created access group
    Parameters:
    Name Type Attributes Description
    name string

    Name of the access group

    description string <optional>

    Description for the access group

    meta object <optional>

    Metadata for the access group

    Example
    async CreateAccessGroup({
      "name": "Test Access Group",
      "description": "Test Access Group Description",
      "metadata": {
        "group": "metadata"
      }
    });
    
    
    "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee"
    Source:

    async CreateContentLibrary({
    name,
    descriptionoptional,
    imageoptional,
    metadataoptional,
    kmsIdoptional
    })
    → Promise.<string>

    Create a new content library.

    A new content library contract is deployed from the content space, and that contract ID is used to determine the library ID to create in the fabric.

    Returns: Library ID of created library
    See:
    • PUT /qlibs/:qlibid
    Parameters:
    Name Type Attributes Description
    name string

    Library name

    description string <optional>

    Library description

    image blob <optional>

    Image associated with the library

    metadata Object <optional>

    Metadata of library object

    kmsId string <optional>

    ID of the KMS to use for content in this library. If not specified, the default KMS will be used.

    Examples
    async CreateContentLibrary({
      "name": "Test Library 814f71709583db291066",
      "description": "Test Library Description",
      "metadata": {
        "private": {
          "meta": "data"
        }
      }
    });
    
    
    "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X"
    async CreateContentLibrary({
      "name": "Test Object Filtering"
    });
    
    
    "ilib3zjtkDYnCXEygRXLdwmLbkiYNJjH"
    async CreateContentLibrary({
      "name": "Test Media Library",
      "metadata": {
        "abr_profile": {
          "ladder_specs": {
            "{\"media_type\":\"audio\",\"channels\":2}": {
              "rung_specs": [
                {
                  "media_type": "audio",
                  "bit_rate": 128000,
                  "pregenerate": true
                }
              ]
            },
            "{\"media_type\":\"video\",\"aspect_ratio_height\":3,\"aspect_ratio_width\":4}": {
              "rung_specs": [
                {
                  "media_type": "video",
                  "bit_rate": 4900000,
                  "pregenerate": true,
                  "height": 1080,
                  "width": 1452
                },
                {
                  "media_type": "video",
                  "bit_rate": 3375000,
                  "pregenerate": false,
                  "height": 720,
                  "width": 968
                },
                {
                  "media_type": "video",
                  "bit_rate": 1500000,
                  "pregenerate": false,
                  "height": 540,
                  "width": 726
                },
                {
                  "media_type": "video",
                  "bit_rate": 825000,
                  "pregenerate": false,
                  "height": 432,
                  "width": 580
                },
                {
                  "media_type": "video",
                  "bit_rate": 300000,
                  "pregenerate": false,
                  "height": 360,
                  "width": 484
                }
              ]
            },
            "{\"media_type\":\"video\",\"aspect_ratio_height\":9,\"aspect_ratio_width\":16}": {
              "rung_specs": [
                {
                  "media_type": "video",
                  "bit_rate": 6500000,
                  "pregenerate": true,
                  "height": 1080,
                  "width": 1920
                },
                {
                  "media_type": "video",
                  "bit_rate": 4500000,
                  "pregenerate": false,
                  "height": 720,
                  "width": 1280
                },
                {
                  "media_type": "video",
                  "bit_rate": 2000000,
                  "pregenerate": false,
                  "height": 540,
                  "width": 960
                },
                {
                  "media_type": "video",
                  "bit_rate": 1100000,
                  "pregenerate": false,
                  "height": 432,
                  "width": 768
                },
                {
                  "media_type": "video",
                  "bit_rate": 400000,
                  "pregenerate": false,
                  "height": 360,
                  "width": 640
                }
              ]
            }
          },
          "playout_formats": {
            "dash-clear": {
              "drm": null,
              "protocol": {
                "min_buffer_length": 2,
                "type": "ProtoDash"
              }
            },
            "dash-widevine": {
              "drm": {
                "type": "DrmWidevine",
                "license_servers": [],
                "enc_scheme_name": "cenc",
                "content_id": ""
              },
              "protocol": {
                "type": "ProtoDash",
                "min_buffer_length": 2
              }
            },
            "hls-aes128": {
              "drm": {
                "type": "DrmAes128",
                "enc_scheme_name": "aes-128"
              },
              "protocol": {
                "type": "ProtoHls"
              }
            },
            "hls-clear": {
              "drm": null,
              "protocol": {
                "type": "ProtoHls"
              }
            }
          },
          "segment_specs": {
            "audio": {
              "segs_per_chunk": 15,
              "target_dur": 2
            },
            "video": {
              "segs_per_chunk": 15,
              "target_dur": 2.03
            }
          }
        }
      }
    });
    
    
    "ilib2JzDGHWNKanusky3W1Anh7Fca5M4"
    Source:

    async CreateContentObject({
    libraryId,
    objectIdoptional,
    optionsoptional
    })
    → Promise.<Object>

    Create a new content object draft.

    A new content object contract is deployed from the content library, and that contract ID is used to determine the object ID to create in the fabric.

    Returns: Response containing the object ID and write token of the draft
    See:
    • PUT /qlibs/:qlibid/q/:objectid
    Parameters:
    Name Type Attributes Description
    libraryId string

    ID of the library

    objectId objectId <optional>

    ID of the object (if contract already exists)

    options Object <optional>

    type: Version hash of the content type to associate with the object

    meta: Metadata to use for the new object

    Examples
    async CreateContentObject({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__2fkf3hb3upAKx6CpHnBG4nUgZcns"
    });
    
    
    {
      "id": "iq__2fkf3hb3upAKx6CpHnBG4nUgZcns",
      "write_token": "tqw_A4Lj2XEAs2jZAT2zr2NfVE7cMq9m1bDLr",
      "type": ""
    }
    async CreateContentObject({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "options": {
        "type": "hq__AoYY7jhnmMYJSjGTWeXq3aJUhgHAS2463PYqdW5BVUVU5rNXmoo4bM5YgjV7ycP4MAG9hGhcJD",
        "meta": {
          "name": "Test Content Object",
          "toMerge": {
            "merge": "me"
          },
          "toReplace": {
            "replace": "me"
          },
          "toDelete": {
            "delete": "me"
          }
        },
        "visibility": 100
      }
    });
    
    
    {
      "id": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "write_token": "tqw_KMmnWEkenezphAXTwU2KnHp4Zzkscisqf",
      "type": "hq__AoYY7jhnmMYJSjGTWeXq3aJUhgHAS2463PYqdW5BVUVU5rNXmoo4bM5YgjV7ycP4MAG9hGhcJD"
    }
    async CreateContentObject({
      "libraryId": "ilib3zjtkDYnCXEygRXLdwmLbkiYNJjH",
      "options": {
        "meta": {
          "name": "Test Object 10",
          "otherKey": 0
        }
      }
    });
    
    
    {
      "id": "iq__4WLhrVjbLH6sMfjE4w95BtyBJqpC",
      "write_token": "tqw_FNESXWVqyNpjiC6TCiYAJzyaAT4R7pjMq",
      "type": ""
    }
    async CreateContentObject({
      "libraryId": "ilib3zjtkDYnCXEygRXLdwmLbkiYNJjH",
      "options": {
        "meta": {
          "name": "Test Object 5",
          "otherKey": 5
        }
      }
    });
    
    
    {
      "id": "iq__ks4N2jhDCaZshRzedjpwMDiYqCN",
      "write_token": "tqw_BQBnzjBB6HJbvo1ddn4CDQToheP9mVtXh",
      "type": ""
    }
    async CreateContentObject({
      "libraryId": "ilib3zjtkDYnCXEygRXLdwmLbkiYNJjH",
      "options": {
        "meta": {
          "name": "Test Object 4",
          "otherKey": 6
        }
      }
    });
    
    
    {
      "id": "iq__4Lws6zJFqrktapng8G3L6yBL3QQN",
      "write_token": "tqw_E1ougJVQVwVPgNKpcR4zULKCyiyw8n6XS",
      "type": ""
    }
    async CreateContentObject({
      "libraryId": "ilib3zjtkDYnCXEygRXLdwmLbkiYNJjH",
      "options": {
        "meta": {
          "name": "Test Object 3",
          "otherKey": 7
        }
      }
    });
    
    
    {
      "id": "iq__vdHsWKLbyrjZWrxE3r18w6W2wsP",
      "write_token": "tqw_6WMyTYGJetwqDnXqCFY4WEhbz5KEPkRoS",
      "type": ""
    }
    async CreateContentObject({
      "libraryId": "ilib3zjtkDYnCXEygRXLdwmLbkiYNJjH",
      "options": {
        "meta": {
          "name": "Test Object 2",
          "otherKey": 8
        }
      }
    });
    
    
    {
      "id": "iq__eLeizDfnP13BrJS2f7DgKF3C7jJ",
      "write_token": "tqw_BzPirQ3zvn94pzdGoUCj2SYQ85PZHALPC",
      "type": ""
    }
    async CreateContentObject({
      "libraryId": "ilib3zjtkDYnCXEygRXLdwmLbkiYNJjH",
      "options": {
        "meta": {
          "name": "Test Object 1",
          "otherKey": 9
        }
      }
    });
    
    
    {
      "id": "iq__4WM6d6spASZe3MLNrmhKp1dFK68V",
      "write_token": "tqw_7CMYNRunuJdvFwBAoCn7ZGCoeQXazMS9i",
      "type": ""
    }
    async CreateContentObject({
      "libraryId": "ilib3zjtkDYnCXEygRXLdwmLbkiYNJjH",
      "options": {
        "meta": {
          "name": "Test Object 9",
          "otherKey": 1
        }
      }
    });
    
    
    {
      "id": "iq__pTktYQvLxYnroo5Ggo58fPmvs3T",
      "write_token": "tqw_86gA3mGGMkuijiEJfvAcAVretXjzxK7g3",
      "type": ""
    }
    async CreateContentObject({
      "libraryId": "ilib3zjtkDYnCXEygRXLdwmLbkiYNJjH",
      "options": {
        "meta": {
          "name": "Test Object 8",
          "otherKey": 2
        }
      }
    });
    
    
    {
      "id": "iq__2REaH98i14HFEYciB4guURubHgUV",
      "write_token": "tqw_APdtV8ebxoRKGoPqtmgWcMHSfswCtupF2",
      "type": ""
    }
    async CreateContentObject({
      "libraryId": "ilib3zjtkDYnCXEygRXLdwmLbkiYNJjH",
      "options": {
        "meta": {
          "name": "Test Object 7",
          "otherKey": 3
        }
      }
    });
    
    
    {
      "id": "iq__3Pah8KLs9nDmW9G6xGneAEaVqco",
      "write_token": "tqw_25sJ3Wm6s5x3nCRgaxyFuopVwP9Go3hgn",
      "type": ""
    }
    async CreateContentObject({
      "libraryId": "ilib3zjtkDYnCXEygRXLdwmLbkiYNJjH",
      "options": {
        "meta": {
          "name": "Test Object 6",
          "otherKey": 4
        }
      }
    });
    
    
    {
      "id": "iq__2TBLvH4suhraVHfpcdoRoZadLFSn",
      "write_token": "tqw_9GGY6j94ewDqmmXjLY81VHkWikePAjB41",
      "type": ""
    }
    async CreateContentObject({
      "libraryId": "ilib2JzDGHWNKanusky3W1Anh7Fca5M4",
      "options": {
        "type": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35"
      }
    });
    
    
    {
      "id": "iq__2vXoz6eDz9U8gRmT8prgEi1iPJS2",
      "write_token": "tqw_Hs2ntEcsSkQLW766deZfEjQfiAuT2X8Jy",
      "type": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35"
    }
    async CreateContentObject({
      "libraryId": "ilib2JzDGHWNKanusky3W1Anh7Fca5M4",
      "options": {
        "type": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx"
      }
    });
    
    
    {
      "id": "iq__429e2qfKW7TRWjdtx2ZmLomyKpyg",
      "write_token": "tqw_7hbveMLBhoBoSH4uBCKneAaL28TmDaz1y",
      "type": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx"
    }
    Source:

    async CreateContentSpace({name}) → Promise.<string>

    Deploy a new content space contract

    Returns: Content space ID of the created content space
    Parameters:
    Name Type Description
    name String

    Name of the content space

    Source:

    async CreateContentType({
    libraryIdoptional,
    name,
    metadata,
    bitcodeoptional
    })
    → Promise.<string>

    Create a new content type.

    A new content type contract is deployed from the content space, and that contract ID is used to determine the object ID to create in the fabric. The content type object will be created in the special content space library (ilib)

    Returns: Object ID of created content type
    Parameters:
    Name Type Attributes Description
    libraryId string <optional>

    ID of the library in which to create the content type. If not specified, it will be created in the content space library

    name string

    Name of the content type

    metadata object

    Metadata for the new content type

    bitcode Blob | Buffer <optional>

    Bitcode to be used for the content type

    Example
    async CreateContentType({
      "name": "Test Content Type 814f71709583db291066"
    });
    
    
    "iq__uvjE3xbe5UfuvHpBHUwnRsZn8Mw"
    Source:

    async CreatePart({
    libraryId,
    objectId,
    writeToken,
    encryptionoptional
    })
    → Promise.<string>

    Create a part upload draft

    Returns: The part write token for the part draft
    Parameters:
    Name Type Attributes Default Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the content object draft

    encryption string <optional>
    none

    Desired encryption scheme. Options: 'none (default)', 'cgck'

    Examples
    async CreatePart({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__j7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "writeToken": "tqw_7cAHPxjed35QVwYiDaW9mwqd7YjzHWvuY",
      "encryption": "none"
    });
    
    
    "tqpwNhKyBUScozKJSNko724VgaU4HsEwgE2pD"
    async CreatePart({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_7tk7chq1AQ93VPKo4Yhb6knJqC7EoTUB8",
      "encryption": "none"
    });
    
    
    "tqpwJ8hKqM4dNbspiq9EJg77jt7Y1nL7aZzQH"
    async CreatePart({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_eWdYYX6Znpb7rdqbdmxwbGRwc79C14H7",
      "encryption": "cgck"
    });
    
    
    "tqpwHimoa8ALyTWXhhWZjyt2z4rF73WCxbATw"
    async CreatePart({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_29uXUboDch3qXainuXVfxwA8jmAyw2soq"
    });
    
    
    "tqpw6xVH1yVSLswGFJJazrKd8wPCjNfia8gdv"
    async CreatePart({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_6pjm3DE8dhS5KJNfE4nYHXeNhoDPNQryb",
      "encryption": "cgck"
    });
    
    
    "tqpw9RK9x8RSWFb7n6YeGN82kxt6No2SNniMS"
    Source:

    async CreateProductionMaster({
    libraryId,
    name,
    descriptionoptional,
    contentTypeName,
    metadataoptional,
    fileInfooptional,
    filePaths,
    copyoptional,
    callbackoptional,
    accessoptional
    })
    → Object

    Create a master media content object with the given files.

    • If uploading using local files, use fileInfo parameter (see UploadFiles for format)
    • If uploading from S3 bucket, use access, filePath and copy, parameters (see UploadFilesFromS3 method)
    Returns: The finalize response for the object, as well as logs, warnings and errors from the master initialization
    Parameters:
    Name Type Attributes Default Description
    libraryId string

    ID of the library

    name string

    Name of the content

    description string <optional>

    Description of the content

    contentTypeName string

    Name of the content type to use

    metadata Object <optional>

    Additional metadata for the content object

    fileInfo Object <optional>

    (Local) Files to upload to (See UploadFiles method)

    filePaths Array.<string>

    (S3) List of files to copy/reference from bucket

    copy boolean <optional>
    false

    (S3) If specified, files will be copied from S3

    callback function <optional>

    Progress callback for file upload (See UploadFiles or UploadFilesFromS3 method)

    access Object <optional>

    (S3) Region, bucket, access key and secret for S3

    • Format: {region, bucket, accessKey, secret}
    Throws:

    error - If the initialization of the master fails, error details can be found in error.body

    Type
    Object
    Example
    async CreateProductionMaster({
      "libraryId": "ilib2JzDGHWNKanusky3W1Anh7Fca5M4",
      "name": "Production Master Test",
      "description": "Production Master Test Description",
      "metadata": {
        "test": "master"
      },
      "fileInfo": [
        {
          "path": "Video.mp4",
          "mime_type": "video/mp4",
          "size": 97944174,
          "type": "file"
        }
      ]
    });
    
    
    {
      "errors": [],
      "logs": [
        "2019-11-05 20:36:26 Debug: avtest.initProdMaster()",
        "2019-11-05 20:36:26 Info: Get list of files from object",
        "2019-11-05 20:36:26 Info: 2 item(s) found in file list.",
        "2019-11-05 20:36:26 Info: Skipping '.'",
        "2019-11-05 20:36:26 Info: Analyzing Video.mp4",
        "2019-11-05 20:36:26 Debug: getAvpReqCtx, filePath=Video.mp4, qhot=tqw_Hs2ntEcsSkQLW766deZfEjQfiAuT2X8Jy"
      ],
      "warnings": [],
      "id": "iq__2vXoz6eDz9U8gRmT8prgEi1iPJS2",
      "hash": "hq__Bs1ZoN5Zha64ycUUkRkXMVUNTBVvk9mft1b4mXawc5nF3U83cupB1inCAYKx3g7xhrvmDFg3xS",
      "write_token": "tqw_Hs2ntEcsSkQLW766deZfEjQfiAuT2X8Jy",
      "type": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35"
    }
    Source:

    CurrentAccountAddress() → string

    Get the account address of the current signer

    Returns: The address of the current signer
    Source:

    async CustomContractAddress({
    libraryId,
    objectId
    })
    → Promise.<string>|undefined

    Get the custom contract of the specified object

    Returns: If the object has a custom contract, this will return the address of the custom contract
    Parameters:
    Name Type Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    Example
    async CustomContractAddress({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g"
    });
    
    
    "0x3207a2fac0be98197aaad1bbf45c28ef02f50d03"
    Source:

    async DefaultKMSAddress() → Promise.<string>

    Get the address of the default KMS of the content space

    Returns: Address of the KMS
    Example
    async DefaultKMSAddress();
    
    
    "0x024E380255B1f88AD89603C628f32bA0fb222Fa4"
    Source:

    async DeleteAccessGroup({contractAddress})

    Delete an access group

    Calls the kill method on the specified access group's contract

    Parameters:
    Name Type Description
    contractAddress string

    The address of the access group contract

    Example
    async DeleteAccessGroup({
      "contractAddress": "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee"
    });
    
    
    <No Return Value>
    Source:

    async DeleteContentLibrary({libraryId})

    Delete the specified content library

    See:
    • DELETE /qlibs/:qlibid
    Parameters:
    Name Type Description
    libraryId string

    ID of the library to delete

    Example
    async DeleteContentLibrary({
      "libraryId": "ilibSJ8iYvzKwShsfVhU3pH8CJDwuMX"
    });
    
    
    <No Return Value>
    Source:

    async DeleteContentObject({
    libraryId,
    objectId
    })

    Delete specified content object

    Parameters:
    Name Type Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    Example
    async DeleteContentObject({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF"
    });
    
    
    <No Return Value>
    Source:

    async DeleteContentVersion({versionHashoptional})

    Delete specified version of the content object

    Parameters:
    Name Type Attributes Description
    versionHash string <optional>

    Hash of the object version - if not specified, most recent version will be deleted

    Example
    async DeleteContentVersion({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "versionHash": "hq__5j2vhZXC4ke2BZDHJj3Zcj3DqchhUm9r1XK5stKtbAttA5kEAeV65LDTap69JfpihM7HHUpiNm"
    });
    
    
    <No Return Value>
    Source:

    async DeleteFiles({
    libraryId,
    objectId,
    writeToken,
    filePaths
    })

    Delete the specified list of files/directories

    Parameters:
    Name Type Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the draft

    filePaths Array.<string>

    List of file paths to delete

    Source:

    async DeleteMetadata({
    libraryId,
    objectId,
    writeToken,
    metadataSubtreeoptional
    })

    Delete content object metadata of specified subtree

    See:
    • DELETE /qlibs/:qlibid/q/:write_token/meta
    Parameters:
    Name Type Attributes Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the draft

    metadataSubtree string <optional>

    Subtree of the object metadata to modify

    • if not specified, all metadata will be deleted
    Example
    async DeleteMetadata({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_7gunC5EeqHK7Z9xpvaQGcRfPzLciCj2Hz",
      "metadataSubtree": "toDelete"
    });
    
    
    <No Return Value>
    Source:

    async DeletePart({
    libraryId,
    objectId,
    writeToken,
    partHash
    })

    Delete the specified part from a content draft

    See:
    • DELETE /qlibs/:qlibid/q/:write_token/parts/:qparthash
    Parameters:
    Name Type Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the content object draft

    partHash string

    Hash of the part to delete

    Examples
    async DeletePart({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_DThdE8vv9T4MkcxSanzHwtutVrPvrTy4P",
      "partHash": "hqp_YSs9MXvYzpFaaaG4VTB7tfkLwqEUAb8tH8dZVNXAYBFCZid"
    });
    
    
    <No Return Value>
    async DeletePart({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_DThdE8vv9T4MkcxSanzHwtutVrPvrTy4P",
      "partHash": "hqp_5b3v6fKs2v4XqNCLwAWXj1q5Dkh8TUk5BNVZX1tVBHihrDRX"
    });
    
    
    <No Return Value>
    Source:

    async DeployContract({
    abi,
    bytecode,
    constructorArgs,
    overridesoptional
    })
    → Promise.<Object>

    Deploy a contract from ABI and bytecode. This client's signer will be the owner of the contract.

    Returns: Response containing the deployed contract address and the transaction hash of the deployment
    Parameters:
    Name Type Attributes Description
    abi Object

    ABI of contract

    bytecode string

    Bytecode of the contract

    constructorArgs Array.<string>

    List of arguments to the contract constructor

    overrides Object <optional>

    Change default gasPrice or gasLimit used for this action

    Example
    async DeployContract({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "licensingFee",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "bytes32[]"
            },
            {
              "name": "",
              "type": "address[]"
            }
          ],
          "name": "runAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "bytes32[]"
            },
            {
              "name": "",
              "type": "address[]"
            }
          ],
          "name": "runAccess",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "runFinalize",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "percentPartial",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "withdraw",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "proposed_status_code",
              "type": "int256"
            }
          ],
          "name": "runStatusChange",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "runDescribeStatus",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "pure",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_FINAL_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "DEFAULT_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "runCreate",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "partialPayment",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "runKill",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_address",
              "type": "address"
            },
            {
              "name": "new_owner",
              "type": "address"
            }
          ],
          "name": "transferContentOwnership",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT_APPROVED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "DEFAULT_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "licensing_fee",
              "type": "uint256"
            }
          ],
          "name": "setLicensingFee",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "licensingStatus",
          "outputs": [
            {
              "name": "percentComplete",
              "type": "uint8"
            },
            {
              "name": "licensingFee",
              "type": "uint256"
            },
            {
              "name": "licensingFeePaid",
              "type": "uint256"
            },
            {
              "name": "valid",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "partial_payment",
              "type": "uint8"
            }
          ],
          "name": "setPartialPayment",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "percent_partial",
              "type": "uint8"
            }
          ],
          "name": "setPercentPartial",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "bool"
            }
          ],
          "name": "runGrant",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_address",
              "type": "address"
            }
          ],
          "name": "reclaimContentOwnership",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "DEFAULT_CHARGE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "percent_complete",
              "type": "uint8"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "reviewContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "PayCredit",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            }
          ],
          "name": "Log",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "b",
              "type": "bool"
            }
          ],
          "name": "LogBool",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "LogAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "u",
              "type": "uint256"
            }
          ],
          "name": "LogUint256",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "u",
              "type": "int256"
            }
          ],
          "name": "LogInt256",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "b",
              "type": "bytes32"
            }
          ],
          "name": "LogBytes32",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunKill",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "proposedStatusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "returnStatusCode",
              "type": "int256"
            }
          ],
          "name": "RunStatusChange",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "calculateAccessCharge",
              "type": "int256"
            }
          ],
          "name": "RunAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunFinalize",
          "type": "event"
        }
      ],
      "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f53706c436f6e744c6963656e73696e6732303139303331383130353730304d4c600555678ac7230489e800006006556007805461280061ff001960ff19909216603c179190911617905560018054600160a060020a03199081163290811790925560028054909116909117905561151e806100c96000396000f3006080604052600436106101715763ffffffff60e060020a60003504166302d05d3f81146101735780630779564b146101a45780630f82c16f146101cb578063123e0e8014610290578063176859531461031d5780632d4fac771461032b5780632e1a7d4d146103565780633513a8051461038257806341c0e1b51461038d57806345080442146103a25780634d52fe4b146103ba57806354fd4d50146103cf5780636af27417146103e45780636d2e4b1b146103f95780637b1cdb3e1461041a5780638da5cb5b146104225780638e7f900f146104375780639e99bbea1461044c578063a2e1cf8a14610454578063af570c041461047b578063b261b9e714610490578063b535b03e146104a5578063b6524089146104ba578063ba3c32ea146104d2578063cba43b0d1461051f578063db14178d1461053a578063e870ed9114610555578063e97a08ba14610565578063f185db0c14610579578063f2fde38b1461058e578063f96e91df146105af575b005b34801561017f57600080fd5b50610188610620565b60408051600160a060020a039092168252519081900360200190f35b3480156101b057600080fd5b506101b961062f565b60408051918252519081900360200190f35b3480156101d757600080fd5b5060408051602060046024803582810135848102808701860190975280865261026196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106359650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526101b9958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106449650505050505050565b6101b960043560243561064e565b34801561033757600080fd5b50610340610656565b6040805160ff9092168252519081900360200190f35b34801561036257600080fd5b5061036e60043561065f565b604080519115158252519081900360200190f35b6101b960043561071c565b34801561039957600080fd5b50610171610b9f565b3480156103ae57600080fd5b506101b9600435610bdb565b3480156103c657600080fd5b506101b9610c47565b3480156103db57600080fd5b506101b9610c6b565b3480156103f057600080fd5b50610340610c71565b34801561040557600080fd5b50610171600160a060020a0360043516610c76565b6101b9610cd1565b34801561042e57600080fd5b50610188610d4a565b34801561044357600080fd5b50610340610d59565b6101b9610d67565b34801561046057600080fd5b50610188600160a060020a0360043581169060243516610eb3565b34801561048757600080fd5b50610188610f6b565b34801561049c57600080fd5b506101b9610f7a565b3480156104b157600080fd5b50610340610f9e565b3480156104c657600080fd5b506101b9600435610fa3565b3480156104de57600080fd5b506104f3600160a060020a0360043516610fdd565b6040805160ff909516855260208501939093528383019190915215156060830152519081900360800190f35b34801561052b57600080fd5b5061034060ff60043516611009565b34801561054657600080fd5b5061034060ff6004351661105c565b6101b9600435602435151561064e565b610188600160a060020a03600435166110a4565b34801561058557600080fd5b5061034061129b565b34801561059a57600080fd5b50610171600160a060020a03600435166112a0565b3480156105bb57600080fd5b50604080516020601f60643560048181013592830184900484028501840190955281845261036e94600160a060020a03813516946024803515159560ff6044351695369560849493019181908401838280828437509497506113129650505050505050565b600154600160a060020a031681565b60065481565b60076000808093509350935093565b6000949350505050565b600092915050565b60075460ff1681565b600254600090600160a060020a03163214806106855750600254600160a060020a031633145b151561069057600080fd5b600254604051600160a060020a039091169083156108fc029084906000818181858888f193505050501580156106ca573d6000803e3d6000fd5b5060025460408051600160a060020a03909216825260006020830152818101849052517f6fad978e8a2a7d154cdbeac8b127068f0cb03d8f2d585fe8087161308cc3dd1d9181900360600190a1919050565b3360008181526008602090815260408083208054600282015460019092015483517f27c1c21d0000000000000000000000000000000000000000000000000000000081529351959695869560ff90931694899489949303928492839283928a926327c1c21d92600480820193929182900301818787803b15801561079f57600080fd5b505af11580156107b3573d6000803e3d6000fd5b505050506040513d60208110156107c957600080fd5b50511280156107d8575060008a135b156108005760075460ff908116908716106107f657600394506107fb565b600194505b61088c565b8560ff166064141561081b578915156107fb5782935061088c565b60075460ff90811690871610610886578915156107fb57600160a060020a03881660009081526008602052604090206002810154600754600190920154909160649161010090910460ff160204039150828211610878578161087a565b825b9350600219945061088c565b60001994505b60008411156109aa57828411156108a257600080fd5b86600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b1580156108e057600080fd5b505af11580156108f4573d6000803e3d6000fd5b505050506040513d602081101561090a57600080fd5b5051600160a060020a03808a16600090815260086020526040808220600201805489019055519293509083169186156108fc0291879190818181858888f1935050505015801561095e573d6000803e3d6000fd5b5060408051600160a060020a0380841682528a16602082015280820186905290517f6fad978e8a2a7d154cdbeac8b127068f0cb03d8f2d585fe8087161308cc3dd1d9181900360600190a15b604080518b81526020810187905281517fb6c1c013bb5004fe8e943c6890e300ccedf9bd73dcd4eb291b31b9f96874feff929181900390910190a1841515610a2c57600160a060020a0388166000908152600860205260408120805460ff19908116825560018201839055600282019290925560030180549091169055610b91565b6000851215610b0f5786600160a060020a031663f2fde38b88600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610a8257600080fd5b505af1158015610a96573d6000803e3d6000fd5b505050506040513d6020811015610aac57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b158015610af257600080fd5b505af1158015610b06573d6000803e3d6000fd5b50505050610b91565b6000851315610b9157604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a0389169163f2fde38b91602480830192600092919082900301818387803b158015610b7857600080fd5b505af1158015610b8c573d6000803e3d6000fd5b505050505b509298975050505050505050565b600254600160a060020a0316321480610bc25750600254600160a060020a031633145b1515610bcd57600080fd5b600254600160a060020a0316ff5b6000816002191415610c0e57507f447261667420617070726f766564000000000000000000000000000000000000610c42565b8160031415610c3e57507f46696e616c20696e207265766965770000000000000000000000000000000000610c42565b5060005b919050565b7f46696e616c20696e20726576696577000000000000000000000000000000000081565b60055481565b600281565b600154600160a060020a03163214610c8d57600080fd5b600160a060020a0381161515610ca257600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b6000610cdb6114cb565b5060408051608081018252600080825260065460208084019182528385018381526001606086018181523386526008909352959093209351845460ff9190911660ff19918216178555915194840194909455905160028301559151600390910180549115159190921617905590565b600254600160a060020a031681565b600754610100900460ff1681565b33600081815260086020526040812060030154909190829060ff161515610d915760009250610eae565b81905030600160a060020a031681600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610ddc57600080fd5b505af1158015610df0573d6000803e3d6000fd5b505050506040513d6020811015610e0657600080fd5b5051600160a060020a03161415610e4957600160a060020a0382166000908152600860205260409020600281015460019091015414610e4457600080fd5b610e6f565b600160a060020a03821660009081526008602052604090206002015415610e6f57600080fd5b600160a060020a0382166000908152600860205260408120805460ff199081168255600182018390556002820183905560039091018054909116905592505b505090565b6002546000908190600160a060020a0316321480610edb5750600254600160a060020a031633145b1515610ee657600080fd5b50604080517ff2fde38b000000000000000000000000000000000000000000000000000000008152600160a060020a0384811660048301529151859283169163f2fde38b91602480830192600092919082900301818387803b158015610f4b57600080fd5b505af1158015610f5f573d6000803e3d6000fd5b50949695505050505050565b600354600160a060020a031681565b7f447261667420617070726f76656400000000000000000000000000000000000081565b600181565b600254600090600160a060020a0316321480610fc95750600254600160a060020a031633145b1515610fd457600080fd5b60069190915590565b600860205260009081526040902080546001820154600283015460039093015460ff9283169391921684565b600254600090600160a060020a031632148061102f5750600254600160a060020a031633145b151561103a57600080fd5b506007805461ff00191661010060ff9384168102919091179182905590041690565b600254600090600160a060020a03163214806110825750600254600160a060020a031633145b151561108d57600080fd5b506007805460ff191660ff92831617908190551690565b600160a060020a038116600090815260086020526040812060030154819060ff1615156110d057600080fd5b82905080600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561111157600080fd5b505af1158015611125573d6000803e3d6000fd5b505050506040513d602081101561113b57600080fd5b5051600160a060020a0316321461115157600080fd5b600160a060020a03831660009081526008602052604090206002015434101561117957600080fd5b600160a060020a03808416600090815260086020908152604080832060020183905580517f8280dd8f0000000000000000000000000000000000000000000000000000000081526000196004820152905193851693638280dd8f93602480840194938390030190829087803b1580156111f157600080fd5b505af1158015611205573d6000803e3d6000fd5b505050506040513d602081101561121b57600080fd5b5050604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523260048201529051600160a060020a0383169163f2fde38b91602480830192600092919082900301818387803b15801561127d57600080fd5b505af1158015611291573d6000803e3d6000fd5b5050505050919050565b600481565b600254600160a060020a03163214806112c35750600254600160a060020a031633145b15156112ce57600080fd5b600160a060020a03811615156112e357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600160a060020a0384166000818152600860209081526040808320805460ff191660ff881617905580517fb816f5130000000000000000000000000000000000000000000000000000000081529051929388938593849363b816f513926004808301939282900301818787803b15801561138b57600080fd5b505af115801561139f573d6000803e3d6000fd5b505050506040513d60208110156113b557600080fd5b50516040517f87e86b2c000000000000000000000000000000000000000000000000000000008152600160a060020a038a8116600483019081528a15156024840152606060448401908152895160648501528951949650918616936387e86b2c938d938d938c93909260840190602085019080838360005b8381101561144557818101518382015260200161142d565b50505050905090810190601f1680156114725780820380516001836020036101000a031916815260200191505b50945050505050602060405180830381600087803b15801561149357600080fd5b505af11580156114a7573d6000803e3d6000fd5b505050506040513d60208110156114bd57600080fd5b505198975050505050505050565b604080516080810182526000808252602082018190529181018290526060810191909152905600a165627a7a723058203cd7cf68d58fc177b6a635bda8125ed3f471d66389e09531873c99f4f2cb84e50029",
      "constructorArgs": []
    });
    
    
    {
      "contractAddress": "0x3207a2fac0be98197aaad1bbf45c28ef02f50d03",
      "transactionHash": "0xe7255e46a5e75dd5dbf19238d041c66eedc74ff743a7ed092392344c7e494fb3"
    }
    Source:

    async DownloadFile({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional,
    filePath,
    formatoptional
    })
    → Promise.<ArrayBuffer>

    Download a file from a content object

    Returns: File data in the requested format
    See:
    • GET /qlibs/:qlibid/q/:qhit/files/:filePath
    Parameters:
    Name Type Attributes Default Description
    libraryId string <optional>

    ID of the library

    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Hash of the object version - if not specified, latest version will be used

    filePath string

    Path to the file to download

    format string <optional>
    "blob"

    Format in which to return the data ("blob" | "arraybuffer")

    Examples
    async DownloadFile({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "filePath": "testDirectory/File 1",
      "format": "arrayBuffer"
    });
    
    
    <ArrayBuffer 100000>
    async DownloadFile({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "filePath": "testDirectory/File 2",
      "format": "arrayBuffer"
    });
    
    
    <ArrayBuffer 100000>
    Source:

    async DownloadPart({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional,
    partHash,
    formatoptional,
    chunkedoptional,
    chunkSizeoptional,
    callbackoptional
    })
    → Promise.<ArrayBuffer>

    Download a part from a content object. The fromByte and range parameters can be used to specify a specific section of the part to download.

    Returns: Part data in the specified format
    Parameters:
    Name Type Attributes Default Description
    libraryId string <optional>

    ID of the library

    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Hash of the object version - if not specified, latest version will be used

    partHash string

    Hash of the part to download

    format string <optional>
    "arrayBuffer"

    Format in which to return the data

    chunked boolean <optional>
    false

    If specified, part will be downloaded and decrypted in chunks. The specified callback will be invoked on completion of each chunk. This is recommended for large files, especially if they are encrypted.

    chunkSize number <optional>
    1000000

    If doing chunked download, size of each chunk to fetch

    callback function <optional>

    Will be called on completion of each chunk

    • Signature: ({bytesFinished, bytesTotal, chunk}) => {}

    Note: If the part is encrypted, bytesFinished/bytesTotal will not exactly match the size of the data received. These values correspond to the size of the encrypted data - when decrypted, the part will be slightly smaller.

    Example
    async DownloadPart({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "partHash": "hqpeDiLbZuBWHuLZBboHiCVCDRPA6FZMJxxTzRU7BoSoRqBG6vCV",
      "format": "arrayBuffer"
    });
    
    
    <ArrayBuffer 100000>
    Source:

    async EditContentObject({
    libraryId,
    objectId,
    optionsoptional
    })
    → Promise.<object>

    Create a new content object draft from an existing object.

    Returns: Response containing the object ID and write token of the draft
    See:
    • POST /qlibs/:qlibid/qid/:objectid
    Parameters:
    Name Type Attributes Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    options object <optional>

    meta: New metadata for the object - will be merged into existing metadata if specified

    Examples
    async EditContentObject({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__2fkf3hb3upAKx6CpHnBG4nUgZcns"
    });
    
    
    {
      "id": "iq__2fkf3hb3upAKx6CpHnBG4nUgZcns",
      "write_token": "tqw_KTtz3MNZMtKxYg7VTCzzZDDs4tK2mz7qC",
      "type": ""
    }
    async EditContentObject({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF"
    });
    
    
    {
      "id": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "write_token": "tqw_7E9k9RjmcCUm6ztMKFVbeWPwkcCUB6Xf3",
      "type": "hq__AoYY7jhnmMYJSjGTWeXq3aJUhgHAS2463PYqdW5BVUVU5rNXmoo4bM5YgjV7ycP4MAG9hGhcJD"
    }
    async EditContentObject({
      "libraryId": "ilib2JzDGHWNKanusky3W1Anh7Fca5M4",
      "objectId": "iq__2JzDGHWNKanusky3W1Anh7Fca5M4",
      "options": {
        "type": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL"
      }
    });
    
    
    {
      "id": "iq__2JzDGHWNKanusky3W1Anh7Fca5M4",
      "write_token": "tqw_3jcddRSPM4SAMu4bmusmH6K6A3odtF2vV",
      "type": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL"
    }
    async EditContentObject({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF"
    });
    
    
    {
      "id": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "write_token": "tqw_DThdE8vv9T4MkcxSanzHwtutVrPvrTy4P",
      "type": "hq__AoYY7jhnmMYJSjGTWeXq3aJUhgHAS2463PYqdW5BVUVU5rNXmoo4bM5YgjV7ycP4MAG9hGhcJD"
    }
    Source:

    async Encrypt({
    libraryId,
    objectId,
    writeToken,
    chunk
    })
    → Promise.<ArrayBuffer>

    Encrypt the specified chunk for the specified object or draft

    Parameters:
    Name Type Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the content object draft

    chunk Promise.<(ArrayBuffer|Buffer)>

    The data to encrypt

    Source:

    async EncryptionConk({
    libraryId,
    objectId,
    writeToken
    })

    Retrieve the encryption conk for the specified object. If one has not yet been created and a writeToken has been specified, this method will create a new conk and save it to the draft metadata

    Returns:

    Promise - The encryption conk for the object

    Parameters:
    Name Type Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the content object draft

    Example
    async EncryptionConk({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF"
    });
    
    
    {
      "secret_key": "kpsk11111111111111116YvAASytFQTaqSBEkr6bnRxCaia7xoqcLHPFzMND75XL",
      "public_key": "ktpkASeXWWkstPhozGpD5pfK3bAhwSsUsWRHyduRggBiws6uDzESUvXn6upe7V7p2UrQG77sfKfU7dNBox7h4geaB8wZ2Rr1GTXq1S4zUea2uESMHE79oyc4VLyjgQdBVQmAnB2MFiB5XYYw9NoHZNUeUWA4HP3TjSwe7kGQ5kLkqoPfo6h8vifPDMk9rP2wb3AeZP4FxnfxyCJw67ibmGgwuE7XFiJo2EkCAshbD44pzctVpm39CFgqbWypuqdfpJFfS75U65o",
      "symm_key": "kpsyMadMVfEjpaPi3FwZBnksmy"
    }
    Source:

    async Events({
    toBlockoptional,
    fromBlockoptional,
    countoptional,
    includeTransactionoptional
    })
    → Promise.<Array.<Array.<Object>>>

    Get events from the blockchain in reverse chronological order, starting from toBlock. This will also attempt to identify and parse any known Eluvio contract methods. If successful, the method name, signature, and input values will be included in the log entry.

    Returns: List of blocks, in ascending order by block number, each containing a list of the events in the block.
    Parameters:
    Name Type Attributes Default Description
    toBlock number <optional>

    Limit results to events before the specified block (inclusive) - If not specified, will start from latest block

    fromBlock number <optional>

    Limit results to events after the specified block (inclusive)

    count number <optional>
    10

    Max number of events to include (unless both toBlock and fromBlock are specified)

    includeTransaction boolean <optional>
    false

    If specified, more detailed transaction info will be included. Note: This requires two extra network calls per transaction, so it should not be used for very large ranges

    Examples
    async Events({
      "count": 5
    });
    
    
    [
      [
        {
          "blockNumber": 100029,
          "blockHash": "0x16a70bd8ce9262b69e84ec9d70e151e3c8dc6d6595d755a7e4a0e28dc0037650",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000005a0000000000000000000000000000000000000000000000000000000000000001",
          "topics": [
            "0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06"
          ],
          "transactionHash": "0x5f57e0635f56c95e0860a589bfca93abd388bd4bf1d938894f708078db0924b8",
          "logIndex": 0,
          "name": "AccessComplete",
          "signature": "AccessComplete(uint256,uint256,bool)",
          "topic": "0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06",
          "values": {
            "0": {
              "_hex": "0x03"
            },
            "1": {
              "_hex": "0x5a"
            },
            "2": true,
            "requestID": {
              "_hex": "0x03"
            },
            "scorePct": {
              "_hex": "0x5a"
            },
            "customContractResult": true,
            "length": 3
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 100028,
          "blockHash": "0xf0eb80e21d934b462214e630d8e64c3cf2ccd8dfd0b7e4d1d637f747535dcf1b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f34726f55456b38544831375441776142666f6331766a6b546a6e4d643467713656455665763832696941486f7a784178625a317333676e383469426f75716a666450734b353641794b460000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343465333434663861383964303939623362633064626137396239613364386461646530326364626236393161306331656236323432636432633265653266653636333336636533333365666263343734366535333262643964363665383836623266336633383230373964366261363264373862663335373736636136333763000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0xac8d2364fa656098c31a4933485fd07b99780dd4522d409ce067bb64c4d7a72d",
          "logIndex": 2,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x03"
            },
            "1": 0,
            "2": "hq__4roUEk8TH17TAwaBfoc1vjkTjnMd4gq6VEVev82iiAHozxAxbZ1s3gn84iBouqjfdPsK56AyKF",
            "3": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
            "4": "",
            "requestID": {
              "_hex": "0x03"
            },
            "level": 0,
            "contentHash": "hq__4roUEk8TH17TAwaBfoc1vjkTjnMd4gq6VEVev82iiAHozxAxbZ1s3gn84iBouqjfdPsK56AyKF",
            "pkeRequestor": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
            "pkeAFGH": "",
            "length": 5
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 100028,
          "blockHash": "0xf0eb80e21d934b462214e630d8e64c3cf2ccd8dfd0b7e4d1d637f747535dcf1b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0xac8d2364fa656098c31a4933485fd07b99780dd4522d409ce067bb64c4d7a72d",
          "logIndex": 1,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 100028,
          "blockHash": "0xf0eb80e21d934b462214e630d8e64c3cf2ccd8dfd0b7e4d1d637f747535dcf1b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0xac8d2364fa656098c31a4933485fd07b99780dd4522d409ce067bb64c4d7a72d",
          "logIndex": 0,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 100027,
          "blockHash": "0x1a03e6bc08e31198f7351cb97f25b0c32b48e0440ccb4fb042f8e9b0e292210e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x00000000000000000000000000000000000000000000000006f05b59d3b20000",
          "topics": [
            "0x4114f8ef80b6de2161db580cbefa14e1892d15d3ebe2062c9914e4a5773114a3"
          ],
          "transactionHash": "0x829d563b8ff3cbe0534c978306ec9c7614d58fdbb0011e140682a3a249437cdc",
          "logIndex": 0,
          "name": "SetAccessCharge",
          "signature": "SetAccessCharge(uint256)",
          "topic": "0x4114f8ef80b6de2161db580cbefa14e1892d15d3ebe2062c9914e4a5773114a3",
          "values": {
            "0": {
              "_hex": "0x06f05b59d3b20000"
            },
            "accessCharge": {
              "_hex": "0x06f05b59d3b20000"
            },
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 100030,
          "blockHash": "0x95bbe17c75be482dc81d0516b06b641790661855131277892293cc77ccea829f",
          "hash": "0x95bbe17c75be482dc81d0516b06b641790661855131277892293cc77ccea829f",
          "parentHash": "0x16a70bd8ce9262b69e84ec9d70e151e3c8dc6d6595d755a7e4a0e28dc0037650",
          "number": 100030,
          "timestamp": 1572986200,
          "nonce": "0x0000000000000000",
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x1312d00"
          },
          "gasUsed": {
            "_hex": "0x5230"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd683010815846765746886676f312e3133856c696e75780000000000000000002ab80312ac8ea82be9e9660c0f1d579cac4cd6a6365cb3b78356944a77260c93528b3eaaa84180b08d1a5c39a1568fa536a365effae03fedfb0be7c149ab67cd01",
          "transactions": [
            "0x93539a8fcfb42bedf4236826aaf7a0c5c50f504e064324ed7df18fd25d4f855a"
          ],
          "transactionHash": "0x93539a8fcfb42bedf4236826aaf7a0c5c50f504e064324ed7df18fd25d4f855a"
        }
      ],
      [
        {
          "blockNumber": 100026,
          "blockHash": "0x0dc0f5d80d8d2815e118b00653d1f9958ef127d5230327dd2a41a3fe9f79b95a",
          "hash": "0x0dc0f5d80d8d2815e118b00653d1f9958ef127d5230327dd2a41a3fe9f79b95a",
          "parentHash": "0x92a02d25aa8a7822af396e625b8ac1df3026fde7dec1154447ee6d1ffe61526b",
          "number": 100026,
          "timestamp": 1572986195,
          "nonce": "0x0000000000000000",
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x1312d00"
          },
          "gasUsed": {
            "_hex": "0x6dd2"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd683010815846765746886676f312e3133856c696e757800000000000000000094b77e3f1046b81a7d10d757afd721a2da7a0a30d79c9855149902ff1214ec3e01ad6702dd45a96b1a72df445d1b7f1598c1b80bb630ca9b5d7ef9c864b7f77a01",
          "transactions": [
            "0xf0ec324751255953a97372c967dff4c64e83966d28e2aafcbbfbd677d17b5eab"
          ],
          "transactionHash": "0xf0ec324751255953a97372c967dff4c64e83966d28e2aafcbbfbd677d17b5eab"
        }
      ]
    ]
    async Events({
      "count": 20
    });
    
    
    [
      [
        {
          "blockNumber": 100029,
          "blockHash": "0x16a70bd8ce9262b69e84ec9d70e151e3c8dc6d6595d755a7e4a0e28dc0037650",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000005a0000000000000000000000000000000000000000000000000000000000000001",
          "topics": [
            "0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06"
          ],
          "transactionHash": "0x5f57e0635f56c95e0860a589bfca93abd388bd4bf1d938894f708078db0924b8",
          "logIndex": 0,
          "name": "AccessComplete",
          "signature": "AccessComplete(uint256,uint256,bool)",
          "topic": "0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06",
          "values": {
            "0": {
              "_hex": "0x03"
            },
            "1": {
              "_hex": "0x5a"
            },
            "2": true,
            "requestID": {
              "_hex": "0x03"
            },
            "scorePct": {
              "_hex": "0x5a"
            },
            "customContractResult": true,
            "length": 3
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 100028,
          "blockHash": "0xf0eb80e21d934b462214e630d8e64c3cf2ccd8dfd0b7e4d1d637f747535dcf1b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f34726f55456b38544831375441776142666f6331766a6b546a6e4d643467713656455665763832696941486f7a784178625a317333676e383469426f75716a666450734b353641794b460000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343465333434663861383964303939623362633064626137396239613364386461646530326364626236393161306331656236323432636432633265653266653636333336636533333365666263343734366535333262643964363665383836623266336633383230373964366261363264373862663335373736636136333763000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0xac8d2364fa656098c31a4933485fd07b99780dd4522d409ce067bb64c4d7a72d",
          "logIndex": 2,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x03"
            },
            "1": 0,
            "2": "hq__4roUEk8TH17TAwaBfoc1vjkTjnMd4gq6VEVev82iiAHozxAxbZ1s3gn84iBouqjfdPsK56AyKF",
            "3": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
            "4": "",
            "requestID": {
              "_hex": "0x03"
            },
            "level": 0,
            "contentHash": "hq__4roUEk8TH17TAwaBfoc1vjkTjnMd4gq6VEVev82iiAHozxAxbZ1s3gn84iBouqjfdPsK56AyKF",
            "pkeRequestor": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
            "pkeAFGH": "",
            "length": 5
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 100028,
          "blockHash": "0xf0eb80e21d934b462214e630d8e64c3cf2ccd8dfd0b7e4d1d637f747535dcf1b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0xac8d2364fa656098c31a4933485fd07b99780dd4522d409ce067bb64c4d7a72d",
          "logIndex": 1,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 100028,
          "blockHash": "0xf0eb80e21d934b462214e630d8e64c3cf2ccd8dfd0b7e4d1d637f747535dcf1b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0xac8d2364fa656098c31a4933485fd07b99780dd4522d409ce067bb64c4d7a72d",
          "logIndex": 0,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 100027,
          "blockHash": "0x1a03e6bc08e31198f7351cb97f25b0c32b48e0440ccb4fb042f8e9b0e292210e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x00000000000000000000000000000000000000000000000006f05b59d3b20000",
          "topics": [
            "0x4114f8ef80b6de2161db580cbefa14e1892d15d3ebe2062c9914e4a5773114a3"
          ],
          "transactionHash": "0x829d563b8ff3cbe0534c978306ec9c7614d58fdbb0011e140682a3a249437cdc",
          "logIndex": 0,
          "name": "SetAccessCharge",
          "signature": "SetAccessCharge(uint256)",
          "topic": "0x4114f8ef80b6de2161db580cbefa14e1892d15d3ebe2062c9914e4a5773114a3",
          "values": {
            "0": {
              "_hex": "0x06f05b59d3b20000"
            },
            "accessCharge": {
              "_hex": "0x06f05b59d3b20000"
            },
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 100025,
          "blockHash": "0x92a02d25aa8a7822af396e625b8ac1df3026fde7dec1154447ee6d1ffe61526b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f4273315a6f4e355a68613634796355556b526b584d56554e544256766b396d66743162346d58617763356e46335538336375704231696e4341594b78336737786872766d4446673378530000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343465333434663861383964303939623362633064626137396239613364386461646530326364626236393161306331656236323432636432633265653266653636333336636533333365666263343734366535333262643964363665383836623266336633383230373964366261363264373862663335373736636136333763000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0x67edee0102da10d18c04906ec9f61795f093bb06fe2109132eb53145875fb703",
          "logIndex": 2,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x01"
            },
            "1": 0,
            "2": "hq__Bs1ZoN5Zha64ycUUkRkXMVUNTBVvk9mft1b4mXawc5nF3U83cupB1inCAYKx3g7xhrvmDFg3xS",
            "3": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
            "4": "",
            "requestID": {
              "_hex": "0x01"
            },
            "level": 0,
            "contentHash": "hq__Bs1ZoN5Zha64ycUUkRkXMVUNTBVvk9mft1b4mXawc5nF3U83cupB1inCAYKx3g7xhrvmDFg3xS",
            "pkeRequestor": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
            "pkeAFGH": "",
            "length": 5
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 100025,
          "blockHash": "0x92a02d25aa8a7822af396e625b8ac1df3026fde7dec1154447ee6d1ffe61526b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x67edee0102da10d18c04906ec9f61795f093bb06fe2109132eb53145875fb703",
          "logIndex": 1,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 100025,
          "blockHash": "0x92a02d25aa8a7822af396e625b8ac1df3026fde7dec1154447ee6d1ffe61526b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x67edee0102da10d18c04906ec9f61795f093bb06fe2109132eb53145875fb703",
          "logIndex": 0,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 100024,
          "blockHash": "0x56f45db58d453f7a8e73eabf6974e9cd0443f2c6281f50cf9846dd835ee8db20",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
          "data": "0x",
          "topics": [
            "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
          ],
          "transactionHash": "0xe76c98f018d00770b830da818612c3fcd2a2026362c60beb662ea99f907db7f4",
          "logIndex": 0,
          "name": "AccessRequest",
          "signature": "AccessRequest()",
          "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
          "values": {
            "length": 0
          }
        }
      ],
      [
        {
          "blockNumber": 100023,
          "blockHash": "0xc2ccbe6c2b8397d91035637899fcff054e803fa679ec338dca31640e3ddb9215",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4273315a6f4e355a68613634796355556b526b584d56554e544256766b396d66743162346d58617763356e46335538336375704231696e4341594b78336737786872766d444667337853000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x49380611e57cab6e88490f50c79a1972a4fa253865bc72813771014fc40ee7ee",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__Bs1ZoN5Zha64ycUUkRkXMVUNTBVvk9mft1b4mXawc5nF3U83cupB1inCAYKx3g7xhrvmDFg3xS",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__Bs1ZoN5Zha64ycUUkRkXMVUNTBVvk9mft1b4mXawc5nF3U83cupB1inCAYKx3g7xhrvmDFg3xS",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 100022,
          "blockHash": "0xd19b879b2384369e7d4048da110529897e8b21c51df1b0a74a94e90b37eebd3e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x432c23fa626df3b53f6edf8d49e56105e5c0a737f46d5087d4395960b332ea79",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 100021,
          "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
          "data": "0x000000000000000000000000d8c228ae585482f7b851d777414bbec2c6807f430000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa490000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
            "1": "0x9a4aab1D4408D14deAb7CCD49Be106B28482fa49",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
            "content_type": "0x9a4aab1D4408D14deAb7CCD49Be106B28482fa49",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 100021,
          "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000d8c228ae585482f7b851d777414bbec2c6807f43",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
            "contentAddress": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 100021,
          "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
          "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000d8c228ae585482f7b851d777414bbec2c6807f4300000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "1": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
            "2": 200,
            "principal": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "entity": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 100021,
          "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "walletAddress": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 100021,
          "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 100021,
          "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
          "data": "0x0000000000000000000000005e09c89225aa6dff5d81f5b00bf0f846b71198b3",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
            "containingLibrary": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 100020,
          "blockHash": "0x9cc1b5ae3ca360b87d8d50fcc6d3401fb54f2bdad37edb831991ee8910c03087",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000005e09c89225aa6dff5d81f5b00bf0f846b71198b30000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4273315a6f4e355a68613634796355556b526b584d56554e544256766b396d66743162346d58617763356e46335538336375704231696e4341594b78336737786872766d444667337853000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xf1a254b8f56663c77b0dfabc049a456d99466df18c9ba69cb4bde1291b9253ef",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
            "2": "hq__Bs1ZoN5Zha64ycUUkRkXMVUNTBVvk9mft1b4mXawc5nF3U83cupB1inCAYKx3g7xhrvmDFg3xS",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
            "objectHash": "hq__Bs1ZoN5Zha64ycUUkRkXMVUNTBVvk9mft1b4mXawc5nF3U83cupB1inCAYKx3g7xhrvmDFg3xS",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 100019,
          "blockHash": "0xad94e3c5c9d6c08ccebc03e82e8152ea261a3c35ce7ebdedcd347962ddca0516",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x99468B537Ca00f2Bcb7111C6efB51E2778985b7E",
          "data": "0x000000000000000000000000f3f009b761926239308ded007ef4a75053ceb3db0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4a34656d743675576974516f3963356b796769324d4848346f707179595931524a586442434d6e3761504b3932657757584836584641644a53556e773270386952704a4a4c4c66743358000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xfc4120b9f84cd46a0f86b4ce0ec7ec2c381df4b71d44548c9329fa7fe94594e8",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0xF3f009B761926239308ded007ef4A75053cEB3DB",
            "1": "hq__J4emt6uWitQo9c5kygi2MHH4opqyYY1RJXdBCMn7aPK92ewWXH6XFAdJSUnw2p8iRpJJLLft3X",
            "spaceAddress": "0xF3f009B761926239308ded007ef4A75053cEB3DB",
            "objectHash": "hq__J4emt6uWitQo9c5kygi2MHH4opqyYY1RJXdBCMn7aPK92ewWXH6XFAdJSUnw2p8iRpJJLLft3X",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 100018,
          "blockHash": "0xddbeb7aa202762f27acbefe7dcf397fa1d0367246fb8e7a48c2e3e495b6514eb",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x07b0aea99D89AcaEfF4C50049C45e7f70b0662bC",
          "data": "0x000000000000000000000000000000000000000000000000000000005dc1dd3500000000000000000000000095d9593d8e0d9ee996174075d38a61b6353b4ff800000000000000000000000043bd32b8000ed2f81a7cf05ad2c176b3f9480e2f0000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000e0000000000000000000000000000000000000000000000000000016e3d473c30",
          "topics": [
            "0x208745b583bd0c257eced13411dc4b50e9a3a9c1ef0cc2f95b30a7457ec50cc1"
          ],
          "transactionHash": "0xae64690e537e196cb821903ee9c8628ba9d111024b05de6eef39910636286cca",
          "logIndex": 2,
          "name": "RecordingPlaybackCompleted",
          "signature": "RecordingPlaybackCompleted(uint256,address,address,uint256,uint8,uint256)",
          "topic": "0x208745b583bd0c257eced13411dc4b50e9a3a9c1ef0cc2f95b30a7457ec50cc1",
          "values": {
            "0": {
              "_hex": "0x5dc1dd35"
            },
            "1": "0x95d9593d8e0d9eE996174075D38a61B6353b4ff8",
            "2": "0x43bd32B8000Ed2f81a7CF05Ad2C176B3F9480E2f",
            "3": {
              "_hex": "0x07"
            },
            "4": 14,
            "5": {
              "_hex": "0x016e3d473c30"
            },
            "timestamp": {
              "_hex": "0x5dc1dd35"
            },
            "accessor": "0x95d9593d8e0d9eE996174075D38a61B6353b4ff8",
            "recObj": "0x43bd32B8000Ed2f81a7CF05Ad2C176B3F9480E2f",
            "requestID": {
              "_hex": "0x07"
            },
            "percentPlayed": 14,
            "finalizeTimestamp": {
              "_hex": "0x016e3d473c30"
            },
            "length": 6
          },
          "contract": "LvRecordableStream"
        },
        {
          "blockNumber": 100018,
          "blockHash": "0xddbeb7aa202762f27acbefe7dcf397fa1d0367246fb8e7a48c2e3e495b6514eb",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
          "data": "0x000000000000000000000000000000000000000000000000000000005dc1dd350000000000000000000000001c9975dd1973aace3d3d82f5d86d6867c7ee40db00000000000000000000000043bd32b8000ed2f81a7cf05ad2c176b3f9480e2f00000000000000000000000095d9593d8e0d9ee996174075d38a61b6353b4ff84c1f2573fbcfdf0173bbd7c96513af8f456bb1fe4707bd8039de66828f20e5ff0000000000000000000000000000000000000000000000000000016e3d473c30",
          "topics": [
            "0x078326d18c0223483393342523f51da024ddcb0f1e929aa1f142100381c794f5"
          ],
          "transactionHash": "0xae64690e537e196cb821903ee9c8628ba9d111024b05de6eef39910636286cca",
          "logIndex": 1,
          "name": "AccessComplete",
          "signature": "AccessComplete(uint256,address,address,address,bytes32,uint64)",
          "topic": "0x078326d18c0223483393342523f51da024ddcb0f1e929aa1f142100381c794f5",
          "values": {
            "0": {
              "_hex": "0x5dc1dd35"
            },
            "1": "0x1c9975Dd1973aAcE3D3d82f5d86D6867c7eE40dB",
            "2": "0x43bd32B8000Ed2f81a7CF05Ad2C176B3F9480E2f",
            "3": "0x95d9593d8e0d9eE996174075D38a61B6353b4ff8",
            "4": "0x4c1f2573fbcfdf0173bbd7c96513af8f456bb1fe4707bd8039de66828f20e5ff",
            "5": {
              "_hex": "0x016e3d473c30"
            },
            "timestamp": {
              "_hex": "0x5dc1dd35"
            },
            "libraryAddress": "0x1c9975Dd1973aAcE3D3d82f5d86D6867c7eE40dB",
            "contentAddress": "0x43bd32B8000Ed2f81a7CF05Ad2C176B3F9480E2f",
            "userAddress": "0x95d9593d8e0d9eE996174075D38a61B6353b4ff8",
            "contextHash": "0x4c1f2573fbcfdf0173bbd7c96513af8f456bb1fe4707bd8039de66828f20e5ff",
            "request_timestamp": {
              "_hex": "0x016e3d473c30"
            },
            "length": 6
          },
          "contract": "BaseContentFactoryExt"
        },
        {
          "blockNumber": 100018,
          "blockHash": "0xddbeb7aa202762f27acbefe7dcf397fa1d0367246fb8e7a48c2e3e495b6514eb",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
          "data": "0x000000000000000000000000000000000000000000000000000000005dc1dd35000000000000000000000000146e50d94e177ea8bb2fa41af42db541ca2a6305000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de14000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c80900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016d1d36b5d9",
          "topics": [
            "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
          ],
          "transactionHash": "0xae64690e537e196cb821903ee9c8628ba9d111024b05de6eef39910636286cca",
          "logIndex": 0,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,address,address,address,bytes32,uint64)",
          "topic": "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680",
          "values": {
            "0": {
              "_hex": "0x5dc1dd35"
            },
            "1": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
            "2": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
            "3": "0xA576095D1a8A7f2575F1022852Fec8A107C7c809",
            "4": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "5": {
              "_hex": "0x016d1d36b5d9"
            },
            "timestamp": {
              "_hex": "0x5dc1dd35"
            },
            "libraryAddress": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
            "contentAddress": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
            "userAddress": "0xA576095D1a8A7f2575F1022852Fec8A107C7c809",
            "contextHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "request_timestamp": {
              "_hex": "0x016d1d36b5d9"
            },
            "length": 6
          },
          "contract": "BaseContentFactoryExt"
        }
      ],
      [
        {
          "blockNumber": 100017,
          "blockHash": "0xf7422999b71b88065647f7575a8d1808ec6ac2d807e5f41f127f35e6f3231456",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x99468B537Ca00f2Bcb7111C6efB51E2778985b7E",
          "data": "0x000000000000000000000000f3f009b761926239308ded007ef4a75053ceb3db000000000000000000000000c244e6aa0f9ae2e87ef8247de2629b320a05ecb60000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4a34656d743675576974516f3963356b796769324d4848346f707179595931524a586442434d6e3761504b3932657757584836584641644a53556e773270386952704a4a4c4c66743358000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xdbb3edfd3f0e2eba6d4ed6846c315a48960bd9ccaf0aec41331f0d00034be3aa",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0xF3f009B761926239308ded007ef4A75053cEB3DB",
            "1": "0xc244e6Aa0f9AE2e87Ef8247DE2629b320a05EcB6",
            "2": "hq__J4emt6uWitQo9c5kygi2MHH4opqyYY1RJXdBCMn7aPK92ewWXH6XFAdJSUnw2p8iRpJJLLft3X",
            "spaceAddress": "0xF3f009B761926239308ded007ef4A75053cEB3DB",
            "parentAddress": "0xc244e6Aa0f9AE2e87Ef8247DE2629b320a05EcB6",
            "objectHash": "hq__J4emt6uWitQo9c5kygi2MHH4opqyYY1RJXdBCMn7aPK92ewWXH6XFAdJSUnw2p8iRpJJLLft3X",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 100016,
          "blockHash": "0x4f5e9730e4a07c0822d4577619fa42e81d0c54f94fa56a18dc195fdeb3dd6490",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x99468B537Ca00f2Bcb7111C6efB51E2778985b7E",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f396d327754585173754d6f3873415456506238447777507661356f67774b52436a6b53716876455075694b5442794b7438696d7967445478464568416757416176754157345978624348000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x9f686e47184a9c4bd9191a008de96ba16eddfa4f87e372eb3e496e7bc1ecb240",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "hq__9m2wTXQsuMo8sATVPb8DwwPva5ogwKRCjkSqhvEPuiKTByKt8imygDTxFEhAgWAavuAW4YxbCH",
            "objectHash": "hq__9m2wTXQsuMo8sATVPb8DwwPva5ogwKRCjkSqhvEPuiKTByKt8imygDTxFEhAgWAavuAW4YxbCH",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 100015,
          "blockHash": "0xac7ea6a60c4493d1d86d419bc19679ee19b3e11a29c7e37d9b36b288f476b1c9",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
          "data": "0x000000000000000000000000000000000000000000000000000000005dc1dd260000000000000000000000002bd50327ca78976fdbc974e5714b59112655ef4c0000000000000000000000009d65bcb53d77d5ed8a65057d27c85b258bd0ddef000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c80900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016d1d3702c3",
          "topics": [
            "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
          ],
          "transactionHash": "0xc9be415244daf186960eeabe4d017fc25ea4b44bd89f8e62983eed7a84388bf7",
          "logIndex": 0,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,address,address,address,bytes32,uint64)",
          "topic": "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680",
          "values": {
            "0": {
              "_hex": "0x5dc1dd26"
            },
            "1": "0x2Bd50327cA78976Fdbc974e5714b59112655Ef4C",
            "2": "0x9D65bcb53d77D5eD8A65057d27c85B258bd0DDeF",
            "3": "0xA576095D1a8A7f2575F1022852Fec8A107C7c809",
            "4": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "5": {
              "_hex": "0x016d1d3702c3"
            },
            "timestamp": {
              "_hex": "0x5dc1dd26"
            },
            "libraryAddress": "0x2Bd50327cA78976Fdbc974e5714b59112655Ef4C",
            "contentAddress": "0x9D65bcb53d77D5eD8A65057d27c85B258bd0DDeF",
            "userAddress": "0xA576095D1a8A7f2575F1022852Fec8A107C7c809",
            "contextHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "request_timestamp": {
              "_hex": "0x016d1d3702c3"
            },
            "length": 6
          },
          "contract": "BaseContentFactoryExt"
        }
      ],
      [
        {
          "blockNumber": 100014,
          "blockHash": "0xdd8f27910fc92c4f768d0e72b479ab38715a3000cfc21d80ed8f2ded77711289",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xbc3491497eeb828129efb1c19d43ba6fbb0dc84f1f845db1945eee08f4666059",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 100013,
          "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
          "data": "0x0000000000000000000000008a06fb2c8cf28e6d2530969e0e78a67d8d6d99cf000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d40000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
            "1": "0xdd83Ef98093b547d737538ef85F1a62e45b1c5D4",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
            "content_type": "0xdd83Ef98093b547d737538ef85F1a62e45b1c5D4",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 100013,
          "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x0000000000000000000000008a06fb2c8cf28e6d2530969e0e78a67d8d6d99cf",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
            "contentAddress": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 100013,
          "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
          "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a7440000000000000000000000008a06fb2c8cf28e6d2530969e0e78a67d8d6d99cf00000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "1": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
            "2": 200,
            "principal": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "entity": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 100013,
          "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "walletAddress": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 100013,
          "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 100013,
          "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
          "data": "0x0000000000000000000000005e09c89225aa6dff5d81f5b00bf0f846b71198b3",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
            "containingLibrary": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 100012,
          "blockHash": "0x6cbf5df5553f62e109e69a3d09a5136f20351d958e9ab7adadb431fc447f1713",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f414155397439696b59647675766470774e7a553863317742674b705965386e77416a6241456f3270726d634e796d4e596334445473577a43414d5572386d6242536f4e685437754a4136000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x618daef5579ff92a4903ad704a3ba49d526c2411418646c58969ac4668133899",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__AAU9t9ikYdvuvdpwNzU8c1wBgKpYe8nwAjbAEo2prmcNymNYc4DTsWzCAMUr8mbBSoNhT7uJA6",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__AAU9t9ikYdvuvdpwNzU8c1wBgKpYe8nwAjbAEo2prmcNymNYc4DTsWzCAMUr8mbBSoNhT7uJA6",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 100011,
          "blockHash": "0xb205d9fe5d11ecad48b83c26fbbf64ba92b2bc722819500332efd51210cebee9",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f414155397439696b59647675766470774e7a553863317742674b705965386e77416a6241456f3270726d634e796d4e596334445473577a43414d5572386d6242536f4e685437754a4136000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xe83a69884d55b68307347de3c97d3c18c1e242a0639238e4c1cf429d607a0360",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "2": "hq__AAU9t9ikYdvuvdpwNzU8c1wBgKpYe8nwAjbAEo2prmcNymNYc4DTsWzCAMUr8mbBSoNhT7uJA6",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__AAU9t9ikYdvuvdpwNzU8c1wBgKpYe8nwAjbAEo2prmcNymNYc4DTsWzCAMUr8mbBSoNhT7uJA6",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 100026,
          "blockHash": "0x0dc0f5d80d8d2815e118b00653d1f9958ef127d5230327dd2a41a3fe9f79b95a",
          "hash": "0x0dc0f5d80d8d2815e118b00653d1f9958ef127d5230327dd2a41a3fe9f79b95a",
          "parentHash": "0x92a02d25aa8a7822af396e625b8ac1df3026fde7dec1154447ee6d1ffe61526b",
          "number": 100026,
          "timestamp": 1572986195,
          "nonce": "0x0000000000000000",
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x1312d00"
          },
          "gasUsed": {
            "_hex": "0x6dd2"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd683010815846765746886676f312e3133856c696e757800000000000000000094b77e3f1046b81a7d10d757afd721a2da7a0a30d79c9855149902ff1214ec3e01ad6702dd45a96b1a72df445d1b7f1598c1b80bb630ca9b5d7ef9c864b7f77a01",
          "transactions": [
            "0xf0ec324751255953a97372c967dff4c64e83966d28e2aafcbbfbd677d17b5eab"
          ],
          "transactionHash": "0xf0ec324751255953a97372c967dff4c64e83966d28e2aafcbbfbd677d17b5eab"
        }
      ],
      [
        {
          "blockNumber": 100030,
          "blockHash": "0x95bbe17c75be482dc81d0516b06b641790661855131277892293cc77ccea829f",
          "hash": "0x95bbe17c75be482dc81d0516b06b641790661855131277892293cc77ccea829f",
          "parentHash": "0x16a70bd8ce9262b69e84ec9d70e151e3c8dc6d6595d755a7e4a0e28dc0037650",
          "number": 100030,
          "timestamp": 1572986200,
          "nonce": "0x0000000000000000",
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x1312d00"
          },
          "gasUsed": {
            "_hex": "0x5230"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd683010815846765746886676f312e3133856c696e75780000000000000000002ab80312ac8ea82be9e9660c0f1d579cac4cd6a6365cb3b78356944a77260c93528b3eaaa84180b08d1a5c39a1568fa536a365effae03fedfb0be7c149ab67cd01",
          "transactions": [
            "0x93539a8fcfb42bedf4236826aaf7a0c5c50f504e064324ed7df18fd25d4f855a"
          ],
          "transactionHash": "0x93539a8fcfb42bedf4236826aaf7a0c5c50f504e064324ed7df18fd25d4f855a"
        }
      ]
    ]
    async Events({
      "count": 0
    });
    
    
    []
    async Events({
      "fromBlock": 100025
    });
    
    
    [
      [
        {
          "blockNumber": 100029,
          "blockHash": "0x16a70bd8ce9262b69e84ec9d70e151e3c8dc6d6595d755a7e4a0e28dc0037650",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000005a0000000000000000000000000000000000000000000000000000000000000001",
          "topics": [
            "0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06"
          ],
          "transactionHash": "0x5f57e0635f56c95e0860a589bfca93abd388bd4bf1d938894f708078db0924b8",
          "logIndex": 0,
          "name": "AccessComplete",
          "signature": "AccessComplete(uint256,uint256,bool)",
          "topic": "0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06",
          "values": {
            "0": {
              "_hex": "0x03"
            },
            "1": {
              "_hex": "0x5a"
            },
            "2": true,
            "requestID": {
              "_hex": "0x03"
            },
            "scorePct": {
              "_hex": "0x5a"
            },
            "customContractResult": true,
            "length": 3
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 100028,
          "blockHash": "0xf0eb80e21d934b462214e630d8e64c3cf2ccd8dfd0b7e4d1d637f747535dcf1b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f34726f55456b38544831375441776142666f6331766a6b546a6e4d643467713656455665763832696941486f7a784178625a317333676e383469426f75716a666450734b353641794b460000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343465333434663861383964303939623362633064626137396239613364386461646530326364626236393161306331656236323432636432633265653266653636333336636533333365666263343734366535333262643964363665383836623266336633383230373964366261363264373862663335373736636136333763000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0xac8d2364fa656098c31a4933485fd07b99780dd4522d409ce067bb64c4d7a72d",
          "logIndex": 2,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x03"
            },
            "1": 0,
            "2": "hq__4roUEk8TH17TAwaBfoc1vjkTjnMd4gq6VEVev82iiAHozxAxbZ1s3gn84iBouqjfdPsK56AyKF",
            "3": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
            "4": "",
            "requestID": {
              "_hex": "0x03"
            },
            "level": 0,
            "contentHash": "hq__4roUEk8TH17TAwaBfoc1vjkTjnMd4gq6VEVev82iiAHozxAxbZ1s3gn84iBouqjfdPsK56AyKF",
            "pkeRequestor": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
            "pkeAFGH": "",
            "length": 5
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 100028,
          "blockHash": "0xf0eb80e21d934b462214e630d8e64c3cf2ccd8dfd0b7e4d1d637f747535dcf1b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0xac8d2364fa656098c31a4933485fd07b99780dd4522d409ce067bb64c4d7a72d",
          "logIndex": 1,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 100028,
          "blockHash": "0xf0eb80e21d934b462214e630d8e64c3cf2ccd8dfd0b7e4d1d637f747535dcf1b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0xac8d2364fa656098c31a4933485fd07b99780dd4522d409ce067bb64c4d7a72d",
          "logIndex": 0,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 100027,
          "blockHash": "0x1a03e6bc08e31198f7351cb97f25b0c32b48e0440ccb4fb042f8e9b0e292210e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x00000000000000000000000000000000000000000000000006f05b59d3b20000",
          "topics": [
            "0x4114f8ef80b6de2161db580cbefa14e1892d15d3ebe2062c9914e4a5773114a3"
          ],
          "transactionHash": "0x829d563b8ff3cbe0534c978306ec9c7614d58fdbb0011e140682a3a249437cdc",
          "logIndex": 0,
          "name": "SetAccessCharge",
          "signature": "SetAccessCharge(uint256)",
          "topic": "0x4114f8ef80b6de2161db580cbefa14e1892d15d3ebe2062c9914e4a5773114a3",
          "values": {
            "0": {
              "_hex": "0x06f05b59d3b20000"
            },
            "accessCharge": {
              "_hex": "0x06f05b59d3b20000"
            },
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 100025,
          "blockHash": "0x92a02d25aa8a7822af396e625b8ac1df3026fde7dec1154447ee6d1ffe61526b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f4273315a6f4e355a68613634796355556b526b584d56554e544256766b396d66743162346d58617763356e46335538336375704231696e4341594b78336737786872766d4446673378530000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343465333434663861383964303939623362633064626137396239613364386461646530326364626236393161306331656236323432636432633265653266653636333336636533333365666263343734366535333262643964363665383836623266336633383230373964366261363264373862663335373736636136333763000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0x67edee0102da10d18c04906ec9f61795f093bb06fe2109132eb53145875fb703",
          "logIndex": 2,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x01"
            },
            "1": 0,
            "2": "hq__Bs1ZoN5Zha64ycUUkRkXMVUNTBVvk9mft1b4mXawc5nF3U83cupB1inCAYKx3g7xhrvmDFg3xS",
            "3": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
            "4": "",
            "requestID": {
              "_hex": "0x01"
            },
            "level": 0,
            "contentHash": "hq__Bs1ZoN5Zha64ycUUkRkXMVUNTBVvk9mft1b4mXawc5nF3U83cupB1inCAYKx3g7xhrvmDFg3xS",
            "pkeRequestor": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
            "pkeAFGH": "",
            "length": 5
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 100025,
          "blockHash": "0x92a02d25aa8a7822af396e625b8ac1df3026fde7dec1154447ee6d1ffe61526b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x67edee0102da10d18c04906ec9f61795f093bb06fe2109132eb53145875fb703",
          "logIndex": 1,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 100025,
          "blockHash": "0x92a02d25aa8a7822af396e625b8ac1df3026fde7dec1154447ee6d1ffe61526b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x67edee0102da10d18c04906ec9f61795f093bb06fe2109132eb53145875fb703",
          "logIndex": 0,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 100030,
          "blockHash": "0x95bbe17c75be482dc81d0516b06b641790661855131277892293cc77ccea829f",
          "hash": "0x95bbe17c75be482dc81d0516b06b641790661855131277892293cc77ccea829f",
          "parentHash": "0x16a70bd8ce9262b69e84ec9d70e151e3c8dc6d6595d755a7e4a0e28dc0037650",
          "number": 100030,
          "timestamp": 1572986200,
          "nonce": "0x0000000000000000",
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x1312d00"
          },
          "gasUsed": {
            "_hex": "0x5230"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd683010815846765746886676f312e3133856c696e75780000000000000000002ab80312ac8ea82be9e9660c0f1d579cac4cd6a6365cb3b78356944a77260c93528b3eaaa84180b08d1a5c39a1568fa536a365effae03fedfb0be7c149ab67cd01",
          "transactions": [
            "0x93539a8fcfb42bedf4236826aaf7a0c5c50f504e064324ed7df18fd25d4f855a"
          ],
          "transactionHash": "0x93539a8fcfb42bedf4236826aaf7a0c5c50f504e064324ed7df18fd25d4f855a"
        }
      ],
      [
        {
          "blockNumber": 100026,
          "blockHash": "0x0dc0f5d80d8d2815e118b00653d1f9958ef127d5230327dd2a41a3fe9f79b95a",
          "hash": "0x0dc0f5d80d8d2815e118b00653d1f9958ef127d5230327dd2a41a3fe9f79b95a",
          "parentHash": "0x92a02d25aa8a7822af396e625b8ac1df3026fde7dec1154447ee6d1ffe61526b",
          "number": 100026,
          "timestamp": 1572986195,
          "nonce": "0x0000000000000000",
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x1312d00"
          },
          "gasUsed": {
            "_hex": "0x6dd2"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd683010815846765746886676f312e3133856c696e757800000000000000000094b77e3f1046b81a7d10d757afd721a2da7a0a30d79c9855149902ff1214ec3e01ad6702dd45a96b1a72df445d1b7f1598c1b80bb630ca9b5d7ef9c864b7f77a01",
          "transactions": [
            "0xf0ec324751255953a97372c967dff4c64e83966d28e2aafcbbfbd677d17b5eab"
          ],
          "transactionHash": "0xf0ec324751255953a97372c967dff4c64e83966d28e2aafcbbfbd677d17b5eab"
        }
      ]
    ]
    async Events({
      "toBlock": 100020,
      "fromBlock": 100010
    });
    
    
    [
      [
        {
          "blockNumber": 100020,
          "blockHash": "0x9cc1b5ae3ca360b87d8d50fcc6d3401fb54f2bdad37edb831991ee8910c03087",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000005e09c89225aa6dff5d81f5b00bf0f846b71198b30000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4273315a6f4e355a68613634796355556b526b584d56554e544256766b396d66743162346d58617763356e46335538336375704231696e4341594b78336737786872766d444667337853000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xf1a254b8f56663c77b0dfabc049a456d99466df18c9ba69cb4bde1291b9253ef",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
            "2": "hq__Bs1ZoN5Zha64ycUUkRkXMVUNTBVvk9mft1b4mXawc5nF3U83cupB1inCAYKx3g7xhrvmDFg3xS",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
            "objectHash": "hq__Bs1ZoN5Zha64ycUUkRkXMVUNTBVvk9mft1b4mXawc5nF3U83cupB1inCAYKx3g7xhrvmDFg3xS",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 100019,
          "blockHash": "0xad94e3c5c9d6c08ccebc03e82e8152ea261a3c35ce7ebdedcd347962ddca0516",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x99468B537Ca00f2Bcb7111C6efB51E2778985b7E",
          "data": "0x000000000000000000000000f3f009b761926239308ded007ef4a75053ceb3db0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4a34656d743675576974516f3963356b796769324d4848346f707179595931524a586442434d6e3761504b3932657757584836584641644a53556e773270386952704a4a4c4c66743358000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xfc4120b9f84cd46a0f86b4ce0ec7ec2c381df4b71d44548c9329fa7fe94594e8",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0xF3f009B761926239308ded007ef4A75053cEB3DB",
            "1": "hq__J4emt6uWitQo9c5kygi2MHH4opqyYY1RJXdBCMn7aPK92ewWXH6XFAdJSUnw2p8iRpJJLLft3X",
            "spaceAddress": "0xF3f009B761926239308ded007ef4A75053cEB3DB",
            "objectHash": "hq__J4emt6uWitQo9c5kygi2MHH4opqyYY1RJXdBCMn7aPK92ewWXH6XFAdJSUnw2p8iRpJJLLft3X",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 100018,
          "blockHash": "0xddbeb7aa202762f27acbefe7dcf397fa1d0367246fb8e7a48c2e3e495b6514eb",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x07b0aea99D89AcaEfF4C50049C45e7f70b0662bC",
          "data": "0x000000000000000000000000000000000000000000000000000000005dc1dd3500000000000000000000000095d9593d8e0d9ee996174075d38a61b6353b4ff800000000000000000000000043bd32b8000ed2f81a7cf05ad2c176b3f9480e2f0000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000e0000000000000000000000000000000000000000000000000000016e3d473c30",
          "topics": [
            "0x208745b583bd0c257eced13411dc4b50e9a3a9c1ef0cc2f95b30a7457ec50cc1"
          ],
          "transactionHash": "0xae64690e537e196cb821903ee9c8628ba9d111024b05de6eef39910636286cca",
          "logIndex": 2,
          "name": "RecordingPlaybackCompleted",
          "signature": "RecordingPlaybackCompleted(uint256,address,address,uint256,uint8,uint256)",
          "topic": "0x208745b583bd0c257eced13411dc4b50e9a3a9c1ef0cc2f95b30a7457ec50cc1",
          "values": {
            "0": {
              "_hex": "0x5dc1dd35"
            },
            "1": "0x95d9593d8e0d9eE996174075D38a61B6353b4ff8",
            "2": "0x43bd32B8000Ed2f81a7CF05Ad2C176B3F9480E2f",
            "3": {
              "_hex": "0x07"
            },
            "4": 14,
            "5": {
              "_hex": "0x016e3d473c30"
            },
            "timestamp": {
              "_hex": "0x5dc1dd35"
            },
            "accessor": "0x95d9593d8e0d9eE996174075D38a61B6353b4ff8",
            "recObj": "0x43bd32B8000Ed2f81a7CF05Ad2C176B3F9480E2f",
            "requestID": {
              "_hex": "0x07"
            },
            "percentPlayed": 14,
            "finalizeTimestamp": {
              "_hex": "0x016e3d473c30"
            },
            "length": 6
          },
          "contract": "LvRecordableStream"
        },
        {
          "blockNumber": 100018,
          "blockHash": "0xddbeb7aa202762f27acbefe7dcf397fa1d0367246fb8e7a48c2e3e495b6514eb",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
          "data": "0x000000000000000000000000000000000000000000000000000000005dc1dd350000000000000000000000001c9975dd1973aace3d3d82f5d86d6867c7ee40db00000000000000000000000043bd32b8000ed2f81a7cf05ad2c176b3f9480e2f00000000000000000000000095d9593d8e0d9ee996174075d38a61b6353b4ff84c1f2573fbcfdf0173bbd7c96513af8f456bb1fe4707bd8039de66828f20e5ff0000000000000000000000000000000000000000000000000000016e3d473c30",
          "topics": [
            "0x078326d18c0223483393342523f51da024ddcb0f1e929aa1f142100381c794f5"
          ],
          "transactionHash": "0xae64690e537e196cb821903ee9c8628ba9d111024b05de6eef39910636286cca",
          "logIndex": 1,
          "name": "AccessComplete",
          "signature": "AccessComplete(uint256,address,address,address,bytes32,uint64)",
          "topic": "0x078326d18c0223483393342523f51da024ddcb0f1e929aa1f142100381c794f5",
          "values": {
            "0": {
              "_hex": "0x5dc1dd35"
            },
            "1": "0x1c9975Dd1973aAcE3D3d82f5d86D6867c7eE40dB",
            "2": "0x43bd32B8000Ed2f81a7CF05Ad2C176B3F9480E2f",
            "3": "0x95d9593d8e0d9eE996174075D38a61B6353b4ff8",
            "4": "0x4c1f2573fbcfdf0173bbd7c96513af8f456bb1fe4707bd8039de66828f20e5ff",
            "5": {
              "_hex": "0x016e3d473c30"
            },
            "timestamp": {
              "_hex": "0x5dc1dd35"
            },
            "libraryAddress": "0x1c9975Dd1973aAcE3D3d82f5d86D6867c7eE40dB",
            "contentAddress": "0x43bd32B8000Ed2f81a7CF05Ad2C176B3F9480E2f",
            "userAddress": "0x95d9593d8e0d9eE996174075D38a61B6353b4ff8",
            "contextHash": "0x4c1f2573fbcfdf0173bbd7c96513af8f456bb1fe4707bd8039de66828f20e5ff",
            "request_timestamp": {
              "_hex": "0x016e3d473c30"
            },
            "length": 6
          },
          "contract": "BaseContentFactoryExt"
        },
        {
          "blockNumber": 100018,
          "blockHash": "0xddbeb7aa202762f27acbefe7dcf397fa1d0367246fb8e7a48c2e3e495b6514eb",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
          "data": "0x000000000000000000000000000000000000000000000000000000005dc1dd35000000000000000000000000146e50d94e177ea8bb2fa41af42db541ca2a6305000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de14000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c80900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016d1d36b5d9",
          "topics": [
            "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
          ],
          "transactionHash": "0xae64690e537e196cb821903ee9c8628ba9d111024b05de6eef39910636286cca",
          "logIndex": 0,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,address,address,address,bytes32,uint64)",
          "topic": "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680",
          "values": {
            "0": {
              "_hex": "0x5dc1dd35"
            },
            "1": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
            "2": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
            "3": "0xA576095D1a8A7f2575F1022852Fec8A107C7c809",
            "4": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "5": {
              "_hex": "0x016d1d36b5d9"
            },
            "timestamp": {
              "_hex": "0x5dc1dd35"
            },
            "libraryAddress": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
            "contentAddress": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
            "userAddress": "0xA576095D1a8A7f2575F1022852Fec8A107C7c809",
            "contextHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "request_timestamp": {
              "_hex": "0x016d1d36b5d9"
            },
            "length": 6
          },
          "contract": "BaseContentFactoryExt"
        }
      ],
      [
        {
          "blockNumber": 100017,
          "blockHash": "0xf7422999b71b88065647f7575a8d1808ec6ac2d807e5f41f127f35e6f3231456",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x99468B537Ca00f2Bcb7111C6efB51E2778985b7E",
          "data": "0x000000000000000000000000f3f009b761926239308ded007ef4a75053ceb3db000000000000000000000000c244e6aa0f9ae2e87ef8247de2629b320a05ecb60000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4a34656d743675576974516f3963356b796769324d4848346f707179595931524a586442434d6e3761504b3932657757584836584641644a53556e773270386952704a4a4c4c66743358000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xdbb3edfd3f0e2eba6d4ed6846c315a48960bd9ccaf0aec41331f0d00034be3aa",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0xF3f009B761926239308ded007ef4A75053cEB3DB",
            "1": "0xc244e6Aa0f9AE2e87Ef8247DE2629b320a05EcB6",
            "2": "hq__J4emt6uWitQo9c5kygi2MHH4opqyYY1RJXdBCMn7aPK92ewWXH6XFAdJSUnw2p8iRpJJLLft3X",
            "spaceAddress": "0xF3f009B761926239308ded007ef4A75053cEB3DB",
            "parentAddress": "0xc244e6Aa0f9AE2e87Ef8247DE2629b320a05EcB6",
            "objectHash": "hq__J4emt6uWitQo9c5kygi2MHH4opqyYY1RJXdBCMn7aPK92ewWXH6XFAdJSUnw2p8iRpJJLLft3X",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 100016,
          "blockHash": "0x4f5e9730e4a07c0822d4577619fa42e81d0c54f94fa56a18dc195fdeb3dd6490",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x99468B537Ca00f2Bcb7111C6efB51E2778985b7E",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f396d327754585173754d6f3873415456506238447777507661356f67774b52436a6b53716876455075694b5442794b7438696d7967445478464568416757416176754157345978624348000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x9f686e47184a9c4bd9191a008de96ba16eddfa4f87e372eb3e496e7bc1ecb240",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "hq__9m2wTXQsuMo8sATVPb8DwwPva5ogwKRCjkSqhvEPuiKTByKt8imygDTxFEhAgWAavuAW4YxbCH",
            "objectHash": "hq__9m2wTXQsuMo8sATVPb8DwwPva5ogwKRCjkSqhvEPuiKTByKt8imygDTxFEhAgWAavuAW4YxbCH",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 100015,
          "blockHash": "0xac7ea6a60c4493d1d86d419bc19679ee19b3e11a29c7e37d9b36b288f476b1c9",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
          "data": "0x000000000000000000000000000000000000000000000000000000005dc1dd260000000000000000000000002bd50327ca78976fdbc974e5714b59112655ef4c0000000000000000000000009d65bcb53d77d5ed8a65057d27c85b258bd0ddef000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c80900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016d1d3702c3",
          "topics": [
            "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
          ],
          "transactionHash": "0xc9be415244daf186960eeabe4d017fc25ea4b44bd89f8e62983eed7a84388bf7",
          "logIndex": 0,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,address,address,address,bytes32,uint64)",
          "topic": "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680",
          "values": {
            "0": {
              "_hex": "0x5dc1dd26"
            },
            "1": "0x2Bd50327cA78976Fdbc974e5714b59112655Ef4C",
            "2": "0x9D65bcb53d77D5eD8A65057d27c85B258bd0DDeF",
            "3": "0xA576095D1a8A7f2575F1022852Fec8A107C7c809",
            "4": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "5": {
              "_hex": "0x016d1d3702c3"
            },
            "timestamp": {
              "_hex": "0x5dc1dd26"
            },
            "libraryAddress": "0x2Bd50327cA78976Fdbc974e5714b59112655Ef4C",
            "contentAddress": "0x9D65bcb53d77D5eD8A65057d27c85B258bd0DDeF",
            "userAddress": "0xA576095D1a8A7f2575F1022852Fec8A107C7c809",
            "contextHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "request_timestamp": {
              "_hex": "0x016d1d3702c3"
            },
            "length": 6
          },
          "contract": "BaseContentFactoryExt"
        }
      ],
      [
        {
          "blockNumber": 100014,
          "blockHash": "0xdd8f27910fc92c4f768d0e72b479ab38715a3000cfc21d80ed8f2ded77711289",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xbc3491497eeb828129efb1c19d43ba6fbb0dc84f1f845db1945eee08f4666059",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 100013,
          "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
          "data": "0x0000000000000000000000008a06fb2c8cf28e6d2530969e0e78a67d8d6d99cf000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d40000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
            "1": "0xdd83Ef98093b547d737538ef85F1a62e45b1c5D4",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
            "content_type": "0xdd83Ef98093b547d737538ef85F1a62e45b1c5D4",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 100013,
          "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x0000000000000000000000008a06fb2c8cf28e6d2530969e0e78a67d8d6d99cf",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
            "contentAddress": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 100013,
          "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
          "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a7440000000000000000000000008a06fb2c8cf28e6d2530969e0e78a67d8d6d99cf00000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "1": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
            "2": 200,
            "principal": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "entity": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 100013,
          "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "walletAddress": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 100013,
          "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 100013,
          "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
          "data": "0x0000000000000000000000005e09c89225aa6dff5d81f5b00bf0f846b71198b3",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
            "containingLibrary": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 100012,
          "blockHash": "0x6cbf5df5553f62e109e69a3d09a5136f20351d958e9ab7adadb431fc447f1713",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f414155397439696b59647675766470774e7a553863317742674b705965386e77416a6241456f3270726d634e796d4e596334445473577a43414d5572386d6242536f4e685437754a4136000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x618daef5579ff92a4903ad704a3ba49d526c2411418646c58969ac4668133899",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__AAU9t9ikYdvuvdpwNzU8c1wBgKpYe8nwAjbAEo2prmcNymNYc4DTsWzCAMUr8mbBSoNhT7uJA6",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__AAU9t9ikYdvuvdpwNzU8c1wBgKpYe8nwAjbAEo2prmcNymNYc4DTsWzCAMUr8mbBSoNhT7uJA6",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 100011,
          "blockHash": "0xb205d9fe5d11ecad48b83c26fbbf64ba92b2bc722819500332efd51210cebee9",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f414155397439696b59647675766470774e7a553863317742674b705965386e77416a6241456f3270726d634e796d4e596334445473577a43414d5572386d6242536f4e685437754a4136000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xe83a69884d55b68307347de3c97d3c18c1e242a0639238e4c1cf429d607a0360",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "2": "hq__AAU9t9ikYdvuvdpwNzU8c1wBgKpYe8nwAjbAEo2prmcNymNYc4DTsWzCAMUr8mbBSoNhT7uJA6",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__AAU9t9ikYdvuvdpwNzU8c1wBgKpYe8nwAjbAEo2prmcNymNYc4DTsWzCAMUr8mbBSoNhT7uJA6",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 100010,
          "blockHash": "0x70ec02fb28da1af254dcdba27de78ade20898cca874f29384e69ba3cfeff876b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x3f44fcb32af86c52b93e9f58d9c6a459f96d0ea1d745bf0d0bd97a9fb18f82b0",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ]
    ]
    async Events({
      "count": 100,
      "includeTransaction": false
    });
    
    
    [
      [
        {
          "blockNumber": 100029,
          "blockHash": "0x16a70bd8ce9262b69e84ec9d70e151e3c8dc6d6595d755a7e4a0e28dc0037650",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000005a0000000000000000000000000000000000000000000000000000000000000001",
          "topics": [
            "0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06"
          ],
          "transactionHash": "0x5f57e0635f56c95e0860a589bfca93abd388bd4bf1d938894f708078db0924b8",
          "logIndex": 0,
          "name": "AccessComplete",
          "signature": "AccessComplete(uint256,uint256,bool)",
          "topic": "0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06",
          "values": {
            "0": {
              "_hex": "0x03"
            },
            "1": {
              "_hex": "0x5a"
            },
            "2": true,
            "requestID": {
              "_hex": "0x03"
            },
            "scorePct": {
              "_hex": "0x5a"
            },
            "customContractResult": true,
            "length": 3
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 100028,
          "blockHash": "0xf0eb80e21d934b462214e630d8e64c3cf2ccd8dfd0b7e4d1d637f747535dcf1b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f34726f55456b38544831375441776142666f6331766a6b546a6e4d643467713656455665763832696941486f7a784178625a317333676e383469426f75716a666450734b353641794b460000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343465333434663861383964303939623362633064626137396239613364386461646530326364626236393161306331656236323432636432633265653266653636333336636533333365666263343734366535333262643964363665383836623266336633383230373964366261363264373862663335373736636136333763000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0xac8d2364fa656098c31a4933485fd07b99780dd4522d409ce067bb64c4d7a72d",
          "logIndex": 2,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x03"
            },
            "1": 0,
            "2": "hq__4roUEk8TH17TAwaBfoc1vjkTjnMd4gq6VEVev82iiAHozxAxbZ1s3gn84iBouqjfdPsK56AyKF",
            "3": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
            "4": "",
            "requestID": {
              "_hex": "0x03"
            },
            "level": 0,
            "contentHash": "hq__4roUEk8TH17TAwaBfoc1vjkTjnMd4gq6VEVev82iiAHozxAxbZ1s3gn84iBouqjfdPsK56AyKF",
            "pkeRequestor": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
            "pkeAFGH": "",
            "length": 5
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 100028,
          "blockHash": "0xf0eb80e21d934b462214e630d8e64c3cf2ccd8dfd0b7e4d1d637f747535dcf1b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0xac8d2364fa656098c31a4933485fd07b99780dd4522d409ce067bb64c4d7a72d",
          "logIndex": 1,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 100028,
          "blockHash": "0xf0eb80e21d934b462214e630d8e64c3cf2ccd8dfd0b7e4d1d637f747535dcf1b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0xac8d2364fa656098c31a4933485fd07b99780dd4522d409ce067bb64c4d7a72d",
          "logIndex": 0,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 100027,
          "blockHash": "0x1a03e6bc08e31198f7351cb97f25b0c32b48e0440ccb4fb042f8e9b0e292210e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x00000000000000000000000000000000000000000000000006f05b59d3b20000",
          "topics": [
            "0x4114f8ef80b6de2161db580cbefa14e1892d15d3ebe2062c9914e4a5773114a3"
          ],
          "transactionHash": "0x829d563b8ff3cbe0534c978306ec9c7614d58fdbb0011e140682a3a249437cdc",
          "logIndex": 0,
          "name": "SetAccessCharge",
          "signature": "SetAccessCharge(uint256)",
          "topic": "0x4114f8ef80b6de2161db580cbefa14e1892d15d3ebe2062c9914e4a5773114a3",
          "values": {
            "0": {
              "_hex": "0x06f05b59d3b20000"
            },
            "accessCharge": {
              "_hex": "0x06f05b59d3b20000"
            },
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 100025,
          "blockHash": "0x92a02d25aa8a7822af396e625b8ac1df3026fde7dec1154447ee6d1ffe61526b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f4273315a6f4e355a68613634796355556b526b584d56554e544256766b396d66743162346d58617763356e46335538336375704231696e4341594b78336737786872766d4446673378530000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343465333434663861383964303939623362633064626137396239613364386461646530326364626236393161306331656236323432636432633265653266653636333336636533333365666263343734366535333262643964363665383836623266336633383230373964366261363264373862663335373736636136333763000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0x67edee0102da10d18c04906ec9f61795f093bb06fe2109132eb53145875fb703",
          "logIndex": 2,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x01"
            },
            "1": 0,
            "2": "hq__Bs1ZoN5Zha64ycUUkRkXMVUNTBVvk9mft1b4mXawc5nF3U83cupB1inCAYKx3g7xhrvmDFg3xS",
            "3": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
            "4": "",
            "requestID": {
              "_hex": "0x01"
            },
            "level": 0,
            "contentHash": "hq__Bs1ZoN5Zha64ycUUkRkXMVUNTBVvk9mft1b4mXawc5nF3U83cupB1inCAYKx3g7xhrvmDFg3xS",
            "pkeRequestor": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
            "pkeAFGH": "",
            "length": 5
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 100025,
          "blockHash": "0x92a02d25aa8a7822af396e625b8ac1df3026fde7dec1154447ee6d1ffe61526b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x67edee0102da10d18c04906ec9f61795f093bb06fe2109132eb53145875fb703",
          "logIndex": 1,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 100025,
          "blockHash": "0x92a02d25aa8a7822af396e625b8ac1df3026fde7dec1154447ee6d1ffe61526b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x67edee0102da10d18c04906ec9f61795f093bb06fe2109132eb53145875fb703",
          "logIndex": 0,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 100024,
          "blockHash": "0x56f45db58d453f7a8e73eabf6974e9cd0443f2c6281f50cf9846dd835ee8db20",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
          "data": "0x",
          "topics": [
            "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
          ],
          "transactionHash": "0xe76c98f018d00770b830da818612c3fcd2a2026362c60beb662ea99f907db7f4",
          "logIndex": 0,
          "name": "AccessRequest",
          "signature": "AccessRequest()",
          "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
          "values": {
            "length": 0
          }
        }
      ],
      [
        {
          "blockNumber": 100023,
          "blockHash": "0xc2ccbe6c2b8397d91035637899fcff054e803fa679ec338dca31640e3ddb9215",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4273315a6f4e355a68613634796355556b526b584d56554e544256766b396d66743162346d58617763356e46335538336375704231696e4341594b78336737786872766d444667337853000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x49380611e57cab6e88490f50c79a1972a4fa253865bc72813771014fc40ee7ee",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__Bs1ZoN5Zha64ycUUkRkXMVUNTBVvk9mft1b4mXawc5nF3U83cupB1inCAYKx3g7xhrvmDFg3xS",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__Bs1ZoN5Zha64ycUUkRkXMVUNTBVvk9mft1b4mXawc5nF3U83cupB1inCAYKx3g7xhrvmDFg3xS",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 100022,
          "blockHash": "0xd19b879b2384369e7d4048da110529897e8b21c51df1b0a74a94e90b37eebd3e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x432c23fa626df3b53f6edf8d49e56105e5c0a737f46d5087d4395960b332ea79",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 100021,
          "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
          "data": "0x000000000000000000000000d8c228ae585482f7b851d777414bbec2c6807f430000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa490000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
            "1": "0x9a4aab1D4408D14deAb7CCD49Be106B28482fa49",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
            "content_type": "0x9a4aab1D4408D14deAb7CCD49Be106B28482fa49",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 100021,
          "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000d8c228ae585482f7b851d777414bbec2c6807f43",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
            "contentAddress": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 100021,
          "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
          "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000d8c228ae585482f7b851d777414bbec2c6807f4300000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "1": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
            "2": 200,
            "principal": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "entity": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 100021,
          "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "walletAddress": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 100021,
          "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 100021,
          "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
          "data": "0x0000000000000000000000005e09c89225aa6dff5d81f5b00bf0f846b71198b3",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
            "containingLibrary": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 100020,
          "blockHash": "0x9cc1b5ae3ca360b87d8d50fcc6d3401fb54f2bdad37edb831991ee8910c03087",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000005e09c89225aa6dff5d81f5b00bf0f846b71198b30000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4273315a6f4e355a68613634796355556b526b584d56554e544256766b396d66743162346d58617763356e46335538336375704231696e4341594b78336737786872766d444667337853000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xf1a254b8f56663c77b0dfabc049a456d99466df18c9ba69cb4bde1291b9253ef",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
            "2": "hq__Bs1ZoN5Zha64ycUUkRkXMVUNTBVvk9mft1b4mXawc5nF3U83cupB1inCAYKx3g7xhrvmDFg3xS",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
            "objectHash": "hq__Bs1ZoN5Zha64ycUUkRkXMVUNTBVvk9mft1b4mXawc5nF3U83cupB1inCAYKx3g7xhrvmDFg3xS",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 100019,
          "blockHash": "0xad94e3c5c9d6c08ccebc03e82e8152ea261a3c35ce7ebdedcd347962ddca0516",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x99468B537Ca00f2Bcb7111C6efB51E2778985b7E",
          "data": "0x000000000000000000000000f3f009b761926239308ded007ef4a75053ceb3db0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4a34656d743675576974516f3963356b796769324d4848346f707179595931524a586442434d6e3761504b3932657757584836584641644a53556e773270386952704a4a4c4c66743358000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xfc4120b9f84cd46a0f86b4ce0ec7ec2c381df4b71d44548c9329fa7fe94594e8",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0xF3f009B761926239308ded007ef4A75053cEB3DB",
            "1": "hq__J4emt6uWitQo9c5kygi2MHH4opqyYY1RJXdBCMn7aPK92ewWXH6XFAdJSUnw2p8iRpJJLLft3X",
            "spaceAddress": "0xF3f009B761926239308ded007ef4A75053cEB3DB",
            "objectHash": "hq__J4emt6uWitQo9c5kygi2MHH4opqyYY1RJXdBCMn7aPK92ewWXH6XFAdJSUnw2p8iRpJJLLft3X",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 100018,
          "blockHash": "0xddbeb7aa202762f27acbefe7dcf397fa1d0367246fb8e7a48c2e3e495b6514eb",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x07b0aea99D89AcaEfF4C50049C45e7f70b0662bC",
          "data": "0x000000000000000000000000000000000000000000000000000000005dc1dd3500000000000000000000000095d9593d8e0d9ee996174075d38a61b6353b4ff800000000000000000000000043bd32b8000ed2f81a7cf05ad2c176b3f9480e2f0000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000e0000000000000000000000000000000000000000000000000000016e3d473c30",
          "topics": [
            "0x208745b583bd0c257eced13411dc4b50e9a3a9c1ef0cc2f95b30a7457ec50cc1"
          ],
          "transactionHash": "0xae64690e537e196cb821903ee9c8628ba9d111024b05de6eef39910636286cca",
          "logIndex": 2,
          "name": "RecordingPlaybackCompleted",
          "signature": "RecordingPlaybackCompleted(uint256,address,address,uint256,uint8,uint256)",
          "topic": "0x208745b583bd0c257eced13411dc4b50e9a3a9c1ef0cc2f95b30a7457ec50cc1",
          "values": {
            "0": {
              "_hex": "0x5dc1dd35"
            },
            "1": "0x95d9593d8e0d9eE996174075D38a61B6353b4ff8",
            "2": "0x43bd32B8000Ed2f81a7CF05Ad2C176B3F9480E2f",
            "3": {
              "_hex": "0x07"
            },
            "4": 14,
            "5": {
              "_hex": "0x016e3d473c30"
            },
            "timestamp": {
              "_hex": "0x5dc1dd35"
            },
            "accessor": "0x95d9593d8e0d9eE996174075D38a61B6353b4ff8",
            "recObj": "0x43bd32B8000Ed2f81a7CF05Ad2C176B3F9480E2f",
            "requestID": {
              "_hex": "0x07"
            },
            "percentPlayed": 14,
            "finalizeTimestamp": {
              "_hex": "0x016e3d473c30"
            },
            "length": 6
          },
          "contract": "LvRecordableStream"
        },
        {
          "blockNumber": 100018,
          "blockHash": "0xddbeb7aa202762f27acbefe7dcf397fa1d0367246fb8e7a48c2e3e495b6514eb",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
          "data": "0x000000000000000000000000000000000000000000000000000000005dc1dd350000000000000000000000001c9975dd1973aace3d3d82f5d86d6867c7ee40db00000000000000000000000043bd32b8000ed2f81a7cf05ad2c176b3f9480e2f00000000000000000000000095d9593d8e0d9ee996174075d38a61b6353b4ff84c1f2573fbcfdf0173bbd7c96513af8f456bb1fe4707bd8039de66828f20e5ff0000000000000000000000000000000000000000000000000000016e3d473c30",
          "topics": [
            "0x078326d18c0223483393342523f51da024ddcb0f1e929aa1f142100381c794f5"
          ],
          "transactionHash": "0xae64690e537e196cb821903ee9c8628ba9d111024b05de6eef39910636286cca",
          "logIndex": 1,
          "name": "AccessComplete",
          "signature": "AccessComplete(uint256,address,address,address,bytes32,uint64)",
          "topic": "0x078326d18c0223483393342523f51da024ddcb0f1e929aa1f142100381c794f5",
          "values": {
            "0": {
              "_hex": "0x5dc1dd35"
            },
            "1": "0x1c9975Dd1973aAcE3D3d82f5d86D6867c7eE40dB",
            "2": "0x43bd32B8000Ed2f81a7CF05Ad2C176B3F9480E2f",
            "3": "0x95d9593d8e0d9eE996174075D38a61B6353b4ff8",
            "4": "0x4c1f2573fbcfdf0173bbd7c96513af8f456bb1fe4707bd8039de66828f20e5ff",
            "5": {
              "_hex": "0x016e3d473c30"
            },
            "timestamp": {
              "_hex": "0x5dc1dd35"
            },
            "libraryAddress": "0x1c9975Dd1973aAcE3D3d82f5d86D6867c7eE40dB",
            "contentAddress": "0x43bd32B8000Ed2f81a7CF05Ad2C176B3F9480E2f",
            "userAddress": "0x95d9593d8e0d9eE996174075D38a61B6353b4ff8",
            "contextHash": "0x4c1f2573fbcfdf0173bbd7c96513af8f456bb1fe4707bd8039de66828f20e5ff",
            "request_timestamp": {
              "_hex": "0x016e3d473c30"
            },
            "length": 6
          },
          "contract": "BaseContentFactoryExt"
        },
        {
          "blockNumber": 100018,
          "blockHash": "0xddbeb7aa202762f27acbefe7dcf397fa1d0367246fb8e7a48c2e3e495b6514eb",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
          "data": "0x000000000000000000000000000000000000000000000000000000005dc1dd35000000000000000000000000146e50d94e177ea8bb2fa41af42db541ca2a6305000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de14000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c80900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016d1d36b5d9",
          "topics": [
            "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
          ],
          "transactionHash": "0xae64690e537e196cb821903ee9c8628ba9d111024b05de6eef39910636286cca",
          "logIndex": 0,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,address,address,address,bytes32,uint64)",
          "topic": "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680",
          "values": {
            "0": {
              "_hex": "0x5dc1dd35"
            },
            "1": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
            "2": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
            "3": "0xA576095D1a8A7f2575F1022852Fec8A107C7c809",
            "4": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "5": {
              "_hex": "0x016d1d36b5d9"
            },
            "timestamp": {
              "_hex": "0x5dc1dd35"
            },
            "libraryAddress": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
            "contentAddress": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
            "userAddress": "0xA576095D1a8A7f2575F1022852Fec8A107C7c809",
            "contextHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "request_timestamp": {
              "_hex": "0x016d1d36b5d9"
            },
            "length": 6
          },
          "contract": "BaseContentFactoryExt"
        }
      ],
      [
        {
          "blockNumber": 100017,
          "blockHash": "0xf7422999b71b88065647f7575a8d1808ec6ac2d807e5f41f127f35e6f3231456",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x99468B537Ca00f2Bcb7111C6efB51E2778985b7E",
          "data": "0x000000000000000000000000f3f009b761926239308ded007ef4a75053ceb3db000000000000000000000000c244e6aa0f9ae2e87ef8247de2629b320a05ecb60000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4a34656d743675576974516f3963356b796769324d4848346f707179595931524a586442434d6e3761504b3932657757584836584641644a53556e773270386952704a4a4c4c66743358000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xdbb3edfd3f0e2eba6d4ed6846c315a48960bd9ccaf0aec41331f0d00034be3aa",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0xF3f009B761926239308ded007ef4A75053cEB3DB",
            "1": "0xc244e6Aa0f9AE2e87Ef8247DE2629b320a05EcB6",
            "2": "hq__J4emt6uWitQo9c5kygi2MHH4opqyYY1RJXdBCMn7aPK92ewWXH6XFAdJSUnw2p8iRpJJLLft3X",
            "spaceAddress": "0xF3f009B761926239308ded007ef4A75053cEB3DB",
            "parentAddress": "0xc244e6Aa0f9AE2e87Ef8247DE2629b320a05EcB6",
            "objectHash": "hq__J4emt6uWitQo9c5kygi2MHH4opqyYY1RJXdBCMn7aPK92ewWXH6XFAdJSUnw2p8iRpJJLLft3X",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 100016,
          "blockHash": "0x4f5e9730e4a07c0822d4577619fa42e81d0c54f94fa56a18dc195fdeb3dd6490",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x99468B537Ca00f2Bcb7111C6efB51E2778985b7E",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f396d327754585173754d6f3873415456506238447777507661356f67774b52436a6b53716876455075694b5442794b7438696d7967445478464568416757416176754157345978624348000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x9f686e47184a9c4bd9191a008de96ba16eddfa4f87e372eb3e496e7bc1ecb240",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "hq__9m2wTXQsuMo8sATVPb8DwwPva5ogwKRCjkSqhvEPuiKTByKt8imygDTxFEhAgWAavuAW4YxbCH",
            "objectHash": "hq__9m2wTXQsuMo8sATVPb8DwwPva5ogwKRCjkSqhvEPuiKTByKt8imygDTxFEhAgWAavuAW4YxbCH",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 100015,
          "blockHash": "0xac7ea6a60c4493d1d86d419bc19679ee19b3e11a29c7e37d9b36b288f476b1c9",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
          "data": "0x000000000000000000000000000000000000000000000000000000005dc1dd260000000000000000000000002bd50327ca78976fdbc974e5714b59112655ef4c0000000000000000000000009d65bcb53d77d5ed8a65057d27c85b258bd0ddef000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c80900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016d1d3702c3",
          "topics": [
            "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
          ],
          "transactionHash": "0xc9be415244daf186960eeabe4d017fc25ea4b44bd89f8e62983eed7a84388bf7",
          "logIndex": 0,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,address,address,address,bytes32,uint64)",
          "topic": "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680",
          "values": {
            "0": {
              "_hex": "0x5dc1dd26"
            },
            "1": "0x2Bd50327cA78976Fdbc974e5714b59112655Ef4C",
            "2": "0x9D65bcb53d77D5eD8A65057d27c85B258bd0DDeF",
            "3": "0xA576095D1a8A7f2575F1022852Fec8A107C7c809",
            "4": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "5": {
              "_hex": "0x016d1d3702c3"
            },
            "timestamp": {
              "_hex": "0x5dc1dd26"
            },
            "libraryAddress": "0x2Bd50327cA78976Fdbc974e5714b59112655Ef4C",
            "contentAddress": "0x9D65bcb53d77D5eD8A65057d27c85B258bd0DDeF",
            "userAddress": "0xA576095D1a8A7f2575F1022852Fec8A107C7c809",
            "contextHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "request_timestamp": {
              "_hex": "0x016d1d3702c3"
            },
            "length": 6
          },
          "contract": "BaseContentFactoryExt"
        }
      ],
      [
        {
          "blockNumber": 100014,
          "blockHash": "0xdd8f27910fc92c4f768d0e72b479ab38715a3000cfc21d80ed8f2ded77711289",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xbc3491497eeb828129efb1c19d43ba6fbb0dc84f1f845db1945eee08f4666059",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 100013,
          "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
          "data": "0x0000000000000000000000008a06fb2c8cf28e6d2530969e0e78a67d8d6d99cf000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d40000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
            "1": "0xdd83Ef98093b547d737538ef85F1a62e45b1c5D4",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
            "content_type": "0xdd83Ef98093b547d737538ef85F1a62e45b1c5D4",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 100013,
          "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x0000000000000000000000008a06fb2c8cf28e6d2530969e0e78a67d8d6d99cf",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
            "contentAddress": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 100013,
          "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
          "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a7440000000000000000000000008a06fb2c8cf28e6d2530969e0e78a67d8d6d99cf00000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "1": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
            "2": 200,
            "principal": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "entity": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 100013,
          "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "walletAddress": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 100013,
          "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 100013,
          "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
          "data": "0x0000000000000000000000005e09c89225aa6dff5d81f5b00bf0f846b71198b3",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
            "containingLibrary": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 100012,
          "blockHash": "0x6cbf5df5553f62e109e69a3d09a5136f20351d958e9ab7adadb431fc447f1713",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f414155397439696b59647675766470774e7a553863317742674b705965386e77416a6241456f3270726d634e796d4e596334445473577a43414d5572386d6242536f4e685437754a4136000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x618daef5579ff92a4903ad704a3ba49d526c2411418646c58969ac4668133899",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__AAU9t9ikYdvuvdpwNzU8c1wBgKpYe8nwAjbAEo2prmcNymNYc4DTsWzCAMUr8mbBSoNhT7uJA6",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__AAU9t9ikYdvuvdpwNzU8c1wBgKpYe8nwAjbAEo2prmcNymNYc4DTsWzCAMUr8mbBSoNhT7uJA6",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 100011,
          "blockHash": "0xb205d9fe5d11ecad48b83c26fbbf64ba92b2bc722819500332efd51210cebee9",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f414155397439696b59647675766470774e7a553863317742674b705965386e77416a6241456f3270726d634e796d4e596334445473577a43414d5572386d6242536f4e685437754a4136000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xe83a69884d55b68307347de3c97d3c18c1e242a0639238e4c1cf429d607a0360",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "2": "hq__AAU9t9ikYdvuvdpwNzU8c1wBgKpYe8nwAjbAEo2prmcNymNYc4DTsWzCAMUr8mbBSoNhT7uJA6",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__AAU9t9ikYdvuvdpwNzU8c1wBgKpYe8nwAjbAEo2prmcNymNYc4DTsWzCAMUr8mbBSoNhT7uJA6",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 100010,
          "blockHash": "0x70ec02fb28da1af254dcdba27de78ade20898cca874f29384e69ba3cfeff876b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x3f44fcb32af86c52b93e9f58d9c6a459f96d0ea1d745bf0d0bd97a9fb18f82b0",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 100009,
          "blockHash": "0x0bc21504b95fe7d562fb64ad0b87c3abde2b92ed4d34124a28ec92b7bd5f1cad",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x0000000000000000000000005e09c89225aa6dff5d81f5b00bf0f846b71198b3",
          "topics": [
            "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571"
          ],
          "transactionHash": "0xd8c17e67755288d07b951d1da12c61e38eb9d8138a161d1960acdaeef3aee871",
          "logIndex": 2,
          "name": "CreateLibrary",
          "signature": "CreateLibrary(address)",
          "topic": "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571",
          "values": {
            "0": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
            "libraryAddress": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 100009,
          "blockHash": "0x0bc21504b95fe7d562fb64ad0b87c3abde2b92ed4d34124a28ec92b7bd5f1cad",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
          "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a7440000000000000000000000005e09c89225aa6dff5d81f5b00bf0f846b71198b300000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0xd8c17e67755288d07b951d1da12c61e38eb9d8138a161d1960acdaeef3aee871",
          "logIndex": 1,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "1": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
            "2": 200,
            "principal": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "entity": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 100009,
          "blockHash": "0x0bc21504b95fe7d562fb64ad0b87c3abde2b92ed4d34124a28ec92b7bd5f1cad",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0xd8c17e67755288d07b951d1da12c61e38eb9d8138a161d1960acdaeef3aee871",
          "logIndex": 0,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "walletAddress": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "length": 1
          },
          "contract": "BaseContentSpace"
        }
      ],
      [
        {
          "blockNumber": 100008,
          "blockHash": "0x0aea662952cb2a88ef1ef615b9fd9e15bee860fa8b8057127bf52ab27a70f198",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f34726f55456b38544831375441776142666f6331766a6b546a6e4d643467713656455665763832696941486f7a784178625a317333676e383469426f75716a666450734b353641794b46000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xba46d7dcb9ea2a744674f2dcf49877bb2cd370ed5a1ff79786c436060e28631c",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__4roUEk8TH17TAwaBfoc1vjkTjnMd4gq6VEVev82iiAHozxAxbZ1s3gn84iBouqjfdPsK56AyKF",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__4roUEk8TH17TAwaBfoc1vjkTjnMd4gq6VEVev82iiAHozxAxbZ1s3gn84iBouqjfdPsK56AyKF",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 100007,
          "blockHash": "0x56562f5b80ad463792c80a37b291e9059eca89bb61da6ee1f8731dc91104f786",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000341c59b16a9b2664b7bb4fc20306faef50b6cf140000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f34726f55456b38544831375441776142666f6331766a6b546a6e4d643467713656455665763832696941486f7a784178625a317333676e383469426f75716a666450734b353641794b46000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xb9887b9fcc112af1ec5d0f1424c17cc259c18437c934f6a21eded55b6bdfe6df",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
            "2": "hq__4roUEk8TH17TAwaBfoc1vjkTjnMd4gq6VEVev82iiAHozxAxbZ1s3gn84iBouqjfdPsK56AyKF",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
            "objectHash": "hq__4roUEk8TH17TAwaBfoc1vjkTjnMd4gq6VEVev82iiAHozxAxbZ1s3gn84iBouqjfdPsK56AyKF",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 100006,
          "blockHash": "0x1f77bead934f79f171271eabd18b4666890d9ae162fb8d24eb48aec0408cef59",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x77BcE5335e79FeB26e1D66210f1Ff8f181A5f060",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f484c4456703831545a5a6e7554464b6438426a793574344d6935366376474e79776d525a6276687358733335317639427a43616568635742756274723645386b5452717679347a77426d000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xec7158f93940981e53094bf645040e8a3b1ad88079fb0f83a2b99d1989768aee",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__HLDVp81TZZnuTFKd8Bjy5t4Mi56cvGNywmRZbvhsXs351v9BzCaehcWBubtr6E8kTRqvy4zwBm",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__HLDVp81TZZnuTFKd8Bjy5t4Mi56cvGNywmRZbvhsXs351v9BzCaehcWBubtr6E8kTRqvy4zwBm",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 100005,
          "blockHash": "0x7a7f65d3067e031d31d4c5e4c8f4acda8dbdaded33f1e2a42de35840f1067d54",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x77BcE5335e79FeB26e1D66210f1Ff8f181A5f060",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f484c4456703831545a5a6e7554464b6438426a793574344d6935366376474e79776d525a6276687358733335317639427a43616568635742756274723645386b5452717679347a77426d000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x42f17490b63517c0ca386284b1f11a8f8b5bbd5633f4b257680282b1068392e5",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "2": "hq__HLDVp81TZZnuTFKd8Bjy5t4Mi56cvGNywmRZbvhsXs351v9BzCaehcWBubtr6E8kTRqvy4zwBm",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__HLDVp81TZZnuTFKd8Bjy5t4Mi56cvGNywmRZbvhsXs351v9BzCaehcWBubtr6E8kTRqvy4zwBm",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 100004,
          "blockHash": "0x277efbc4110998658ddeb35a2af4fc47fe01f954fe19e82a16d224905e8dece6",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f38386478764c737779505451453232587a73516154313473424d4c46577677354253624375315476487169647843704d57416d4476467a4d676f755048666358794a33355155324a3158000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008430783034623166346565316530646437393961623365663964353633653730373637663330353131353332643330336663333731346464366330633637373861646639353761373566663463323235396161393939316434383937343732366162366165613934396338383364353733316564383431663638633361326466646265353000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b4153655857576b737450686f7a4770443570664b336241687753735573575248796475526767426977733675447a45535576586e36757065375637703255725147373773664b665537644e426f783768346765614238775a32527231475458713153347a556561327545534d484537396f796334564c796a6751644256516d416e42324d4669423558595977394e6f485a4e556555574134485033546a537765376b4751356b4c6b716f50666f36683876696650444d6b3972503277623341655a503446786e667879434a77363769626d4767777545375846694a6f32456b4341736862443434707a637456706d3339434667716257797075716466704a46665337355536356f000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0xafcc4cc00b6598adad484bff73a5eeeaf40321064b2064da9ba478c89f0618f4",
          "logIndex": 2,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x02"
            },
            "1": 0,
            "2": "hq__88dxvLswyPTQE22XzsQaT14sBMLFWvw5BSbCu1TvHqidxCpMWAmDvFzMgouPHfcXyJ35QU2J1X",
            "3": "0x04b1f4ee1e0dd799ab3ef9d563e70767f30511532d303fc3714dd6c0c6778adf957a75ff4c2259aa9991d48974726ab6aea949c883d5731ed841f68c3a2dfdbe50",
            "4": "ktpkASeXWWkstPhozGpD5pfK3bAhwSsUsWRHyduRggBiws6uDzESUvXn6upe7V7p2UrQG77sfKfU7dNBox7h4geaB8wZ2Rr1GTXq1S4zUea2uESMHE79oyc4VLyjgQdBVQmAnB2MFiB5XYYw9NoHZNUeUWA4HP3TjSwe7kGQ5kLkqoPfo6h8vifPDMk9rP2wb3AeZP4FxnfxyCJw67ibmGgwuE7XFiJo2EkCAshbD44pzctVpm39CFgqbWypuqdfpJFfS75U65o",
            "requestID": {
              "_hex": "0x02"
            },
            "level": 0,
            "contentHash": "hq__88dxvLswyPTQE22XzsQaT14sBMLFWvw5BSbCu1TvHqidxCpMWAmDvFzMgouPHfcXyJ35QU2J1X",
            "pkeRequestor": "0x04b1f4ee1e0dd799ab3ef9d563e70767f30511532d303fc3714dd6c0c6778adf957a75ff4c2259aa9991d48974726ab6aea949c883d5731ed841f68c3a2dfdbe50",
            "pkeAFGH": "ktpkASeXWWkstPhozGpD5pfK3bAhwSsUsWRHyduRggBiws6uDzESUvXn6upe7V7p2UrQG77sfKfU7dNBox7h4geaB8wZ2Rr1GTXq1S4zUea2uESMHE79oyc4VLyjgQdBVQmAnB2MFiB5XYYw9NoHZNUeUWA4HP3TjSwe7kGQ5kLkqoPfo6h8vifPDMk9rP2wb3AeZP4FxnfxyCJw67ibmGgwuE7XFiJo2EkCAshbD44pzctVpm39CFgqbWypuqdfpJFfS75U65o",
            "length": 5
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 100004,
          "blockHash": "0x277efbc4110998658ddeb35a2af4fc47fe01f954fe19e82a16d224905e8dece6",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0xafcc4cc00b6598adad484bff73a5eeeaf40321064b2064da9ba478c89f0618f4",
          "logIndex": 1,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 100004,
          "blockHash": "0x277efbc4110998658ddeb35a2af4fc47fe01f954fe19e82a16d224905e8dece6",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0xafcc4cc00b6598adad484bff73a5eeeaf40321064b2064da9ba478c89f0618f4",
          "logIndex": 0,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 100003,
          "blockHash": "0xd120f951814b4ea9b9efcf393938d8c52085c48ab5901aaf8946c8b8c2a36b8d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f38386478764c737779505451453232587a73516154313473424d4c46577677354253624375315476487169647843704d57416d4476467a4d676f755048666358794a33355155324a3158000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xe0a298001454fa7dc3fce68c27c8a022cb4e11edf105e72d5adcb5bb21706a87",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__88dxvLswyPTQE22XzsQaT14sBMLFWvw5BSbCu1TvHqidxCpMWAmDvFzMgouPHfcXyJ35QU2J1X",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__88dxvLswyPTQE22XzsQaT14sBMLFWvw5BSbCu1TvHqidxCpMWAmDvFzMgouPHfcXyJ35QU2J1X",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 100002,
          "blockHash": "0xfa6ffe9e148fb2bb9eec8f6dc7ab3c400c6775dd8a8a7615421ac2d02b5c1b2e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000341c59b16a9b2664b7bb4fc20306faef50b6cf140000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f38386478764c737779505451453232587a73516154313473424d4c46577677354253624375315476487169647843704d57416d4476467a4d676f755048666358794a33355155324a3158000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xb7b2858d726fd2bf0c49da5943fac94d89b2150b845b0e6ac7fbe3442e97c94f",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
            "2": "hq__88dxvLswyPTQE22XzsQaT14sBMLFWvw5BSbCu1TvHqidxCpMWAmDvFzMgouPHfcXyJ35QU2J1X",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
            "objectHash": "hq__88dxvLswyPTQE22XzsQaT14sBMLFWvw5BSbCu1TvHqidxCpMWAmDvFzMgouPHfcXyJ35QU2J1X",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 100001,
          "blockHash": "0xf7a04ff3805c2c30bc23f623075da6305e0ae27a9a40869ab924b727e8d66a1b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004d68715f5f765141527066364e447a78556e33666d6e544843556a505a4e724746316259444d765070634d776f4169644e33784d76426a6d5a7838544d65444a6d5931746a64585762426d58736f00000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x9dd336bcfa881a940f1a8b85cf4385e8f3b72d8abd1d9a16a382e29067f60595",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__vQARpf6NDzxUn3fmnTHCUjPZNrGF1bYDMvPpcMwoAidN3xMvBjmZx8TMeDJmY1tjdXWbBmXso",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__vQARpf6NDzxUn3fmnTHCUjPZNrGF1bYDMvPpcMwoAidN3xMvBjmZx8TMeDJmY1tjdXWbBmXso",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 100000,
          "blockHash": "0x4e4de8a262c695a47f1b3246513fc2685bbf8327e1f2a65abef81d132dd56a84",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000341c59b16a9b2664b7bb4fc20306faef50b6cf140000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004d68715f5f765141527066364e447a78556e33666d6e544843556a505a4e724746316259444d765070634d776f4169644e33784d76426a6d5a7838544d65444a6d5931746a64585762426d58736f00000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xdff95c55aadd0f5839e9fe0b90f226589654f9ffc4d5875a5ddcdba14eb3de0a",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
            "2": "hq__vQARpf6NDzxUn3fmnTHCUjPZNrGF1bYDMvPpcMwoAidN3xMvBjmZx8TMeDJmY1tjdXWbBmXso",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
            "objectHash": "hq__vQARpf6NDzxUn3fmnTHCUjPZNrGF1bYDMvPpcMwoAidN3xMvBjmZx8TMeDJmY1tjdXWbBmXso",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 99999,
          "blockHash": "0x7db9e35aed47d51b449f75a8ac2533d059dc526e4e7b512286fb47bbd90ccc61",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
          "data": "0x000000000000000000000000000000000000000000000000000000005dc1dcf6000000000000000000000000146e50d94e177ea8bb2fa41af42db541ca2a6305000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de14000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c80900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016d1d36b5d9",
          "topics": [
            "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
          ],
          "transactionHash": "0x977b1ad33e41752bd58a42a5327d30fd6879762da17e2a62c8dc8c0024446044",
          "logIndex": 0,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,address,address,address,bytes32,uint64)",
          "topic": "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680",
          "values": {
            "0": {
              "_hex": "0x5dc1dcf6"
            },
            "1": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
            "2": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
            "3": "0xA576095D1a8A7f2575F1022852Fec8A107C7c809",
            "4": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "5": {
              "_hex": "0x016d1d36b5d9"
            },
            "timestamp": {
              "_hex": "0x5dc1dcf6"
            },
            "libraryAddress": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
            "contentAddress": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
            "userAddress": "0xA576095D1a8A7f2575F1022852Fec8A107C7c809",
            "contextHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "request_timestamp": {
              "_hex": "0x016d1d36b5d9"
            },
            "length": 6
          },
          "contract": "BaseContentFactoryExt"
        }
      ],
      [
        {
          "blockNumber": 99998,
          "blockHash": "0xb4d7ab73834d1c28fdf2c470bc4e6ab9e97394832eb504c05628770041bd9bd1",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4158654b334267414e5778434c64473845526e754372313469757664567a38686b52717956354c45416b547052794e574c507472455633364d4c746a4141443571643951675053393648000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x0ad9898c0e28bbd9403a8569847e06bfc8ef3af090cbf665145102bde1d7bed0",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__AXeK3BgANWxCLdG8ERnuCr14iuvdVz8hkRqyV5LEAkTpRyNWLPtrEV36MLtjAAD5qd9QgPS96H",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__AXeK3BgANWxCLdG8ERnuCr14iuvdVz8hkRqyV5LEAkTpRyNWLPtrEV36MLtjAAD5qd9QgPS96H",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 99997,
          "blockHash": "0x42a165dd0eef1ff903594599e885098a511bbf2263dc096bcd8f8ab66b631270",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000341c59b16a9b2664b7bb4fc20306faef50b6cf140000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4158654b334267414e5778434c64473845526e754372313469757664567a38686b52717956354c45416b547052794e574c507472455633364d4c746a4141443571643951675053393648000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xb60fa5aa815f5a39c11967017498f06412fb7c5629cca5a1a514a8ddd0240955",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
            "2": "hq__AXeK3BgANWxCLdG8ERnuCr14iuvdVz8hkRqyV5LEAkTpRyNWLPtrEV36MLtjAAD5qd9QgPS96H",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
            "objectHash": "hq__AXeK3BgANWxCLdG8ERnuCr14iuvdVz8hkRqyV5LEAkTpRyNWLPtrEV36MLtjAAD5qd9QgPS96H",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 99996,
          "blockHash": "0x8b9392c08cabdf1a5aab61034b31e7ca0bfe1a6dabc4bffbcebfbfeca12e906a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4c5248487254526e32334b4359346d75356a4a3844685a474454656f5850364754424d3337316f414e6e74376556776757514a6f3142685a4d5447576b764543787a5539466d79336a6f000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xe9d1641b60a7a8fbb404d41da5fb74a963098f12a110f28d6405db1587caea31",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__LRHHrTRn23KCY4mu5jJ8DhZGDTeoXP6GTBM371oANnt7eVwgWQJo1BhZMTGWkvECxzU9Fmy3jo",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__LRHHrTRn23KCY4mu5jJ8DhZGDTeoXP6GTBM371oANnt7eVwgWQJo1BhZMTGWkvECxzU9Fmy3jo",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 99995,
          "blockHash": "0xa7bc23bc42730afbdd41f4b6aef06a13006f2d02b57f8be4695c899802229c2c",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0eDC82B24113c0910216D3Fb1FAD651175b3E391",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f45426d6a71674e4e44697865675466326e4b3134554a4d79765561546e514c383269326975655654386b764a46525365735a6b794a63557735374a6f626e7245706958346f50526d4441000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x025c1fc491dd59000a0cdd8beba5d156ad595a107e553383fc56f3892e9389cb",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "hq__EBmjqgNNDixegTf2nK14UJMyvUaTnQL82i2iueVT8kvJFRSesZkyJcUw57JobnrEpiX4oPRmDA",
            "objectHash": "hq__EBmjqgNNDixegTf2nK14UJMyvUaTnQL82i2iueVT8kvJFRSesZkyJcUw57JobnrEpiX4oPRmDA",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 99994,
          "blockHash": "0xcb496c1a877d30b4b9eea9cc144a0eb8f34f6f7b9d8e722204dcfef95e97ff3b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000341c59b16a9b2664b7bb4fc20306faef50b6cf140000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4c5248487254526e32334b4359346d75356a4a3844685a474454656f5850364754424d3337316f414e6e74376556776757514a6f3142685a4d5447576b764543787a5539466d79336a6f000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x1d01057d1097b69cb422812a402ecd6f86ac751f4058912c3cb168204b25faa4",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
            "2": "hq__LRHHrTRn23KCY4mu5jJ8DhZGDTeoXP6GTBM371oANnt7eVwgWQJo1BhZMTGWkvECxzU9Fmy3jo",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
            "objectHash": "hq__LRHHrTRn23KCY4mu5jJ8DhZGDTeoXP6GTBM371oANnt7eVwgWQJo1BhZMTGWkvECxzU9Fmy3jo",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 99993,
          "blockHash": "0x2bb88c751c570c0f051ca06cb15556cda8b2fc57cdb56069754f61faf3c31d16",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x99468B537Ca00f2Bcb7111C6efB51E2778985b7E",
          "data": "0x000000000000000000000000f3f009b761926239308ded007ef4a75053ceb3db0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f396d327754585173754d6f3873415456506238447777507661356f67774b52436a6b53716876455075694b5442794b7438696d7967445478464568416757416176754157345978624348000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x5b013163eed1b7f0f917e5964d37f7488502cf417e3430b7a82898d1b686a4a6",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0xF3f009B761926239308ded007ef4A75053cEB3DB",
            "1": "hq__9m2wTXQsuMo8sATVPb8DwwPva5ogwKRCjkSqhvEPuiKTByKt8imygDTxFEhAgWAavuAW4YxbCH",
            "spaceAddress": "0xF3f009B761926239308ded007ef4A75053cEB3DB",
            "objectHash": "hq__9m2wTXQsuMo8sATVPb8DwwPva5ogwKRCjkSqhvEPuiKTByKt8imygDTxFEhAgWAavuAW4YxbCH",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 99992,
          "blockHash": "0x7289b99073fb5b459b8ce01541468e156a2504d70f358813a837497d2637a477",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x99468B537Ca00f2Bcb7111C6efB51E2778985b7E",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000011000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000001200000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000004e68715f5f38676873633276617a587158546f6b6f4e6a4556595a484e4e63467645337537336472454d5276544679596534384435614c3272467532756a50654b37505a58693872447754464d786800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0xf3200575ead44171b172ec3e8b12cf29aec120fa7259db1aa3fc2f580ed434e5",
          "logIndex": 0,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x11"
            },
            "1": 0,
            "2": "hq__8ghsc2vazXqXTokoNjEVYZHNNcFvE3u73drEMRvTFyYe48D5aL2rFu2ujPeK7PZXi8rDwTFMxh",
            "3": "",
            "4": "",
            "requestID": {
              "_hex": "0x11"
            },
            "level": 0,
            "contentHash": "hq__8ghsc2vazXqXTokoNjEVYZHNNcFvE3u73drEMRvTFyYe48D5aL2rFu2ujPeK7PZXi8rDwTFMxh",
            "pkeRequestor": "",
            "pkeAFGH": "",
            "length": 5
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 99991,
          "blockHash": "0x2008f2f3455f308cc7cd8ae1a4998ee1ad4c65cce04143487d4363847e719899",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x07b0aea99D89AcaEfF4C50049C45e7f70b0662bC",
          "data": "0x000000000000000000000000000000000000000000000000000000005dc1dcec00000000000000000000000095d9593d8e0d9ee996174075d38a61b6353b4ff800000000000000000000000043bd32b8000ed2f81a7cf05ad2c176b3f9480e2f00000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000016e3d46d261",
          "topics": [
            "0x182a726f966f22c96d651085c2a7143482b8d96fb0964ff2664ab8bdf2b703aa"
          ],
          "transactionHash": "0xf655b024a01b6723f52d1f66fa95eade9d1d298a1c59640b389229cabf58e899",
          "logIndex": 2,
          "name": "RecordingPlaybackStarted",
          "signature": "RecordingPlaybackStarted(uint256,address,address,uint256,uint256)",
          "topic": "0x182a726f966f22c96d651085c2a7143482b8d96fb0964ff2664ab8bdf2b703aa",
          "values": {
            "0": {
              "_hex": "0x5dc1dcec"
            },
            "1": "0x95d9593d8e0d9eE996174075D38a61B6353b4ff8",
            "2": "0x43bd32B8000Ed2f81a7CF05Ad2C176B3F9480E2f",
            "3": {
              "_hex": "0x07"
            },
            "4": {
              "_hex": "0x016e3d46d261"
            },
            "timestamp": {
              "_hex": "0x5dc1dcec"
            },
            "accessor": "0x95d9593d8e0d9eE996174075D38a61B6353b4ff8",
            "recObj": "0x43bd32B8000Ed2f81a7CF05Ad2C176B3F9480E2f",
            "requestID": {
              "_hex": "0x07"
            },
            "accessTimestamp": {
              "_hex": "0x016e3d46d261"
            },
            "length": 5
          },
          "contract": "LvRecordableStream"
        },
        {
          "blockNumber": 99991,
          "blockHash": "0x2008f2f3455f308cc7cd8ae1a4998ee1ad4c65cce04143487d4363847e719899",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
          "data": "0x000000000000000000000000000000000000000000000000000000005dc1dcec0000000000000000000000001c9975dd1973aace3d3d82f5d86d6867c7ee40db00000000000000000000000043bd32b8000ed2f81a7cf05ad2c176b3f9480e2f00000000000000000000000095d9593d8e0d9ee996174075d38a61b6353b4ff8206e79d912ae1369232e31c72bdc059db3401421ef3e60ae13add928089bb9940000000000000000000000000000000000000000000000000000016e3d46d261",
          "topics": [
            "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
          ],
          "transactionHash": "0xf655b024a01b6723f52d1f66fa95eade9d1d298a1c59640b389229cabf58e899",
          "logIndex": 1,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,address,address,address,bytes32,uint64)",
          "topic": "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680",
          "values": {
            "0": {
              "_hex": "0x5dc1dcec"
            },
            "1": "0x1c9975Dd1973aAcE3D3d82f5d86D6867c7eE40dB",
            "2": "0x43bd32B8000Ed2f81a7CF05Ad2C176B3F9480E2f",
            "3": "0x95d9593d8e0d9eE996174075D38a61B6353b4ff8",
            "4": "0x206e79d912ae1369232e31c72bdc059db3401421ef3e60ae13add928089bb994",
            "5": {
              "_hex": "0x016e3d46d261"
            },
            "timestamp": {
              "_hex": "0x5dc1dcec"
            },
            "libraryAddress": "0x1c9975Dd1973aAcE3D3d82f5d86D6867c7eE40dB",
            "contentAddress": "0x43bd32B8000Ed2f81a7CF05Ad2C176B3F9480E2f",
            "userAddress": "0x95d9593d8e0d9eE996174075D38a61B6353b4ff8",
            "contextHash": "0x206e79d912ae1369232e31c72bdc059db3401421ef3e60ae13add928089bb994",
            "request_timestamp": {
              "_hex": "0x016e3d46d261"
            },
            "length": 6
          },
          "contract": "BaseContentFactoryExt"
        },
        {
          "blockNumber": 99991,
          "blockHash": "0x2008f2f3455f308cc7cd8ae1a4998ee1ad4c65cce04143487d4363847e719899",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
          "data": "0x000000000000000000000000000000000000000000000000000000005dc1dcec0000000000000000000000002bd50327ca78976fdbc974e5714b59112655ef4c0000000000000000000000009d65bcb53d77d5ed8a65057d27c85b258bd0ddef000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c80900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016d1d3702c3",
          "topics": [
            "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
          ],
          "transactionHash": "0xf655b024a01b6723f52d1f66fa95eade9d1d298a1c59640b389229cabf58e899",
          "logIndex": 0,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,address,address,address,bytes32,uint64)",
          "topic": "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680",
          "values": {
            "0": {
              "_hex": "0x5dc1dcec"
            },
            "1": "0x2Bd50327cA78976Fdbc974e5714b59112655Ef4C",
            "2": "0x9D65bcb53d77D5eD8A65057d27c85B258bd0DDeF",
            "3": "0xA576095D1a8A7f2575F1022852Fec8A107C7c809",
            "4": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "5": {
              "_hex": "0x016d1d3702c3"
            },
            "timestamp": {
              "_hex": "0x5dc1dcec"
            },
            "libraryAddress": "0x2Bd50327cA78976Fdbc974e5714b59112655Ef4C",
            "contentAddress": "0x9D65bcb53d77D5eD8A65057d27c85B258bd0DDeF",
            "userAddress": "0xA576095D1a8A7f2575F1022852Fec8A107C7c809",
            "contextHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "request_timestamp": {
              "_hex": "0x016d1d3702c3"
            },
            "length": 6
          },
          "contract": "BaseContentFactoryExt"
        }
      ],
      [
        {
          "blockNumber": 99990,
          "blockHash": "0x2c0942920c79016101a227a83eca43da4080b6056eb474fc6467ccef8ff84b1a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f356a3276685a5843346b6532425a44484a6a335a636a334471636868556d397231584b3573744b746241747441356b4541655636354c4454617036394a667069684d3748485570694e6d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343465333434663861383964303939623362633064626137396239613364386461646530326364626236393161306331656236323432636432633265653266653636333336636533333365666263343734366535333262643964363665383836623266336633383230373964366261363264373862663335373736636136333763000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0x3bd25075b9040c5cb95abb36e95aec15fd4f13313ec3cee9bbd1256def643a16",
          "logIndex": 2,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x01"
            },
            "1": 0,
            "2": "hq__5j2vhZXC4ke2BZDHJj3Zcj3DqchhUm9r1XK5stKtbAttA5kEAeV65LDTap69JfpihM7HHUpiNm",
            "3": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
            "4": "",
            "requestID": {
              "_hex": "0x01"
            },
            "level": 0,
            "contentHash": "hq__5j2vhZXC4ke2BZDHJj3Zcj3DqchhUm9r1XK5stKtbAttA5kEAeV65LDTap69JfpihM7HHUpiNm",
            "pkeRequestor": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
            "pkeAFGH": "",
            "length": 5
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 99990,
          "blockHash": "0x2c0942920c79016101a227a83eca43da4080b6056eb474fc6467ccef8ff84b1a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x3bd25075b9040c5cb95abb36e95aec15fd4f13313ec3cee9bbd1256def643a16",
          "logIndex": 1,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 99990,
          "blockHash": "0x2c0942920c79016101a227a83eca43da4080b6056eb474fc6467ccef8ff84b1a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x3bd25075b9040c5cb95abb36e95aec15fd4f13313ec3cee9bbd1256def643a16",
          "logIndex": 0,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 99989,
          "blockHash": "0xee26653e5bde24c6fb460713954385332eca7da37cc6d66901467b1d7f757602",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x99468B537Ca00f2Bcb7111C6efB51E2778985b7E",
          "data": "0x000000000000000000000000f3f009b761926239308ded007ef4a75053ceb3db000000000000000000000000c244e6aa0f9ae2e87ef8247de2629b320a05ecb60000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f396d327754585173754d6f3873415456506238447777507661356f67774b52436a6b53716876455075694b5442794b7438696d7967445478464568416757416176754157345978624348000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xadeeaa667e0476aa3f7e8332304cdf6deb5d2dee2eb39211f968f41e70d1b08e",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0xF3f009B761926239308ded007ef4A75053cEB3DB",
            "1": "0xc244e6Aa0f9AE2e87Ef8247DE2629b320a05EcB6",
            "2": "hq__9m2wTXQsuMo8sATVPb8DwwPva5ogwKRCjkSqhvEPuiKTByKt8imygDTxFEhAgWAavuAW4YxbCH",
            "spaceAddress": "0xF3f009B761926239308ded007ef4A75053cEB3DB",
            "parentAddress": "0xc244e6Aa0f9AE2e87Ef8247DE2629b320a05EcB6",
            "objectHash": "hq__9m2wTXQsuMo8sATVPb8DwwPva5ogwKRCjkSqhvEPuiKTByKt8imygDTxFEhAgWAavuAW4YxbCH",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 99988,
          "blockHash": "0x40e8011f98417ef841dbca029f1dd9e46b02fee521ba39ae0ed96be6779a11cf",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x99468B537Ca00f2Bcb7111C6efB51E2778985b7E",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f38676873633276617a587158546f6b6f4e6a4556595a484e4e63467645337537336472454d5276544679596534384435614c3272467532756a50654b37505a58693872447754464d7868000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x85fc6807c85af4a2a4f3220d9dcee1cfefca7c88b0ebaa536b713a49ba92fab7",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "hq__8ghsc2vazXqXTokoNjEVYZHNNcFvE3u73drEMRvTFyYe48D5aL2rFu2ujPeK7PZXi8rDwTFMxh",
            "objectHash": "hq__8ghsc2vazXqXTokoNjEVYZHNNcFvE3u73drEMRvTFyYe48D5aL2rFu2ujPeK7PZXi8rDwTFMxh",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 99987,
          "blockHash": "0xa3e3cd3bb6df696feab0e3066c6afb90fb9ede883bdce33c58e026539fd20934",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "data": "0x",
          "topics": [
            "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
          ],
          "transactionHash": "0xc50283baff34e79d10807e4f0d36ac57d513b4a74783d076ccbbc7b9782dd77a",
          "logIndex": 0,
          "name": "AccessRequest",
          "signature": "AccessRequest()",
          "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
          "values": {
            "length": 0
          }
        }
      ],
      [
        {
          "blockNumber": 99986,
          "blockHash": "0xedbf9989672c7bef03a3442b13f85ed4e87422ca02a51022fda9ad2b77d53bf0",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x682d20541e47883F4D10c739e14f0A4B328835a7",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004d68715f5f47685056346444316a48393376706e6a3964727966364835776e3264704d6b3663736371726661356a38474c39644c56575765735a774e70527834436a41577a5075774a336f4a6b4e00000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x6890567c574b5f3829c663f58d40659108c60849dd69e564d86105d220eb63fd",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__GhPV4dD1jH93vpnj9dryf6H5wn2dpMk6cscqrfa5j8GL9dLVWWesZwNpRx4CjAWzPuwJ3oJkN",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__GhPV4dD1jH93vpnj9dryf6H5wn2dpMk6cscqrfa5j8GL9dLVWWesZwNpRx4CjAWzPuwJ3oJkN",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 99985,
          "blockHash": "0xfac5caf76d132cc210d24712577099439c06019b46b8d19df0cd8da1c1342564",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x02F4Fa9e893FE03ccCdF5A67AA75B4bd5a3F872c",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f44764c507a6474586e42706f75587a723352446b477665416e32474e466867506f574b4c6d5a48535632416d4177646e7a68703131597062447539505a78454651786d6e6e786a545958000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x7a01186acd91799fb90023695fe4bbf8239250f1084cd30dc87e8c1f71154fa7",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__DvLPzdtXnBpouXzr3RDkGveAn2GNFhgPoWKLmZHSV2AmAwdnzhp11YpbDu9PZxEFQxmnnxjTYX",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__DvLPzdtXnBpouXzr3RDkGveAn2GNFhgPoWKLmZHSV2AmAwdnzhp11YpbDu9PZxEFQxmnnxjTYX",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 99984,
          "blockHash": "0x3b94882628049273d40c5947bc501b3a0918c0908ed87c0c48887b3077375349",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x3abc8D972Ac4293257412009E9e690EfEDBcd15e",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4c39657746526b77545a684c7a74356d485a576367526a4831414532626d74436e69317a65344e6547474257643472656246763474424b357a796b7a6b34507969454173654d574a6364000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x9c0f6d55b2e8f64853554ef59ed3c58be48283ad398ab47392ed023c6c3accff",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__L9ewFRkwTZhLzt5mHZWcgRjH1AE2bmtCni1ze4NeGGBWd4rebFv4tBK5zykzk4PyiEAseMWJcd",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__L9ewFRkwTZhLzt5mHZWcgRjH1AE2bmtCni1ze4NeGGBWd4rebFv4tBK5zykzk4PyiEAseMWJcd",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 99983,
          "blockHash": "0xff18823a37155d31c04269a063c5866b90cbd27ba63d7de787d68ac1fc94c9a0",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x682d20541e47883F4D10c739e14f0A4B328835a7",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e900000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004d68715f5f47685056346444316a48393376706e6a3964727966364835776e3264704d6b3663736371726661356a38474c39644c56575765735a774e70527834436a41577a5075774a336f4a6b4e00000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x6f3c0d4ebebecae3978b35252cae1071b48f6399c766565177d6755541efc1dd",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "2": "hq__GhPV4dD1jH93vpnj9dryf6H5wn2dpMk6cscqrfa5j8GL9dLVWWesZwNpRx4CjAWzPuwJ3oJkN",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "objectHash": "hq__GhPV4dD1jH93vpnj9dryf6H5wn2dpMk6cscqrfa5j8GL9dLVWWesZwNpRx4CjAWzPuwJ3oJkN",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 99982,
          "blockHash": "0x087798d5b1d0a064005093cfe441d92b2a97e82d15ad70e7d1531bef21ec1dbc",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xfBa79Ff00a86594f188556FF43f7332847419316",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f3657654d487241396d6142317555714b626e6943694d746e6f35775a5831344443694e56596b31346d57546b50756a5645446b696f3353774d5045703745364e3261734731596a466b5a000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xead18591c641da8d606f66ce46b9c0e1f546163de2c42537d58d06a1b0cbc3f1",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__6WeMHrA9maB1uUqKbniCiMtno5wZX14DCiNVYk14mWTkPujVEDkio3SwMPEp7E6N2asG1YjFkZ",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__6WeMHrA9maB1uUqKbniCiMtno5wZX14DCiNVYk14mWTkPujVEDkio3SwMPEp7E6N2asG1YjFkZ",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 99981,
          "blockHash": "0xba4fa15bd90d083f3c1d4a480fe40488a0465d0e37ffce42c0cab42468c5f553",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x02F4Fa9e893FE03ccCdF5A67AA75B4bd5a3F872c",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e900000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f44764c507a6474586e42706f75587a723352446b477665416e32474e466867506f574b4c6d5a48535632416d4177646e7a68703131597062447539505a78454651786d6e6e786a545958000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xb5f77af36c14cabbcc1a929033c75aa0673c7824fbd40f2efea12fcf5922c3f7",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "2": "hq__DvLPzdtXnBpouXzr3RDkGveAn2GNFhgPoWKLmZHSV2AmAwdnzhp11YpbDu9PZxEFQxmnnxjTYX",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "objectHash": "hq__DvLPzdtXnBpouXzr3RDkGveAn2GNFhgPoWKLmZHSV2AmAwdnzhp11YpbDu9PZxEFQxmnnxjTYX",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 99980,
          "blockHash": "0x31e5d9affc451651695717bcf718ccc6205375f24c7c3306a86d035d4a2e0859",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x425d88bB87E01f269457dBcC62aC7a0533e3271a",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4a69417933697170526966563759796437435a4c7072454b4b334d463571436e74377437764168676f687057654d55754175477666794c693437703861624c6f4543665836794b374246000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x7a1fee34e73013e93c8f0aadfe299bcfcf71060d928f20c3cad6f235f7e69bb0",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__JiAy3iqpRifV7Yyd7CZLprEKK3MF5qCnt7t7vAhgohpWeMUuAuGvfyLi47p8abLoECfX6yK7BF",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__JiAy3iqpRifV7Yyd7CZLprEKK3MF5qCnt7t7vAhgohpWeMUuAuGvfyLi47p8abLoECfX6yK7BF",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 99979,
          "blockHash": "0x8f6ba3e8a530b43ddd8bd645f83f5ad1be2709643316f8e87037706cbbd82426",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x3abc8D972Ac4293257412009E9e690EfEDBcd15e",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e900000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4c39657746526b77545a684c7a74356d485a576367526a4831414532626d74436e69317a65344e6547474257643472656246763474424b357a796b7a6b34507969454173654d574a6364000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x5c5c9494285df65ef24d42ba4f6a10d593cd00a4a11e32e202a0dab4410bdcf3",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "2": "hq__L9ewFRkwTZhLzt5mHZWcgRjH1AE2bmtCni1ze4NeGGBWd4rebFv4tBK5zykzk4PyiEAseMWJcd",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "objectHash": "hq__L9ewFRkwTZhLzt5mHZWcgRjH1AE2bmtCni1ze4NeGGBWd4rebFv4tBK5zykzk4PyiEAseMWJcd",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 99978,
          "blockHash": "0x144d397985db462f2f9da5bac2d383db540f6da7d9b0b9d1227face381ce3fe1",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x364890aD0AD806907de2936656d9E1Df63d5Ee3B",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f417a464c6261756a3641556973706548314337414a466273756f42564b3236397a5358475343344d477639437446593475586570484b357342456b7352616675686865654368744d5157000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x5e993aad18133717d1c4fef53cb197e16a3fbffbe15648a510dd81c1c6dcd748",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__AzFLbauj6AUispeH1C7AJFbsuoBVK269zSXGSC4MGv9CtFY4uXepHK5sBEksRafuhheeChtMQW",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__AzFLbauj6AUispeH1C7AJFbsuoBVK269zSXGSC4MGv9CtFY4uXepHK5sBEksRafuhheeChtMQW",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 99977,
          "blockHash": "0x7f8bfd86efae93e8349590de3b678f15c9710db2c04a15f42ff350774994f553",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xfBa79Ff00a86594f188556FF43f7332847419316",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e900000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f3657654d487241396d6142317555714b626e6943694d746e6f35775a5831344443694e56596b31346d57546b50756a5645446b696f3353774d5045703745364e3261734731596a466b5a000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x55b4d7a0843860efae6f73516311017c350ee5df515d39b8d796156c9f5c5a42",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "2": "hq__6WeMHrA9maB1uUqKbniCiMtno5wZX14DCiNVYk14mWTkPujVEDkio3SwMPEp7E6N2asG1YjFkZ",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "objectHash": "hq__6WeMHrA9maB1uUqKbniCiMtno5wZX14DCiNVYk14mWTkPujVEDkio3SwMPEp7E6N2asG1YjFkZ",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 99976,
          "blockHash": "0xd537f11af53c6b2d16a91bfa1f4eadc9cc3ad39f03352a46266c761522fbb500",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x425d88bB87E01f269457dBcC62aC7a0533e3271a",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e900000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4a69417933697170526966563759796437435a4c7072454b4b334d463571436e74377437764168676f687057654d55754175477666794c693437703861624c6f4543665836794b374246000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xc1f6e242492d4fce18db333e1cacba37bc5b3297abea9d6b19fe84f58572bba1",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "2": "hq__JiAy3iqpRifV7Yyd7CZLprEKK3MF5qCnt7t7vAhgohpWeMUuAuGvfyLi47p8abLoECfX6yK7BF",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "objectHash": "hq__JiAy3iqpRifV7Yyd7CZLprEKK3MF5qCnt7t7vAhgohpWeMUuAuGvfyLi47p8abLoECfX6yK7BF",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 99975,
          "blockHash": "0x28d7cf874a1c12e4d0b8161a2bb93c830970af0ee468a1d64c72e4bce7f1ba54",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x364890aD0AD806907de2936656d9E1Df63d5Ee3B",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e900000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f417a464c6261756a3641556973706548314337414a466273756f42564b3236397a5358475343344d477639437446593475586570484b357342456b7352616675686865654368744d5157000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xa9f26cb7422d070141f3f58774a8d02a2e9d61bfbe6afe1776709fc47e774bda",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "2": "hq__AzFLbauj6AUispeH1C7AJFbsuoBVK269zSXGSC4MGv9CtFY4uXepHK5sBEksRafuhheeChtMQW",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "objectHash": "hq__AzFLbauj6AUispeH1C7AJFbsuoBVK269zSXGSC4MGv9CtFY4uXepHK5sBEksRafuhheeChtMQW",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 99974,
          "blockHash": "0xd53b9792546ba1f6c7648cdd8077041a122125e46a8e246882ce50731d2b5ce8",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x65c523399F60F5ffcc53dffee8ddCAE2028d9156",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4c694470685a77433859637973344266655a6e516f6b745a4c466f6f4643724e753252365478474534353270757135545a73596b4d6762644451535a4c4248676343486f5647374e4335000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x928358f41bd6816ab6c52ca2da52c8c027450b066ccc67b630689941a82f821f",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__LiDphZwC8Ycys4BfeZnQoktZLFooFCrNu2R6TxGE452puq5TZsYkMgbdDQSZLBHgcCHoVG7NC5",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__LiDphZwC8Ycys4BfeZnQoktZLFooFCrNu2R6TxGE452puq5TZsYkMgbdDQSZLBHgcCHoVG7NC5",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 99973,
          "blockHash": "0x7661213bf38915e4aa6845e332866559c5839e1f05b8930734d27c78ee549b39",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x682d20541e47883F4D10c739e14f0A4B328835a7",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xd6fef99e8d13e6d3888661f24c1165e61bde4c47794723b1fdc2aa0245c4f5a6",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 99972,
          "blockHash": "0x6e597655a4ae6b275a04858cce071325ced5614526d3234214f6fba87ac1988b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x65c523399F60F5ffcc53dffee8ddCAE2028d9156",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e900000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4c694470685a77433859637973344266655a6e516f6b745a4c466f6f4643724e753252365478474534353270757135545a73596b4d6762644451535a4c4248676343486f5647374e4335000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x1ac8e3214830e3f81438fa8fbe35c20406f3f1e6b1b4078f8c07d9e3e9297dca",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "2": "hq__LiDphZwC8Ycys4BfeZnQoktZLFooFCrNu2R6TxGE452puq5TZsYkMgbdDQSZLBHgcCHoVG7NC5",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "objectHash": "hq__LiDphZwC8Ycys4BfeZnQoktZLFooFCrNu2R6TxGE452puq5TZsYkMgbdDQSZLBHgcCHoVG7NC5",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 99971,
          "blockHash": "0xa60b2bcafd3399b8808cc4b80807ba4e67afa1bf800a589711df0b7e30dacfd4",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x02F4Fa9e893FE03ccCdF5A67AA75B4bd5a3F872c",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x2703c1baf91dd7afe091ffb68d7b1979438a4ec241dce9170fdc71c9f9296de5",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 99970,
          "blockHash": "0xae81f51a978d8d3028087f2e22d1578c121a35c27af9bba9720a210ffc3ff36b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x65c523399F60F5ffcc53dffee8ddCAE2028d9156",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xbfe727a3282ba19e3e81aa28d597544c32ff973684d81181182f6784a9d79c8f",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 99969,
          "blockHash": "0x4140205e0d63c9a2f30f8cf888632dcc98cccad6e521ada3cab53ff6805348c8",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x43bd32B8000Ed2f81a7CF05Ad2C176B3F9480E2f",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000005000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f4c363953665433726d3544776e6f5273325958313236525178463251367272796f6f4a454656384d73473853706878785544793554655646474b333632397967726a57586d70673658670000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830346432333534353435373630356235343935313235346532656630383039643664383736383039323534623837383038636163623130383035316362633731666237396263323539383833616134336364656434623138373365333533363139393762373065386665316339663434616133306538376461333934373139643631000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0x2d4270033491bf3649e14f5bb125a5b2160d63170192e021770d2b3702f124c6",
          "logIndex": 0,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x05"
            },
            "1": 0,
            "2": "hq__L69SfT3rm5DwnoRs2YX126RQxF2Q6rryooJEFV8MsG8SphxxUDy5TeVFGK3629ygrjWXmpg6Xg",
            "3": "0x04d23545457605b54951254e2ef0809d6d876809254b87808cacb108051cbc71fb79bc259883aa43cded4b1873e35361997b70e8fe1c9f44aa30e87da394719d61",
            "4": "",
            "requestID": {
              "_hex": "0x05"
            },
            "level": 0,
            "contentHash": "hq__L69SfT3rm5DwnoRs2YX126RQxF2Q6rryooJEFV8MsG8SphxxUDy5TeVFGK3629ygrjWXmpg6Xg",
            "pkeRequestor": "0x04d23545457605b54951254e2ef0809d6d876809254b87808cacb108051cbc71fb79bc259883aa43cded4b1873e35361997b70e8fe1c9f44aa30e87da394719d61",
            "pkeAFGH": "",
            "length": 5
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 99968,
          "blockHash": "0x6708257446da5beb95d4e4703172bbcbb3e7e181493f173757d49a9e4aa7883d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2E3590ECF1b621AAa0CeA1eA7B36f4400cfd6305",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4a6e76504338584c4666674a5158435554553156346a444659346a714e537a764e4a436663654164704e785878704e56645a6f473435634c536f6845526e6b346477576d35697a556b34000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x23707de1096964027cb57986f58b0ca8113135b07115bce8424a4cbbfec9cfe6",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__JnvPC8XLFfgJQXCUTU1V4jDFY4jqNSzvNJCfceAdpNxXxpNVdZoG45cLSohERnk4dwWm5izUk4",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__JnvPC8XLFfgJQXCUTU1V4jDFY4jqNSzvNJCfceAdpNxXxpNVdZoG45cLSohERnk4dwWm5izUk4",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 99967,
          "blockHash": "0x067d37034e445e7cb7ccd9e7a2e9d2c6215a7ec0c2b83fdf397c22bd97ff663c",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x3abc8D972Ac4293257412009E9e690EfEDBcd15e",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xb48ba46d3c04b394ca17b7ea585961209241f05d76b3e4d86f53686ca8b803f7",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 99966,
          "blockHash": "0xc0e93800d30aea96a0f9aa142a082a217bbb172e84a6b19921e4e78f8d47929e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2E3590ECF1b621AAa0CeA1eA7B36f4400cfd6305",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e900000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4a6e76504338584c4666674a5158435554553156346a444659346a714e537a764e4a436663654164704e785878704e56645a6f473435634c536f6845526e6b346477576d35697a556b34000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x27fc322ead415b86842a4118f31efd43333054a4dde2c886028a833ba1754117",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "2": "hq__JnvPC8XLFfgJQXCUTU1V4jDFY4jqNSzvNJCfceAdpNxXxpNVdZoG45cLSohERnk4dwWm5izUk4",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "objectHash": "hq__JnvPC8XLFfgJQXCUTU1V4jDFY4jqNSzvNJCfceAdpNxXxpNVdZoG45cLSohERnk4dwWm5izUk4",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 99965,
          "blockHash": "0x62def36e38ae8faefe6dd347a10b52b3627215514ea61eac61e8899dfc026e82",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF0055D45e4397968723e5C1456ca9acaB3f535c7",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f336d58634a526a483257755631683736393542396d4a5a64327052646453454b4b614e766755527857625976676b32517177454456485571564d563141543731507266575a55624a5957000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x8155de8c1ff4f86487910f16480558df67c4988de3c35e7b66252e2b47c4e3eb",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__3mXcJRjH2WuV1h7695B9mJZd2pRddSEKKaNvgURxWbYvgk2QqwEDVHUqVMV1AT71PrfWZUbJYW",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__3mXcJRjH2WuV1h7695B9mJZd2pRddSEKKaNvgURxWbYvgk2QqwEDVHUqVMV1AT71PrfWZUbJYW",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 99964,
          "blockHash": "0x844f474a373214af3afd5cfebe3e33bcddc86f770561dcc485de5cb83321de1a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xfBa79Ff00a86594f188556FF43f7332847419316",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x884e04791209a5392fcaf638de73f024739f4132282a7b8ac57c8b0b42cc3d5e",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 99963,
          "blockHash": "0x0c917b86456d281633175424f015f3a6e2e3d06717544841ce0abf5c6a61aef3",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2E3590ECF1b621AAa0CeA1eA7B36f4400cfd6305",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x78fc83fda85f2bdd32dcb46097f5e7fefef8954a274b40a6fb87a613e9e8031e",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 99962,
          "blockHash": "0x55c0b39d122df2caa398fa9a16bc592277de2d118530de8b283589ff56a2336d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF0055D45e4397968723e5C1456ca9acaB3f535c7",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e900000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f336d58634a526a483257755631683736393542396d4a5a64327052646453454b4b614e766755527857625976676b32517177454456485571564d563141543731507266575a55624a5957000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xe80d2c54ee5f6f708a3e28df76a5b3deab3ad213a0cb1ff7f3900945b155d402",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "2": "hq__3mXcJRjH2WuV1h7695B9mJZd2pRddSEKKaNvgURxWbYvgk2QqwEDVHUqVMV1AT71PrfWZUbJYW",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "objectHash": "hq__3mXcJRjH2WuV1h7695B9mJZd2pRddSEKKaNvgURxWbYvgk2QqwEDVHUqVMV1AT71PrfWZUbJYW",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 99961,
          "blockHash": "0x1e66a31280afa002b0dd25fb88215a020ab258350d0b3a8c46bc4c254c49fe64",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x425d88bB87E01f269457dBcC62aC7a0533e3271a",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xa8266faa3dab4edc7dc65f4f1da69755795e893c8bb9b65844c7d99c90b8a604",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 99960,
          "blockHash": "0xed30ba750a74286cdd449cfbeb18263311326bc4f3b20b80e6664ba14d22a98e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xFbA57AFB42d63e7B09F783fA6E0604239d7Bd779",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f373947326751736e61416d39745342716d54687452565a59616d6e534a77684b67414b37696b7739456a6a534a463863347a375143726e687067674d72784d343855764663336e787467000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x14881389e631136022484073bbaf083d940eaaed08ef03cee026096d7de33ad7",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__79G2gQsnaAm9tSBqmThtRVZYamnSJwhKgAK7ikw9EjjSJF8c4z7QCrnhpggMrxM48UvFc3nxtg",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__79G2gQsnaAm9tSBqmThtRVZYamnSJwhKgAK7ikw9EjjSJF8c4z7QCrnhpggMrxM48UvFc3nxtg",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 99959,
          "blockHash": "0x9b041d3cae4d1d071cfb8f913250daeb6235637e20e3e809d3941f9b0df1c427",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF0055D45e4397968723e5C1456ca9acaB3f535c7",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xa03ed9e91d07794913ae5688ae4658e320b36d9044a7e17b08826ec1dac73c34",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 99958,
          "blockHash": "0xe782170eabdade80113ec52a690647c47749e1f2ce5e394869ac3c7d2eb491be",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xFbA57AFB42d63e7B09F783fA6E0604239d7Bd779",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e900000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f373947326751736e61416d39745342716d54687452565a59616d6e534a77684b67414b37696b7739456a6a534a463863347a375143726e687067674d72784d343855764663336e787467000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x9e80ce04071037728edb924a221c909c515514bf8ad88a04265663fae9476344",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "2": "hq__79G2gQsnaAm9tSBqmThtRVZYamnSJwhKgAK7ikw9EjjSJF8c4z7QCrnhpggMrxM48UvFc3nxtg",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "objectHash": "hq__79G2gQsnaAm9tSBqmThtRVZYamnSJwhKgAK7ikw9EjjSJF8c4z7QCrnhpggMrxM48UvFc3nxtg",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 99957,
          "blockHash": "0xd9a1bad0a28826309c3a5ac3d910ac7636768007f26ecd15667bd2b025c1e229",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x364890aD0AD806907de2936656d9E1Df63d5Ee3B",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xa587c5585d5bef556c76da937e79c4d1df0480706aeab3634f9ee6eb9ef3a827",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 99956,
          "blockHash": "0xec65a76d3967f8ed81c9e7808e52059c46f67e61867afc73156d2415a1c38511",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xFbA57AFB42d63e7B09F783fA6E0604239d7Bd779",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xbabd066d734aae65cf9887693f0417202a10fbbf5b33874c842c84885cff1661",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 99955,
          "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "data": "0x000000000000000000000000682d20541e47883f4d10c739e14f0a4b328835a700000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x682d20541e47883F4D10c739e14f0A4B328835a7",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x682d20541e47883F4D10c739e14f0A4B328835a7",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 99955,
          "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000682d20541e47883f4d10c739e14f0a4b328835a7",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x682d20541e47883F4D10c739e14f0A4B328835a7",
            "contentAddress": "0x682d20541e47883F4D10c739e14f0A4B328835a7",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 99955,
          "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
          "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000682d20541e47883f4d10c739e14f0a4b328835a700000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "1": "0x682d20541e47883F4D10c739e14f0A4B328835a7",
            "2": 200,
            "principal": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "entity": "0x682d20541e47883F4D10c739e14f0A4B328835a7",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 99955,
          "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "walletAddress": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 99955,
          "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x682d20541e47883F4D10c739e14f0A4B328835a7",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 99955,
          "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x682d20541e47883F4D10c739e14f0A4B328835a7",
          "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "containingLibrary": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 99954,
          "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "data": "0x00000000000000000000000002f4fa9e893fe03cccdf5a67aa75b4bd5a3f872c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x02F4Fa9e893FE03ccCdF5A67AA75B4bd5a3F872c",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x02F4Fa9e893FE03ccCdF5A67AA75B4bd5a3F872c",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 99954,
          "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x00000000000000000000000002f4fa9e893fe03cccdf5a67aa75b4bd5a3f872c",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x02F4Fa9e893FE03ccCdF5A67AA75B4bd5a3F872c",
            "contentAddress": "0x02F4Fa9e893FE03ccCdF5A67AA75B4bd5a3F872c",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 99954,
          "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
          "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a74400000000000000000000000002f4fa9e893fe03cccdf5a67aa75b4bd5a3f872c00000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "1": "0x02F4Fa9e893FE03ccCdF5A67AA75B4bd5a3F872c",
            "2": 200,
            "principal": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "entity": "0x02F4Fa9e893FE03ccCdF5A67AA75B4bd5a3F872c",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 99954,
          "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "walletAddress": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 99954,
          "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x02F4Fa9e893FE03ccCdF5A67AA75B4bd5a3F872c",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 99954,
          "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x02F4Fa9e893FE03ccCdF5A67AA75B4bd5a3F872c",
          "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "containingLibrary": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 99953,
          "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "data": "0x00000000000000000000000065c523399f60f5ffcc53dffee8ddcae2028d915600000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x65c523399F60F5ffcc53dffee8ddCAE2028d9156",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x65c523399F60F5ffcc53dffee8ddCAE2028d9156",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 99953,
          "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x00000000000000000000000065c523399f60f5ffcc53dffee8ddcae2028d9156",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x65c523399F60F5ffcc53dffee8ddCAE2028d9156",
            "contentAddress": "0x65c523399F60F5ffcc53dffee8ddCAE2028d9156",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 99953,
          "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
          "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a74400000000000000000000000065c523399f60f5ffcc53dffee8ddcae2028d915600000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "1": "0x65c523399F60F5ffcc53dffee8ddCAE2028d9156",
            "2": 200,
            "principal": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "entity": "0x65c523399F60F5ffcc53dffee8ddCAE2028d9156",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 99953,
          "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "walletAddress": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 99953,
          "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x65c523399F60F5ffcc53dffee8ddCAE2028d9156",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 99953,
          "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x65c523399F60F5ffcc53dffee8ddCAE2028d9156",
          "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "containingLibrary": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 99952,
          "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "data": "0x0000000000000000000000003abc8d972ac4293257412009e9e690efedbcd15e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x3abc8D972Ac4293257412009E9e690EfEDBcd15e",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x3abc8D972Ac4293257412009E9e690EfEDBcd15e",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 99952,
          "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x0000000000000000000000003abc8d972ac4293257412009e9e690efedbcd15e",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x3abc8D972Ac4293257412009E9e690EfEDBcd15e",
            "contentAddress": "0x3abc8D972Ac4293257412009E9e690EfEDBcd15e",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 99952,
          "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
          "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a7440000000000000000000000003abc8d972ac4293257412009e9e690efedbcd15e00000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "1": "0x3abc8D972Ac4293257412009E9e690EfEDBcd15e",
            "2": 200,
            "principal": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "entity": "0x3abc8D972Ac4293257412009E9e690EfEDBcd15e",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 99952,
          "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "walletAddress": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 99952,
          "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x3abc8D972Ac4293257412009E9e690EfEDBcd15e",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 99952,
          "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x3abc8D972Ac4293257412009E9e690EfEDBcd15e",
          "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "containingLibrary": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 99951,
          "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "data": "0x000000000000000000000000fba79ff00a86594f188556ff43f733284741931600000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0xfBa79Ff00a86594f188556FF43f7332847419316",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0xfBa79Ff00a86594f188556FF43f7332847419316",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 99951,
          "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000fba79ff00a86594f188556ff43f7332847419316",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0xfBa79Ff00a86594f188556FF43f7332847419316",
            "contentAddress": "0xfBa79Ff00a86594f188556FF43f7332847419316",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 99951,
          "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
          "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000fba79ff00a86594f188556ff43f733284741931600000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "1": "0xfBa79Ff00a86594f188556FF43f7332847419316",
            "2": 200,
            "principal": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "entity": "0xfBa79Ff00a86594f188556FF43f7332847419316",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 99951,
          "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "walletAddress": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 99951,
          "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xfBa79Ff00a86594f188556FF43f7332847419316",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 99951,
          "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xfBa79Ff00a86594f188556FF43f7332847419316",
          "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "containingLibrary": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 99950,
          "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "data": "0x0000000000000000000000002e3590ecf1b621aaa0cea1ea7b36f4400cfd630500000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x2E3590ECF1b621AAa0CeA1eA7B36f4400cfd6305",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x2E3590ECF1b621AAa0CeA1eA7B36f4400cfd6305",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 99950,
          "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x0000000000000000000000002e3590ecf1b621aaa0cea1ea7b36f4400cfd6305",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x2E3590ECF1b621AAa0CeA1eA7B36f4400cfd6305",
            "contentAddress": "0x2E3590ECF1b621AAa0CeA1eA7B36f4400cfd6305",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 99950,
          "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
          "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a7440000000000000000000000002e3590ecf1b621aaa0cea1ea7b36f4400cfd630500000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "1": "0x2E3590ECF1b621AAa0CeA1eA7B36f4400cfd6305",
            "2": 200,
            "principal": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "entity": "0x2E3590ECF1b621AAa0CeA1eA7B36f4400cfd6305",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 99950,
          "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "walletAddress": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 99950,
          "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2E3590ECF1b621AAa0CeA1eA7B36f4400cfd6305",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 99950,
          "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2E3590ECF1b621AAa0CeA1eA7B36f4400cfd6305",
          "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "containingLibrary": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 99949,
          "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "data": "0x000000000000000000000000425d88bb87e01f269457dbcc62ac7a0533e3271a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x425d88bB87E01f269457dBcC62aC7a0533e3271a",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x425d88bB87E01f269457dBcC62aC7a0533e3271a",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 99949,
          "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000425d88bb87e01f269457dbcc62ac7a0533e3271a",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x425d88bB87E01f269457dBcC62aC7a0533e3271a",
            "contentAddress": "0x425d88bB87E01f269457dBcC62aC7a0533e3271a",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 99949,
          "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
          "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000425d88bb87e01f269457dbcc62ac7a0533e3271a00000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "1": "0x425d88bB87E01f269457dBcC62aC7a0533e3271a",
            "2": 200,
            "principal": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "entity": "0x425d88bB87E01f269457dBcC62aC7a0533e3271a",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 99949,
          "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "walletAddress": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 99949,
          "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x425d88bB87E01f269457dBcC62aC7a0533e3271a",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 99949,
          "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x425d88bB87E01f269457dBcC62aC7a0533e3271a",
          "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "containingLibrary": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 99948,
          "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "data": "0x000000000000000000000000f0055d45e4397968723e5c1456ca9acab3f535c700000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0xF0055D45e4397968723e5C1456ca9acaB3f535c7",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0xF0055D45e4397968723e5C1456ca9acaB3f535c7",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 99948,
          "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000f0055d45e4397968723e5c1456ca9acab3f535c7",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0xF0055D45e4397968723e5C1456ca9acaB3f535c7",
            "contentAddress": "0xF0055D45e4397968723e5C1456ca9acaB3f535c7",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 99948,
          "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
          "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000f0055d45e4397968723e5c1456ca9acab3f535c700000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "1": "0xF0055D45e4397968723e5C1456ca9acaB3f535c7",
            "2": 200,
            "principal": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "entity": "0xF0055D45e4397968723e5C1456ca9acaB3f535c7",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 99948,
          "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "walletAddress": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 99948,
          "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF0055D45e4397968723e5C1456ca9acaB3f535c7",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 99948,
          "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF0055D45e4397968723e5C1456ca9acaB3f535c7",
          "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "containingLibrary": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 99947,
          "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "data": "0x000000000000000000000000364890ad0ad806907de2936656d9e1df63d5ee3b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x364890aD0AD806907de2936656d9E1Df63d5Ee3B",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x364890aD0AD806907de2936656d9E1Df63d5Ee3B",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 99947,
          "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000364890ad0ad806907de2936656d9e1df63d5ee3b",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x364890aD0AD806907de2936656d9E1Df63d5Ee3B",
            "contentAddress": "0x364890aD0AD806907de2936656d9E1Df63d5Ee3B",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 99947,
          "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
          "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000364890ad0ad806907de2936656d9e1df63d5ee3b00000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "1": "0x364890aD0AD806907de2936656d9E1Df63d5Ee3B",
            "2": 200,
            "principal": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "entity": "0x364890aD0AD806907de2936656d9E1Df63d5Ee3B",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 99947,
          "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "walletAddress": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 99947,
          "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x364890aD0AD806907de2936656d9E1Df63d5Ee3B",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 99947,
          "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x364890aD0AD806907de2936656d9E1Df63d5Ee3B",
          "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "containingLibrary": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 99946,
          "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "data": "0x000000000000000000000000fba57afb42d63e7b09f783fa6e0604239d7bd77900000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0xFbA57AFB42d63e7B09F783fA6E0604239d7Bd779",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0xFbA57AFB42d63e7B09F783fA6E0604239d7Bd779",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 99946,
          "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000fba57afb42d63e7b09f783fa6e0604239d7bd779",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0xFbA57AFB42d63e7B09F783fA6E0604239d7Bd779",
            "contentAddress": "0xFbA57AFB42d63e7B09F783fA6E0604239d7Bd779",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 99946,
          "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
          "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000fba57afb42d63e7b09f783fa6e0604239d7bd77900000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "1": "0xFbA57AFB42d63e7B09F783fA6E0604239d7Bd779",
            "2": 200,
            "principal": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "entity": "0xFbA57AFB42d63e7B09F783fA6E0604239d7Bd779",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 99946,
          "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "walletAddress": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 99946,
          "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xFbA57AFB42d63e7B09F783fA6E0604239d7Bd779",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 99946,
          "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xFbA57AFB42d63e7B09F783fA6E0604239d7Bd779",
          "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "containingLibrary": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 99945,
          "blockHash": "0xd48d43f60ffeaf674dd1f7031b174b7a4f9a86d790ee809ff5fa8d79ffe8538e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f3879583779354d61617a637632413632644b59444e3273484d5a317467354d7356534d4c384246757a376f7a394a6b56723776664579747842556f525a32777747546a317a7464707371000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xf7d15a5e9b8a69d2c55f875fe3b44fc18b95b0ff715646187cf3b99801a481ec",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__8yX7y5Maazcv2A62dKYDN2sHMZ1tg5MsVSML8BFuz7oz9JkVr7vfEytxBUoRZ2wwGTj1ztdpsq",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__8yX7y5Maazcv2A62dKYDN2sHMZ1tg5MsVSML8BFuz7oz9JkVr7vfEytxBUoRZ2wwGTj1ztdpsq",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 99944,
          "blockHash": "0x2b12bd96c9d71bb1c18e51dc420dc94f2d46833f9f1c3689858235a3bf863661",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f3879583779354d61617a637632413632644b59444e3273484d5a317467354d7356534d4c384246757a376f7a394a6b56723776664579747842556f525a32777747546a317a7464707371000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x90494895b815a855f44893029dfd2b2016809a6a559ecb02fe8e89d3ce0250c1",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "2": "hq__8yX7y5Maazcv2A62dKYDN2sHMZ1tg5MsVSML8BFuz7oz9JkVr7vfEytxBUoRZ2wwGTj1ztdpsq",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__8yX7y5Maazcv2A62dKYDN2sHMZ1tg5MsVSML8BFuz7oz9JkVr7vfEytxBUoRZ2wwGTj1ztdpsq",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 99943,
          "blockHash": "0x41c9601d434003df23a3460c26752374bcbd22034429dfd64bfa95fce0ad9ba4",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xaeea1aeccc487032879ff6a181d29f2e7a32c18acb61cfa9484694bea273bcfa",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 99942,
          "blockHash": "0xa38d3ad9a873ce8648194b268187f31222268811813f36fc3ea4877145e0c6e0",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
          "topics": [
            "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571"
          ],
          "transactionHash": "0xe132d66c67628e019810e0edccabeaaf4c8a7932b07de12ed61bd65c38a07d48",
          "logIndex": 2,
          "name": "CreateLibrary",
          "signature": "CreateLibrary(address)",
          "topic": "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571",
          "values": {
            "0": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "libraryAddress": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 99942,
          "blockHash": "0xa38d3ad9a873ce8648194b268187f31222268811813f36fc3ea4877145e0c6e0",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
          "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e9000000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0xe132d66c67628e019810e0edccabeaaf4c8a7932b07de12ed61bd65c38a07d48",
          "logIndex": 1,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "1": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "2": 200,
            "principal": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "entity": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 99942,
          "blockHash": "0xa38d3ad9a873ce8648194b268187f31222268811813f36fc3ea4877145e0c6e0",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0xe132d66c67628e019810e0edccabeaaf4c8a7932b07de12ed61bd65c38a07d48",
          "logIndex": 0,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "walletAddress": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "length": 1
          },
          "contract": "BaseContentSpace"
        }
      ],
      [
        {
          "blockNumber": 100026,
          "blockHash": "0x0dc0f5d80d8d2815e118b00653d1f9958ef127d5230327dd2a41a3fe9f79b95a",
          "hash": "0x0dc0f5d80d8d2815e118b00653d1f9958ef127d5230327dd2a41a3fe9f79b95a",
          "parentHash": "0x92a02d25aa8a7822af396e625b8ac1df3026fde7dec1154447ee6d1ffe61526b",
          "number": 100026,
          "timestamp": 1572986195,
          "nonce": "0x0000000000000000",
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x1312d00"
          },
          "gasUsed": {
            "_hex": "0x6dd2"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd683010815846765746886676f312e3133856c696e757800000000000000000094b77e3f1046b81a7d10d757afd721a2da7a0a30d79c9855149902ff1214ec3e01ad6702dd45a96b1a72df445d1b7f1598c1b80bb630ca9b5d7ef9c864b7f77a01",
          "transactions": [
            "0xf0ec324751255953a97372c967dff4c64e83966d28e2aafcbbfbd677d17b5eab"
          ],
          "transactionHash": "0xf0ec324751255953a97372c967dff4c64e83966d28e2aafcbbfbd677d17b5eab"
        }
      ],
      [
        {
          "blockNumber": 100030,
          "blockHash": "0x95bbe17c75be482dc81d0516b06b641790661855131277892293cc77ccea829f",
          "hash": "0x95bbe17c75be482dc81d0516b06b641790661855131277892293cc77ccea829f",
          "parentHash": "0x16a70bd8ce9262b69e84ec9d70e151e3c8dc6d6595d755a7e4a0e28dc0037650",
          "number": 100030,
          "timestamp": 1572986200,
          "nonce": "0x0000000000000000",
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x1312d00"
          },
          "gasUsed": {
            "_hex": "0x5230"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd683010815846765746886676f312e3133856c696e75780000000000000000002ab80312ac8ea82be9e9660c0f1d579cac4cd6a6365cb3b78356944a77260c93528b3eaaa84180b08d1a5c39a1568fa536a365effae03fedfb0be7c149ab67cd01",
          "transactions": [
            "0x93539a8fcfb42bedf4236826aaf7a0c5c50f504e064324ed7df18fd25d4f855a"
          ],
          "transactionHash": "0x93539a8fcfb42bedf4236826aaf7a0c5c50f504e064324ed7df18fd25d4f855a"
        }
      ],
      [
        {
          "blockNumber": 99939,
          "blockHash": "0xcd31faac6bc190fc851768b235ed2e8016d629c78c56ce85a5207daf116cc6cb",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f356a3276685a5843346b6532425a44484a6a335a636a334471636868556d397231584b3573744b746241747441356b4541655636354c4454617036394a667069684d3748485570694e6d000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x2fa66bdb7aa79e493536962acd8365621d894417d74c44346425233d78c4ddcc",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__5j2vhZXC4ke2BZDHJj3Zcj3DqchhUm9r1XK5stKtbAttA5kEAeV65LDTap69JfpihM7HHUpiNm",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__5j2vhZXC4ke2BZDHJj3Zcj3DqchhUm9r1XK5stKtbAttA5kEAeV65LDTap69JfpihM7HHUpiNm",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 99938,
          "blockHash": "0x9053f238a2d418126e62b4e1b9a84bfbc259fa484092782c30b3b68007eec1d2",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xE334068189301D7A8d32cb1f63942f2a715E2661",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f37764d4d6d7468474d594d477543455365456f6f457856374b794a634175334742474e6b39634738573933327a4564376d787344713162506f73506f6a3461635a354a7477356b647336000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x8fae328dcc7a5d812f865dd82179872bcc7c53ee13eb4e9928799511a759ef4e",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__7vMMmthGMYMGuCESeEooExV7KyJcAu3GBGNk9cG8W932zEd7mxsDq1bPosPoj4acZ5Jtw5kds6",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__7vMMmthGMYMGuCESeEooExV7KyJcAu3GBGNk9cG8W932zEd7mxsDq1bPosPoj4acZ5Jtw5kds6",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 99937,
          "blockHash": "0x7dc1a142da7659f9fb232f558730fe02e3ff50b04ef1e7add0fb978c5ba49ffb",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000341c59b16a9b2664b7bb4fc20306faef50b6cf140000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f356a3276685a5843346b6532425a44484a6a335a636a334471636868556d397231584b3573744b746241747441356b4541655636354c4454617036394a667069684d3748485570694e6d000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x63d7ccb199d49eac9e46d54abd653b25399852c6abbd091e59be131b893cea73",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
            "2": "hq__5j2vhZXC4ke2BZDHJj3Zcj3DqchhUm9r1XK5stKtbAttA5kEAeV65LDTap69JfpihM7HHUpiNm",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
            "objectHash": "hq__5j2vhZXC4ke2BZDHJj3Zcj3DqchhUm9r1XK5stKtbAttA5kEAeV65LDTap69JfpihM7HHUpiNm",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 99936,
          "blockHash": "0x604c5aabb25d9f192bb26d742f542b1425f8f9a95a120f6956e966b749c111c1",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xE334068189301D7A8d32cb1f63942f2a715E2661",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f37764d4d6d7468474d594d477543455365456f6f457856374b794a634175334742474e6b39634738573933327a4564376d787344713162506f73506f6a3461635a354a7477356b647336000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x0cd0b76bf76b5b5eeef784b5bd6efd3806f8b9bac5ebaa137cfda0be69d98bc4",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "2": "hq__7vMMmthGMYMGuCESeEooExV7KyJcAu3GBGNk9cG8W932zEd7mxsDq1bPosPoj4acZ5Jtw5kds6",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__7vMMmthGMYMGuCESeEooExV7KyJcAu3GBGNk9cG8W932zEd7mxsDq1bPosPoj4acZ5Jtw5kds6",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 99935,
          "blockHash": "0x96cfe86c29c78723050899e422b3c16c4e7debb16adedab380bcc78e669be42f",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4a50726647656432527753466a5a4c725a7a665331657731384b4d6d7931356547526e4754754a644e663151515454367a675954343956693376326179777438356d5158693144576379000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xf03a48f03d9f63a7dfbe5abd00d1629a2ca3e40632790cf1226b387484076931",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__JPrfGed2RwSFjZLrZzfS1ew18KMmy15eGRnGTuJdNf1QQTT6zgYT49Vi3v2aywt85mQXi1DWcy",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__JPrfGed2RwSFjZLrZzfS1ew18KMmy15eGRnGTuJdNf1QQTT6zgYT49Vi3v2aywt85mQXi1DWcy",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 99934,
          "blockHash": "0x075dfbd7a832150d3c6ce263e5e58665d448b2597997deb4a98181228edde3a4",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000341c59b16a9b2664b7bb4fc20306faef50b6cf140000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4a50726647656432527753466a5a4c725a7a665331657731384b4d6d7931356547526e4754754a644e663151515454367a675954343956693376326179777438356d5158693144576379000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xf7e6e57c92fd838c713472060578811866eb11a754f5ce6673e6c41e9dbc23de",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
            "2": "hq__JPrfGed2RwSFjZLrZzfS1ew18KMmy15eGRnGTuJdNf1QQTT6zgYT49Vi3v2aywt85mQXi1DWcy",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
            "objectHash": "hq__JPrfGed2RwSFjZLrZzfS1ew18KMmy15eGRnGTuJdNf1QQTT6zgYT49Vi3v2aywt85mQXi1DWcy",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 99933,
          "blockHash": "0x53f18784670264f70c227f934e937aef19aef4c25922ae2f61131160219c916d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xC70C7A090E4c21E559FC79db6e317cbc8897b6a7",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f4b6e5a4b5572526e3459667a48444746474e7736697344364b6b516533704c626e6541675a43526536574642324c65427a31613558324c46764c4c51426d5569557754506363596d35670000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343837613230653865343363366231373339383365666362373161653464316438663332323238323332623339626634623061373739663130363530313262623566343935613734316132346530396636663135353136393761346435643163316335613435663231636230363334313234376434313133363732653134343864000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0x98e883418377d1090f6aefc2e8a894e6c3ab7e04abd9448af5efb00df246a731",
          "logIndex": 2,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x01"
            },
            "1": 0,
            "2": "hq__KnZKUrRn4YfzHDGFGNw6isD6KkQe3pLbneAgZCRe6WFB2LeBz1a5X2LFvLLQBmUiUwTPccYm5g",
            "3": "0x0487a20e8e43c6b173983efcb71ae4d1d8f32228232b39bf4b0a779f1065012bb5f495a741a24e09f6f1551697a4d5d1c1c5a45f21cb06341247d4113672e1448d",
            "4": "",
            "requestID": {
              "_hex": "0x01"
            },
            "level": 0,
            "contentHash": "hq__KnZKUrRn4YfzHDGFGNw6isD6KkQe3pLbneAgZCRe6WFB2LeBz1a5X2LFvLLQBmUiUwTPccYm5g",
            "pkeRequestor": "0x0487a20e8e43c6b173983efcb71ae4d1d8f32228232b39bf4b0a779f1065012bb5f495a741a24e09f6f1551697a4d5d1c1c5a45f21cb06341247d4113672e1448d",
            "pkeAFGH": "",
            "length": 5
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 99933,
          "blockHash": "0x53f18784670264f70c227f934e937aef19aef4c25922ae2f61131160219c916d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xC70C7A090E4c21E559FC79db6e317cbc8897b6a7",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x98e883418377d1090f6aefc2e8a894e6c3ab7e04abd9448af5efb00df246a731",
          "logIndex": 1,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 99933,
          "blockHash": "0x53f18784670264f70c227f934e937aef19aef4c25922ae2f61131160219c916d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xC70C7A090E4c21E559FC79db6e317cbc8897b6a7",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x98e883418377d1090f6aefc2e8a894e6c3ab7e04abd9448af5efb00df246a731",
          "logIndex": 0,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 99932,
          "blockHash": "0x88bb7fba1a3e79ed9e572a8ca546a2816a63256912bce4889c127e1d4b5b29a0",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x2c0353e0ec143cc83d457546ed6e13e63deb98cb90955dd7285712bd415ec852",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 99941,
          "blockHash": "0xce666b2349f34df0afc64c7fd0343b43901e82e562d7e3aef26a48fb2a116657",
          "hash": "0xce666b2349f34df0afc64c7fd0343b43901e82e562d7e3aef26a48fb2a116657",
          "parentHash": "0x141231738ca9fed137303e20d24afdeb219c9a59e13169cddbe0f7d8cb939b5b",
          "number": 99941,
          "timestamp": 1572986053,
          "nonce": "0x0000000000000000",
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x1312d00"
          },
          "gasUsed": {
            "_hex": "0x5208"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd683010815846765746886676f312e3133856c696e7578000000000000000000d10931b95149fb699ba53b7c661ed265011473d6b8c822a56705b61277de6e2f3281b7f2b356b9834602534fdffa7bdc5950b758103924739514f2906407b14500",
          "transactions": [
            "0x5766677626cf7d56222f6eeb176bb14747a1295cf56f7665938e791a01768bf9"
          ],
          "transactionHash": "0x5766677626cf7d56222f6eeb176bb14747a1295cf56f7665938e791a01768bf9"
        }
      ],
      [
        {
          "blockNumber": 99940,
          "blockHash": "0x141231738ca9fed137303e20d24afdeb219c9a59e13169cddbe0f7d8cb939b5b",
          "hash": "0x141231738ca9fed137303e20d24afdeb219c9a59e13169cddbe0f7d8cb939b5b",
          "parentHash": "0xcd31faac6bc190fc851768b235ed2e8016d629c78c56ce85a5207daf116cc6cb",
          "number": 99940,
          "timestamp": 1572986053,
          "nonce": "0x0000000000000000",
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x1312d00"
          },
          "gasUsed": {
            "_hex": "0x5208"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd683010815846765746886676f312e3133856c696e757800000000000000000044296d6f3f307fd3b3ad569fdfc629a6e47e9ff1070e4cd8c3842ab1304ada5b43838ed63508ff6a4c90624572778ac1c66f0ed0ff58d32de97a2a6d7cff9efd01",
          "transactions": [
            "0x74b24d7f050fb058921ed60febdf96b6f748aff2002cd580652f673dca844294"
          ],
          "transactionHash": "0x74b24d7f050fb058921ed60febdf96b6f748aff2002cd580652f673dca844294"
        }
      ],
      [
        {
          "blockNumber": 99931,
          "blockHash": "0xbf4991d578f3a9eaa83a8de9414104154190490b42bafce52751e564304b9304",
          "hash": "0xbf4991d578f3a9eaa83a8de9414104154190490b42bafce52751e564304b9304",
          "parentHash": "0x285eaab8e8c74e053e3fad05fe3b1e08f0d3a79797361dfab40e99bb133de951",
          "number": 99931,
          "timestamp": 1572986045,
          "nonce": "0x0000000000000000",
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x1312d00"
          },
          "gasUsed": {
            "_hex": "0x6dd2"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd683010815846765746886676f312e3133856c696e7578000000000000000000be88463216b09ea77a7f4a91d2e06454f1fa2fc5a5eafa499d5d2ab38af0b76d7a55cda93f94df07d7ba8cd52c44e94bda730146698a7bed350108610cfbbe5900",
          "transactions": [
            "0x920186ac768eea2a25938079888a8e82e432d283e0f4ab29dee76eaa9f75f320"
          ],
          "transactionHash": "0x920186ac768eea2a25938079888a8e82e432d283e0f4ab29dee76eaa9f75f320"
        }
      ]
    ]
    async Events({
      "count": 100,
      "includeTransaction": true
    });
    
    
    [
      [
        {
          "blockNumber": 100029,
          "blockHash": "0x16a70bd8ce9262b69e84ec9d70e151e3c8dc6d6595d755a7e4a0e28dc0037650",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x5cc4aa9b0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000005a0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06"
          ],
          "transactionHash": "0x5f57e0635f56c95e0860a589bfca93abd388bd4bf1d938894f708078db0924b8",
          "logIndex": 0,
          "name": "AccessComplete",
          "signature": "AccessComplete(uint256,uint256,bool)",
          "topic": "0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06",
          "values": {
            "0": {
              "_hex": "0x03"
            },
            "1": {
              "_hex": "0x5a"
            },
            "2": true,
            "requestID": {
              "_hex": "0x03"
            },
            "scorePct": {
              "_hex": "0x5a"
            },
            "customContractResult": true,
            "length": 3
          },
          "contract": "BaseContent",
          "hash": "0x5f57e0635f56c95e0860a589bfca93abd388bd4bf1d938894f708078db0924b8",
          "confirmations": 2,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x10509"
          },
          "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 86,
          "r": "0xac70c8d880e5cca3863554372f3e599bb4996dcc65f7aa14cf545df9be4a8dfb",
          "s": "0x371bd5f1244323f518464e6a0425ed19e956266af7a69f7b41910416db833fac",
          "v": 1910456,
          "creates": null,
          "raw": "0xf8cd568501dcd650008301050994d4e1b2f36470f09d3858d34da41b70682416caba80b8645cc4aa9b0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000005a0000000000000000000000000000000000000000000000000000000000000000831d26b8a0ac70c8d880e5cca3863554372f3e599bb4996dcc65f7aa14cf545df9be4a8dfba0371bd5f1244323f518464e6a0425ed19e956266af7a69f7b41910416db833fac",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x8fd9"
          },
          "logsBloom": "0x00000000400000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000010800000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100029,
              "transactionHash": "0x5f57e0635f56c95e0860a589bfca93abd388bd4bf1d938894f708078db0924b8",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000005a0000000000000000000000000000000000000000000000000000000000000001",
              "logIndex": 0,
              "blockHash": "0x16a70bd8ce9262b69e84ec9d70e151e3c8dc6d6595d755a7e4a0e28dc0037650",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x8fd9"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 100028,
          "blockHash": "0xf0eb80e21d934b462214e630d8e64c3cf2ccd8dfd0b7e4d1d637f747535dcf1b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034346533343466386138396430393962336263306462613739623961336438646164653032636462623639316130633165623632343263643263326565326665363633333663653333336566626334373436653533326264396436366538383662326633663338323037396436626136326437386266333537373663613633376300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0xac8d2364fa656098c31a4933485fd07b99780dd4522d409ce067bb64c4d7a72d",
          "logIndex": 2,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x03"
            },
            "1": 0,
            "2": "hq__4roUEk8TH17TAwaBfoc1vjkTjnMd4gq6VEVev82iiAHozxAxbZ1s3gn84iBouqjfdPsK56AyKF",
            "3": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
            "4": "",
            "requestID": {
              "_hex": "0x03"
            },
            "level": 0,
            "contentHash": "hq__4roUEk8TH17TAwaBfoc1vjkTjnMd4gq6VEVev82iiAHozxAxbZ1s3gn84iBouqjfdPsK56AyKF",
            "pkeRequestor": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
            "pkeAFGH": "",
            "length": 5
          },
          "contract": "BaseContent",
          "hash": "0xac8d2364fa656098c31a4933485fd07b99780dd4522d409ce067bb64c4d7a72d",
          "confirmations": 3,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1513d"
          },
          "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 85,
          "r": "0x630207ac7391927e76fdf6e1e926479b3e6bc189ba3b637360ce81b4af2e5e7f",
          "s": "0x0f9544d752ced053474904e486e4f88342fbb29a9612e19cfdc350f9f7d99265",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9022e558501dcd650008301513d94d4e1b2f36470f09d3858d34da41b70682416caba80b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034346533343466386138396430393962336263306462613739623961336438646164653032636462623639316130633165623632343263643263326565326665363633333663653333336566626334373436653533326264396436366538383662326633663338323037396436626136326437386266333537373663613633376300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b8a0630207ac7391927e76fdf6e1e926479b3e6bc189ba3b637360ce81b4af2e5e7fa00f9544d752ced053474904e486e4f88342fbb29a9612e19cfdc350f9f7d99265",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1513d"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000100000010000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100028,
              "transactionHash": "0xac8d2364fa656098c31a4933485fd07b99780dd4522d409ce067bb64c4d7a72d",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xf0eb80e21d934b462214e630d8e64c3cf2ccd8dfd0b7e4d1d637f747535dcf1b",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100028,
              "transactionHash": "0xac8d2364fa656098c31a4933485fd07b99780dd4522d409ce067bb64c4d7a72d",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xf0eb80e21d934b462214e630d8e64c3cf2ccd8dfd0b7e4d1d637f747535dcf1b",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100028,
              "transactionHash": "0xac8d2364fa656098c31a4933485fd07b99780dd4522d409ce067bb64c4d7a72d",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f34726f55456b38544831375441776142666f6331766a6b546a6e4d643467713656455665763832696941486f7a784178625a317333676e383469426f75716a666450734b353641794b460000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343465333434663861383964303939623362633064626137396239613364386461646530326364626236393161306331656236323432636432633265653266653636333336636533333365666263343734366535333262643964363665383836623266336633383230373964366261363264373862663335373736636136333763000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 2,
              "blockHash": "0xf0eb80e21d934b462214e630d8e64c3cf2ccd8dfd0b7e4d1d637f747535dcf1b",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1513d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 100028,
          "blockHash": "0xf0eb80e21d934b462214e630d8e64c3cf2ccd8dfd0b7e4d1d637f747535dcf1b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034346533343466386138396430393962336263306462613739623961336438646164653032636462623639316130633165623632343263643263326565326665363633333663653333336566626334373436653533326264396436366538383662326633663338323037396436626136326437386266333537373663613633376300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0xac8d2364fa656098c31a4933485fd07b99780dd4522d409ce067bb64c4d7a72d",
          "logIndex": 1,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0xac8d2364fa656098c31a4933485fd07b99780dd4522d409ce067bb64c4d7a72d",
          "confirmations": 3,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1513d"
          },
          "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 85,
          "r": "0x630207ac7391927e76fdf6e1e926479b3e6bc189ba3b637360ce81b4af2e5e7f",
          "s": "0x0f9544d752ced053474904e486e4f88342fbb29a9612e19cfdc350f9f7d99265",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9022e558501dcd650008301513d94d4e1b2f36470f09d3858d34da41b70682416caba80b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034346533343466386138396430393962336263306462613739623961336438646164653032636462623639316130633165623632343263643263326565326665363633333663653333336566626334373436653533326264396436366538383662326633663338323037396436626136326437386266333537373663613633376300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b8a0630207ac7391927e76fdf6e1e926479b3e6bc189ba3b637360ce81b4af2e5e7fa00f9544d752ced053474904e486e4f88342fbb29a9612e19cfdc350f9f7d99265",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1513d"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000100000010000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100028,
              "transactionHash": "0xac8d2364fa656098c31a4933485fd07b99780dd4522d409ce067bb64c4d7a72d",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xf0eb80e21d934b462214e630d8e64c3cf2ccd8dfd0b7e4d1d637f747535dcf1b",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100028,
              "transactionHash": "0xac8d2364fa656098c31a4933485fd07b99780dd4522d409ce067bb64c4d7a72d",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xf0eb80e21d934b462214e630d8e64c3cf2ccd8dfd0b7e4d1d637f747535dcf1b",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100028,
              "transactionHash": "0xac8d2364fa656098c31a4933485fd07b99780dd4522d409ce067bb64c4d7a72d",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f34726f55456b38544831375441776142666f6331766a6b546a6e4d643467713656455665763832696941486f7a784178625a317333676e383469426f75716a666450734b353641794b460000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343465333434663861383964303939623362633064626137396239613364386461646530326364626236393161306331656236323432636432633265653266653636333336636533333365666263343734366535333262643964363665383836623266336633383230373964366261363264373862663335373736636136333763000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 2,
              "blockHash": "0xf0eb80e21d934b462214e630d8e64c3cf2ccd8dfd0b7e4d1d637f747535dcf1b",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1513d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 100028,
          "blockHash": "0xf0eb80e21d934b462214e630d8e64c3cf2ccd8dfd0b7e4d1d637f747535dcf1b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034346533343466386138396430393962336263306462613739623961336438646164653032636462623639316130633165623632343263643263326565326665363633333663653333336566626334373436653533326264396436366538383662326633663338323037396436626136326437386266333537373663613633376300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0xac8d2364fa656098c31a4933485fd07b99780dd4522d409ce067bb64c4d7a72d",
          "logIndex": 0,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0xac8d2364fa656098c31a4933485fd07b99780dd4522d409ce067bb64c4d7a72d",
          "confirmations": 3,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1513d"
          },
          "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 85,
          "r": "0x630207ac7391927e76fdf6e1e926479b3e6bc189ba3b637360ce81b4af2e5e7f",
          "s": "0x0f9544d752ced053474904e486e4f88342fbb29a9612e19cfdc350f9f7d99265",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9022e558501dcd650008301513d94d4e1b2f36470f09d3858d34da41b70682416caba80b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034346533343466386138396430393962336263306462613739623961336438646164653032636462623639316130633165623632343263643263326565326665363633333663653333336566626334373436653533326264396436366538383662326633663338323037396436626136326437386266333537373663613633376300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b8a0630207ac7391927e76fdf6e1e926479b3e6bc189ba3b637360ce81b4af2e5e7fa00f9544d752ced053474904e486e4f88342fbb29a9612e19cfdc350f9f7d99265",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1513d"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000100000010000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100028,
              "transactionHash": "0xac8d2364fa656098c31a4933485fd07b99780dd4522d409ce067bb64c4d7a72d",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xf0eb80e21d934b462214e630d8e64c3cf2ccd8dfd0b7e4d1d637f747535dcf1b",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100028,
              "transactionHash": "0xac8d2364fa656098c31a4933485fd07b99780dd4522d409ce067bb64c4d7a72d",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xf0eb80e21d934b462214e630d8e64c3cf2ccd8dfd0b7e4d1d637f747535dcf1b",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100028,
              "transactionHash": "0xac8d2364fa656098c31a4933485fd07b99780dd4522d409ce067bb64c4d7a72d",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f34726f55456b38544831375441776142666f6331766a6b546a6e4d643467713656455665763832696941486f7a784178625a317333676e383469426f75716a666450734b353641794b460000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343465333434663861383964303939623362633064626137396239613364386461646530326364626236393161306331656236323432636432633265653266653636333336636533333365666263343734366535333262643964363665383836623266336633383230373964366261363264373862663335373736636136333763000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 2,
              "blockHash": "0xf0eb80e21d934b462214e630d8e64c3cf2ccd8dfd0b7e4d1d637f747535dcf1b",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1513d"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 100030,
          "blockHash": "0x95bbe17c75be482dc81d0516b06b641790661855131277892293cc77ccea829f",
          "hash": "0x93539a8fcfb42bedf4236826aaf7a0c5c50f504e064324ed7df18fd25d4f855a",
          "parentHash": "0x16a70bd8ce9262b69e84ec9d70e151e3c8dc6d6595d755a7e4a0e28dc0037650",
          "number": 100030,
          "timestamp": 1572986200,
          "nonce": 87,
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x5230"
          },
          "gasUsed": {
            "_hex": "0x5230"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd683010815846765746886676f312e3133856c696e75780000000000000000002ab80312ac8ea82be9e9660c0f1d579cac4cd6a6365cb3b78356944a77260c93528b3eaaa84180b08d1a5c39a1568fa536a365effae03fedfb0be7c149ab67cd01",
          "transactions": [
            "0x93539a8fcfb42bedf4236826aaf7a0c5c50f504e064324ed7df18fd25d4f855a"
          ],
          "transactionHash": "0x93539a8fcfb42bedf4236826aaf7a0c5c50f504e064324ed7df18fd25d4f855a",
          "transactionIndex": 0,
          "confirmations": 1,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "value": {
            "_hex": "0x2386f26fc10000"
          },
          "data": "0x",
          "r": "0x9538c00981cac4c13104abeec86be411791b996ef3f1a923d361e23e017e8029",
          "s": "0x18dcb9ddff43346d0e52ee3b54036d88efae3bce5fa6fe5f57c5e9b0d059e4be",
          "v": 1910455,
          "creates": null,
          "raw": "0xf86e578501dcd6500082523094d4e1b2f36470f09d3858d34da41b70682416caba872386f26fc1000080831d26b7a09538c00981cac4c13104abeec86be411791b996ef3f1a923d361e23e017e8029a018dcb9ddff43346d0e52ee3b54036d88efae3bce5fa6fe5f57c5e9b0d059e4be",
          "networkId": 955210,
          "contractAddress": null,
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [],
          "cumulativeGasUsed": {
            "_hex": "0x5230"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 100027,
          "blockHash": "0x1a03e6bc08e31198f7351cb97f25b0c32b48e0440ccb4fb042f8e9b0e292210e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0xf4d9bae800000000000000000000000000000000000000000000000006f05b59d3b20000",
          "topics": [
            "0x4114f8ef80b6de2161db580cbefa14e1892d15d3ebe2062c9914e4a5773114a3"
          ],
          "transactionHash": "0x829d563b8ff3cbe0534c978306ec9c7614d58fdbb0011e140682a3a249437cdc",
          "logIndex": 0,
          "name": "SetAccessCharge",
          "signature": "SetAccessCharge(uint256)",
          "topic": "0x4114f8ef80b6de2161db580cbefa14e1892d15d3ebe2062c9914e4a5773114a3",
          "values": {
            "0": {
              "_hex": "0x06f05b59d3b20000"
            },
            "accessCharge": {
              "_hex": "0x06f05b59d3b20000"
            },
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x829d563b8ff3cbe0534c978306ec9c7614d58fdbb0011e140682a3a249437cdc",
          "confirmations": 4,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0xaefc"
          },
          "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 84,
          "r": "0x225ca8369d9a5135c375a8f208c6d3a1a611d9c92441fdbcce630a870a586a30",
          "s": "0x5a63b37740366617d263a9818064de0833eb60e0ec0f627f1f9d357fbc587227",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88b548501dcd6500082aefc94d4e1b2f36470f09d3858d34da41b70682416caba80a4f4d9bae800000000000000000000000000000000000000000000000006f05b59d3b20000831d26b7a0225ca8369d9a5135c375a8f208c6d3a1a611d9c92441fdbcce630a870a586a30a05a63b37740366617d263a9818064de0833eb60e0ec0f627f1f9d357fbc587227",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0xaefc"
          },
          "logsBloom": "0x00000000000000100000000000000000000000000000008000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000010000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100027,
              "transactionHash": "0x829d563b8ff3cbe0534c978306ec9c7614d58fdbb0011e140682a3a249437cdc",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0x4114f8ef80b6de2161db580cbefa14e1892d15d3ebe2062c9914e4a5773114a3"
              ],
              "data": "0x00000000000000000000000000000000000000000000000006f05b59d3b20000",
              "logIndex": 0,
              "blockHash": "0x1a03e6bc08e31198f7351cb97f25b0c32b48e0440ccb4fb042f8e9b0e292210e",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0xaefc"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 100026,
          "blockHash": "0x0dc0f5d80d8d2815e118b00653d1f9958ef127d5230327dd2a41a3fe9f79b95a",
          "hash": "0xf0ec324751255953a97372c967dff4c64e83966d28e2aafcbbfbd677d17b5eab",
          "parentHash": "0x92a02d25aa8a7822af396e625b8ac1df3026fde7dec1154447ee6d1ffe61526b",
          "number": 100026,
          "timestamp": 1572986195,
          "nonce": 83,
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x6dd2"
          },
          "gasUsed": {
            "_hex": "0x6dd2"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd683010815846765746886676f312e3133856c696e757800000000000000000094b77e3f1046b81a7d10d757afd721a2da7a0a30d79c9855149902ff1214ec3e01ad6702dd45a96b1a72df445d1b7f1598c1b80bb630ca9b5d7ef9c864b7f77a01",
          "transactions": [
            "0xf0ec324751255953a97372c967dff4c64e83966d28e2aafcbbfbd677d17b5eab"
          ],
          "transactionHash": "0xf0ec324751255953a97372c967dff4c64e83966d28e2aafcbbfbd677d17b5eab",
          "transactionIndex": 0,
          "confirmations": 5,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "value": {
            "_hex": "0x0"
          },
          "data": "0xaa024e8b000000000000000000000000000000000000000000000000000000000000000a",
          "r": "0x657c62f002401d14af7fb07bf5cd9b50a3d61db6b1797f9c89ef56893952fc06",
          "s": "0x0d7f181750a2ac4f968303ef60c4b094d5f31aaff1a33af11e4a12a92149a73e",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88b538501dcd65000826dd294d4e1b2f36470f09d3858d34da41b70682416caba80a4aa024e8b000000000000000000000000000000000000000000000000000000000000000a831d26b8a0657c62f002401d14af7fb07bf5cd9b50a3d61db6b1797f9c89ef56893952fc06a00d7f181750a2ac4f968303ef60c4b094d5f31aaff1a33af11e4a12a92149a73e",
          "networkId": 955210,
          "contractAddress": null,
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [],
          "cumulativeGasUsed": {
            "_hex": "0x6dd2"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 100025,
          "blockHash": "0x92a02d25aa8a7822af396e625b8ac1df3026fde7dec1154447ee6d1ffe61526b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034346533343466386138396430393962336263306462613739623961336438646164653032636462623639316130633165623632343263643263326565326665363633333663653333336566626334373436653533326264396436366538383662326633663338323037396436626136326437386266333537373663613633376300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0x67edee0102da10d18c04906ec9f61795f093bb06fe2109132eb53145875fb703",
          "logIndex": 2,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x01"
            },
            "1": 0,
            "2": "hq__Bs1ZoN5Zha64ycUUkRkXMVUNTBVvk9mft1b4mXawc5nF3U83cupB1inCAYKx3g7xhrvmDFg3xS",
            "3": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
            "4": "",
            "requestID": {
              "_hex": "0x01"
            },
            "level": 0,
            "contentHash": "hq__Bs1ZoN5Zha64ycUUkRkXMVUNTBVvk9mft1b4mXawc5nF3U83cupB1inCAYKx3g7xhrvmDFg3xS",
            "pkeRequestor": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
            "pkeAFGH": "",
            "length": 5
          },
          "contract": "BaseContent",
          "hash": "0x67edee0102da10d18c04906ec9f61795f093bb06fe2109132eb53145875fb703",
          "confirmations": 6,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x18bd5"
          },
          "to": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 82,
          "r": "0x968240d3254d61ffae1ab804c26efdc64a608f8d581ac79b8e82e45557cf68d9",
          "s": "0x3e8465f82cb385f34cd43c40db8c379e255b54640d40afea430df198855ca53a",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9022e528501dcd6500083018bd5948a06fb2c8cf28e6d2530969e0e78a67d8d6d99cf80b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034346533343466386138396430393962336263306462613739623961336438646164653032636462623639316130633165623632343263643263326565326665363633333663653333336566626334373436653533326264396436366538383662326633663338323037396436626136326437386266333537373663613633376300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b8a0968240d3254d61ffae1ab804c26efdc64a608f8d581ac79b8e82e45557cf68d9a03e8465f82cb385f34cd43c40db8c379e255b54640d40afea430df198855ca53a",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x18bd5"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000001000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100025,
              "transactionHash": "0x67edee0102da10d18c04906ec9f61795f093bb06fe2109132eb53145875fb703",
              "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x92a02d25aa8a7822af396e625b8ac1df3026fde7dec1154447ee6d1ffe61526b",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100025,
              "transactionHash": "0x67edee0102da10d18c04906ec9f61795f093bb06fe2109132eb53145875fb703",
              "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x92a02d25aa8a7822af396e625b8ac1df3026fde7dec1154447ee6d1ffe61526b",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100025,
              "transactionHash": "0x67edee0102da10d18c04906ec9f61795f093bb06fe2109132eb53145875fb703",
              "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f4273315a6f4e355a68613634796355556b526b584d56554e544256766b396d66743162346d58617763356e46335538336375704231696e4341594b78336737786872766d4446673378530000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343465333434663861383964303939623362633064626137396239613364386461646530326364626236393161306331656236323432636432633265653266653636333336636533333365666263343734366535333262643964363665383836623266336633383230373964366261363264373862663335373736636136333763000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 2,
              "blockHash": "0x92a02d25aa8a7822af396e625b8ac1df3026fde7dec1154447ee6d1ffe61526b",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x18bd5"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 100025,
          "blockHash": "0x92a02d25aa8a7822af396e625b8ac1df3026fde7dec1154447ee6d1ffe61526b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034346533343466386138396430393962336263306462613739623961336438646164653032636462623639316130633165623632343263643263326565326665363633333663653333336566626334373436653533326264396436366538383662326633663338323037396436626136326437386266333537373663613633376300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x67edee0102da10d18c04906ec9f61795f093bb06fe2109132eb53145875fb703",
          "logIndex": 1,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x67edee0102da10d18c04906ec9f61795f093bb06fe2109132eb53145875fb703",
          "confirmations": 6,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x18bd5"
          },
          "to": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 82,
          "r": "0x968240d3254d61ffae1ab804c26efdc64a608f8d581ac79b8e82e45557cf68d9",
          "s": "0x3e8465f82cb385f34cd43c40db8c379e255b54640d40afea430df198855ca53a",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9022e528501dcd6500083018bd5948a06fb2c8cf28e6d2530969e0e78a67d8d6d99cf80b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034346533343466386138396430393962336263306462613739623961336438646164653032636462623639316130633165623632343263643263326565326665363633333663653333336566626334373436653533326264396436366538383662326633663338323037396436626136326437386266333537373663613633376300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b8a0968240d3254d61ffae1ab804c26efdc64a608f8d581ac79b8e82e45557cf68d9a03e8465f82cb385f34cd43c40db8c379e255b54640d40afea430df198855ca53a",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x18bd5"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000001000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100025,
              "transactionHash": "0x67edee0102da10d18c04906ec9f61795f093bb06fe2109132eb53145875fb703",
              "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x92a02d25aa8a7822af396e625b8ac1df3026fde7dec1154447ee6d1ffe61526b",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100025,
              "transactionHash": "0x67edee0102da10d18c04906ec9f61795f093bb06fe2109132eb53145875fb703",
              "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x92a02d25aa8a7822af396e625b8ac1df3026fde7dec1154447ee6d1ffe61526b",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100025,
              "transactionHash": "0x67edee0102da10d18c04906ec9f61795f093bb06fe2109132eb53145875fb703",
              "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f4273315a6f4e355a68613634796355556b526b584d56554e544256766b396d66743162346d58617763356e46335538336375704231696e4341594b78336737786872766d4446673378530000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343465333434663861383964303939623362633064626137396239613364386461646530326364626236393161306331656236323432636432633265653266653636333336636533333365666263343734366535333262643964363665383836623266336633383230373964366261363264373862663335373736636136333763000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 2,
              "blockHash": "0x92a02d25aa8a7822af396e625b8ac1df3026fde7dec1154447ee6d1ffe61526b",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x18bd5"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 100025,
          "blockHash": "0x92a02d25aa8a7822af396e625b8ac1df3026fde7dec1154447ee6d1ffe61526b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034346533343466386138396430393962336263306462613739623961336438646164653032636462623639316130633165623632343263643263326565326665363633333663653333336566626334373436653533326264396436366538383662326633663338323037396436626136326437386266333537373663613633376300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x67edee0102da10d18c04906ec9f61795f093bb06fe2109132eb53145875fb703",
          "logIndex": 0,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x67edee0102da10d18c04906ec9f61795f093bb06fe2109132eb53145875fb703",
          "confirmations": 6,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x18bd5"
          },
          "to": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 82,
          "r": "0x968240d3254d61ffae1ab804c26efdc64a608f8d581ac79b8e82e45557cf68d9",
          "s": "0x3e8465f82cb385f34cd43c40db8c379e255b54640d40afea430df198855ca53a",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9022e528501dcd6500083018bd5948a06fb2c8cf28e6d2530969e0e78a67d8d6d99cf80b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034346533343466386138396430393962336263306462613739623961336438646164653032636462623639316130633165623632343263643263326565326665363633333663653333336566626334373436653533326264396436366538383662326633663338323037396436626136326437386266333537373663613633376300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b8a0968240d3254d61ffae1ab804c26efdc64a608f8d581ac79b8e82e45557cf68d9a03e8465f82cb385f34cd43c40db8c379e255b54640d40afea430df198855ca53a",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x18bd5"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000001000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100025,
              "transactionHash": "0x67edee0102da10d18c04906ec9f61795f093bb06fe2109132eb53145875fb703",
              "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x92a02d25aa8a7822af396e625b8ac1df3026fde7dec1154447ee6d1ffe61526b",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100025,
              "transactionHash": "0x67edee0102da10d18c04906ec9f61795f093bb06fe2109132eb53145875fb703",
              "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x92a02d25aa8a7822af396e625b8ac1df3026fde7dec1154447ee6d1ffe61526b",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100025,
              "transactionHash": "0x67edee0102da10d18c04906ec9f61795f093bb06fe2109132eb53145875fb703",
              "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f4273315a6f4e355a68613634796355556b526b584d56554e544256766b396d66743162346d58617763356e46335538336375704231696e4341594b78336737786872766d4446673378530000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343465333434663861383964303939623362633064626137396239613364386461646530326364626236393161306331656236323432636432633265653266653636333336636533333365666263343734366535333262643964363665383836623266336633383230373964366261363264373862663335373736636136333763000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 2,
              "blockHash": "0x92a02d25aa8a7822af396e625b8ac1df3026fde7dec1154447ee6d1ffe61526b",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x18bd5"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 100024,
          "blockHash": "0x56f45db58d453f7a8e73eabf6974e9cd0443f2c6281f50cf9846dd835ee8db20",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
          "data": "0xf1551887",
          "topics": [
            "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
          ],
          "transactionHash": "0xe76c98f018d00770b830da818612c3fcd2a2026362c60beb662ea99f907db7f4",
          "logIndex": 0,
          "name": "AccessRequest",
          "signature": "AccessRequest()",
          "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
          "values": {
            "length": 0
          },
          "hash": "0xe76c98f018d00770b830da818612c3fcd2a2026362c60beb662ea99f907db7f4",
          "confirmations": 7,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5d79"
          },
          "to": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 81,
          "r": "0xc4d6e3575978e3a1a9255f547ad09c11a5a8610205696574ebf24886dc0725dc",
          "s": "0x1a675c199f09ad9eadeba899b3532a46b2f55752420049128adedb969936b1d7",
          "v": 1910455,
          "creates": null,
          "raw": "0xf86b518501dcd65000825d79945e09c89225aa6dff5d81f5b00bf0f846b71198b38084f1551887831d26b7a0c4d6e3575978e3a1a9255f547ad09c11a5a8610205696574ebf24886dc0725dca01a675c199f09ad9eadeba899b3532a46b2f55752420049128adedb969936b1d7",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5d79"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000400000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100024,
              "transactionHash": "0xe76c98f018d00770b830da818612c3fcd2a2026362c60beb662ea99f907db7f4",
              "address": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
              "topics": [
                "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
              ],
              "data": "0x",
              "logIndex": 0,
              "blockHash": "0x56f45db58d453f7a8e73eabf6974e9cd0443f2c6281f50cf9846dd835ee8db20",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5d79"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 100022,
          "blockHash": "0xd19b879b2384369e7d4048da110529897e8b21c51df1b0a74a94e90b37eebd3e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x432c23fa626df3b53f6edf8d49e56105e5c0a737f46d5087d4395960b332ea79",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0x432c23fa626df3b53f6edf8d49e56105e5c0a737f46d5087d4395960b332ea79",
          "confirmations": 9,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5f3c"
          },
          "to": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 80,
          "r": "0x821ca2079455165c5c81218057360acd0801139c2f63d3c4f826ca0b5b0c9485",
          "s": "0x3f9a3f7603ebce237b27945934a91506d6df794b2f784639c2bbd8cae77cb187",
          "v": 1910456,
          "creates": null,
          "raw": "0xf86b508501dcd65000825f3c94d8c228ae585482f7b851d777414bbec2c6807f438084c287e0ed831d26b8a0821ca2079455165c5c81218057360acd0801139c2f63d3c4f826ca0b5b0c9485a03f9a3f7603ebce237b27945934a91506d6df794b2f784639c2bbd8cae77cb187",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5f3c"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100022,
              "transactionHash": "0x432c23fa626df3b53f6edf8d49e56105e5c0a737f46d5087d4395960b332ea79",
              "address": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xd19b879b2384369e7d4048da110529897e8b21c51df1b0a74a94e90b37eebd3e",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5f3c"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 100023,
          "blockHash": "0xc2ccbe6c2b8397d91035637899fcff054e803fa679ec338dca31640e3ddb9215",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x49380611e57cab6e88490f50c79a1972a4fa253865bc72813771014fc40ee7ee",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__Bs1ZoN5Zha64ycUUkRkXMVUNTBVvk9mft1b4mXawc5nF3U83cupB1inCAYKx3g7xhrvmDFg3xS",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__Bs1ZoN5Zha64ycUUkRkXMVUNTBVvk9mft1b4mXawc5nF3U83cupB1inCAYKx3g7xhrvmDFg3xS",
            "length": 2
          },
          "hash": "0x49380611e57cab6e88490f50c79a1972a4fa253865bc72813771014fc40ee7ee",
          "confirmations": 8,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3923,
          "r": "0xce458d92517dec3c5919c31626d4d08a0272ef7b8816e3ec6a04b1321cd3656c",
          "s": "0x6d7cb02dc48f6b4380b6163e6c128cf0be4c164b15330e7912e573ee67be10b2",
          "v": 28,
          "creates": null,
          "raw": "0xf86b820f538501dcd6500083989680948a06fb2c8cf28e6d2530969e0e78a67d8d6d99cf8084446e88261ca0ce458d92517dec3c5919c31626d4d08a0272ef7b8816e3ec6a04b1321cd3656ca06d7cb02dc48f6b4380b6163e6c128cf0be4c164b15330e7912e573ee67be10b2",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x189c1"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100023,
              "transactionHash": "0x49380611e57cab6e88490f50c79a1972a4fa253865bc72813771014fc40ee7ee",
              "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4273315a6f4e355a68613634796355556b526b584d56554e544256766b396d66743162346d58617763356e46335538336375704231696e4341594b78336737786872766d444667337853000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xc2ccbe6c2b8397d91035637899fcff054e803fa679ec338dca31640e3ddb9215",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x189c1"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 100021,
          "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
          "data": "0x1e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
            "1": "0x9a4aab1D4408D14deAb7CCD49Be106B28482fa49",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
            "content_type": "0x9a4aab1D4408D14deAb7CCD49Be106B28482fa49",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary",
          "hash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
          "confirmations": 10,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x41a16a"
          },
          "to": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 79,
          "r": "0xbbb12461558c364ddd32c4a87f17e5df4108f108f9158c0867c3bba631fd770f",
          "s": "0x758e9300da896639463356f7181f60af13233e05cabc37531a9d4d0c5912b4e5",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c4f8501dcd650008341a16a945e09c89225aa6dff5d81f5b00bf0f846b71198b380a41e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49831d26b8a0bbb12461558c364ddd32c4a87f17e5df4108f108f9158c0867c3bba631fd770fa0758e9300da896639463356f7181f60af13233e05cabc37531a9d4d0c5912b4e5",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3fa5c5"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008000000000800000000000000004180000000000000000040000000000000010000000000000000000000000000000000000000300000000000000000040000000000000000080000000000000000000000000000000000001000000000000000000000400000000000000002020000000000000000000000000000000400000000000000000000000000000000000040000000000000010000000000000001a000000000000000000000000000000000000000400000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100021,
              "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
              "address": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000005e09c89225aa6dff5d81f5b00bf0f846b71198b3",
              "logIndex": 0,
              "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100021,
              "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
              "address": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100021,
              "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100021,
              "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000d8c228ae585482f7b851d777414bbec2c6807f4300000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100021,
              "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000d8c228ae585482f7b851d777414bbec2c6807f43",
              "logIndex": 4,
              "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100021,
              "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
              "address": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000d8c228ae585482f7b851d777414bbec2c6807f430000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa490000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3fa5c5"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 100021,
          "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
            "contentAddress": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
          "confirmations": 10,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x41a16a"
          },
          "to": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 79,
          "r": "0xbbb12461558c364ddd32c4a87f17e5df4108f108f9158c0867c3bba631fd770f",
          "s": "0x758e9300da896639463356f7181f60af13233e05cabc37531a9d4d0c5912b4e5",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c4f8501dcd650008341a16a945e09c89225aa6dff5d81f5b00bf0f846b71198b380a41e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49831d26b8a0bbb12461558c364ddd32c4a87f17e5df4108f108f9158c0867c3bba631fd770fa0758e9300da896639463356f7181f60af13233e05cabc37531a9d4d0c5912b4e5",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3fa5c5"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008000000000800000000000000004180000000000000000040000000000000010000000000000000000000000000000000000000300000000000000000040000000000000000080000000000000000000000000000000000001000000000000000000000400000000000000002020000000000000000000000000000000400000000000000000000000000000000000040000000000000010000000000000001a000000000000000000000000000000000000000400000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100021,
              "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
              "address": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000005e09c89225aa6dff5d81f5b00bf0f846b71198b3",
              "logIndex": 0,
              "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100021,
              "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
              "address": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100021,
              "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100021,
              "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000d8c228ae585482f7b851d777414bbec2c6807f4300000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100021,
              "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000d8c228ae585482f7b851d777414bbec2c6807f43",
              "logIndex": 4,
              "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100021,
              "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
              "address": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000d8c228ae585482f7b851d777414bbec2c6807f430000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa490000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3fa5c5"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 100021,
          "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
          "data": "0x1e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "1": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
            "2": 200,
            "principal": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "entity": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
          "confirmations": 10,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x41a16a"
          },
          "to": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 79,
          "r": "0xbbb12461558c364ddd32c4a87f17e5df4108f108f9158c0867c3bba631fd770f",
          "s": "0x758e9300da896639463356f7181f60af13233e05cabc37531a9d4d0c5912b4e5",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c4f8501dcd650008341a16a945e09c89225aa6dff5d81f5b00bf0f846b71198b380a41e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49831d26b8a0bbb12461558c364ddd32c4a87f17e5df4108f108f9158c0867c3bba631fd770fa0758e9300da896639463356f7181f60af13233e05cabc37531a9d4d0c5912b4e5",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3fa5c5"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008000000000800000000000000004180000000000000000040000000000000010000000000000000000000000000000000000000300000000000000000040000000000000000080000000000000000000000000000000000001000000000000000000000400000000000000002020000000000000000000000000000000400000000000000000000000000000000000040000000000000010000000000000001a000000000000000000000000000000000000000400000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100021,
              "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
              "address": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000005e09c89225aa6dff5d81f5b00bf0f846b71198b3",
              "logIndex": 0,
              "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100021,
              "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
              "address": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100021,
              "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100021,
              "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000d8c228ae585482f7b851d777414bbec2c6807f4300000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100021,
              "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000d8c228ae585482f7b851d777414bbec2c6807f43",
              "logIndex": 4,
              "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100021,
              "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
              "address": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000d8c228ae585482f7b851d777414bbec2c6807f430000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa490000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3fa5c5"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 100021,
          "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "walletAddress": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
          "confirmations": 10,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x41a16a"
          },
          "to": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 79,
          "r": "0xbbb12461558c364ddd32c4a87f17e5df4108f108f9158c0867c3bba631fd770f",
          "s": "0x758e9300da896639463356f7181f60af13233e05cabc37531a9d4d0c5912b4e5",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c4f8501dcd650008341a16a945e09c89225aa6dff5d81f5b00bf0f846b71198b380a41e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49831d26b8a0bbb12461558c364ddd32c4a87f17e5df4108f108f9158c0867c3bba631fd770fa0758e9300da896639463356f7181f60af13233e05cabc37531a9d4d0c5912b4e5",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3fa5c5"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008000000000800000000000000004180000000000000000040000000000000010000000000000000000000000000000000000000300000000000000000040000000000000000080000000000000000000000000000000000001000000000000000000000400000000000000002020000000000000000000000000000000400000000000000000000000000000000000040000000000000010000000000000001a000000000000000000000000000000000000000400000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100021,
              "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
              "address": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000005e09c89225aa6dff5d81f5b00bf0f846b71198b3",
              "logIndex": 0,
              "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100021,
              "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
              "address": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100021,
              "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100021,
              "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000d8c228ae585482f7b851d777414bbec2c6807f4300000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100021,
              "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000d8c228ae585482f7b851d777414bbec2c6807f43",
              "logIndex": 4,
              "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100021,
              "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
              "address": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000d8c228ae585482f7b851d777414bbec2c6807f430000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa490000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3fa5c5"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 100021,
          "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
          "data": "0x1e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
          "confirmations": 10,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x41a16a"
          },
          "to": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 79,
          "r": "0xbbb12461558c364ddd32c4a87f17e5df4108f108f9158c0867c3bba631fd770f",
          "s": "0x758e9300da896639463356f7181f60af13233e05cabc37531a9d4d0c5912b4e5",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c4f8501dcd650008341a16a945e09c89225aa6dff5d81f5b00bf0f846b71198b380a41e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49831d26b8a0bbb12461558c364ddd32c4a87f17e5df4108f108f9158c0867c3bba631fd770fa0758e9300da896639463356f7181f60af13233e05cabc37531a9d4d0c5912b4e5",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3fa5c5"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008000000000800000000000000004180000000000000000040000000000000010000000000000000000000000000000000000000300000000000000000040000000000000000080000000000000000000000000000000000001000000000000000000000400000000000000002020000000000000000000000000000000400000000000000000000000000000000000040000000000000010000000000000001a000000000000000000000000000000000000000400000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100021,
              "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
              "address": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000005e09c89225aa6dff5d81f5b00bf0f846b71198b3",
              "logIndex": 0,
              "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100021,
              "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
              "address": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100021,
              "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100021,
              "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000d8c228ae585482f7b851d777414bbec2c6807f4300000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100021,
              "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000d8c228ae585482f7b851d777414bbec2c6807f43",
              "logIndex": 4,
              "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100021,
              "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
              "address": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000d8c228ae585482f7b851d777414bbec2c6807f430000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa490000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3fa5c5"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 100021,
          "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
          "data": "0x1e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
            "containingLibrary": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
          "confirmations": 10,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x41a16a"
          },
          "to": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 79,
          "r": "0xbbb12461558c364ddd32c4a87f17e5df4108f108f9158c0867c3bba631fd770f",
          "s": "0x758e9300da896639463356f7181f60af13233e05cabc37531a9d4d0c5912b4e5",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c4f8501dcd650008341a16a945e09c89225aa6dff5d81f5b00bf0f846b71198b380a41e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49831d26b8a0bbb12461558c364ddd32c4a87f17e5df4108f108f9158c0867c3bba631fd770fa0758e9300da896639463356f7181f60af13233e05cabc37531a9d4d0c5912b4e5",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3fa5c5"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008000000000800000000000000004180000000000000000040000000000000010000000000000000000000000000000000000000300000000000000000040000000000000000080000000000000000000000000000000000001000000000000000000000400000000000000002020000000000000000000000000000000400000000000000000000000000000000000040000000000000010000000000000001a000000000000000000000000000000000000000400000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100021,
              "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
              "address": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000005e09c89225aa6dff5d81f5b00bf0f846b71198b3",
              "logIndex": 0,
              "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100021,
              "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
              "address": "0xd8c228ae585482f7b851d777414BBEc2C6807f43",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100021,
              "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100021,
              "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000d8c228ae585482f7b851d777414bbec2c6807f4300000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100021,
              "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000d8c228ae585482f7b851d777414bbec2c6807f43",
              "logIndex": 4,
              "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100021,
              "transactionHash": "0xdc2fde5682bba02875dea93f6b736dc473d5654030f43823ecf81bbcf34bdf70",
              "address": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000d8c228ae585482f7b851d777414bbec2c6807f430000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa490000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xe6e72b44273f27dbd73d213a74b13d3de114acac845047e125e2f641fda4ae67",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3fa5c5"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 100020,
          "blockHash": "0x9cc1b5ae3ca360b87d8d50fcc6d3401fb54f2bdad37edb831991ee8910c03087",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4273315a6f4e355a68613634796355556b526b584d56554e544256766b396d66743162346d58617763356e46335538336375704231696e4341594b78336737786872766d444667337853000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xf1a254b8f56663c77b0dfabc049a456d99466df18c9ba69cb4bde1291b9253ef",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
            "2": "hq__Bs1ZoN5Zha64ycUUkRkXMVUNTBVvk9mft1b4mXawc5nF3U83cupB1inCAYKx3g7xhrvmDFg3xS",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
            "objectHash": "hq__Bs1ZoN5Zha64ycUUkRkXMVUNTBVvk9mft1b4mXawc5nF3U83cupB1inCAYKx3g7xhrvmDFg3xS",
            "length": 3
          },
          "hash": "0xf1a254b8f56663c77b0dfabc049a456d99466df18c9ba69cb4bde1291b9253ef",
          "confirmations": 11,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x23f85"
          },
          "to": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 78,
          "r": "0x60d04771267c216da2a2dbb31457944c6a621302ea33d3b4ff44fab57208ff9b",
          "s": "0x71d9ae3731c3e8a1cc13bb52e0aa81c41aacbf5bd04be7d75c8edc32d473f2bf",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9010d4e8501dcd6500083023f85948a06fb2c8cf28e6d2530969e0e78a67d8d6d99cf80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4273315a6f4e355a68613634796355556b526b584d56554e544256766b396d66743162346d58617763356e46335538336375704231696e4341594b78336737786872766d444667337853000000000000000000000000000000000000831d26b8a060d04771267c216da2a2dbb31457944c6a621302ea33d3b4ff44fab57208ff9ba071d9ae3731c3e8a1cc13bb52e0aa81c41aacbf5bd04be7d75c8edc32d473f2bf",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x23f85"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100020,
              "transactionHash": "0xf1a254b8f56663c77b0dfabc049a456d99466df18c9ba69cb4bde1291b9253ef",
              "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000005e09c89225aa6dff5d81f5b00bf0f846b71198b30000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4273315a6f4e355a68613634796355556b526b584d56554e544256766b396d66743162346d58617763356e46335538336375704231696e4341594b78336737786872766d444667337853000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x9cc1b5ae3ca360b87d8d50fcc6d3401fb54f2bdad37edb831991ee8910c03087",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x23f85"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 100019,
          "blockHash": "0xad94e3c5c9d6c08ccebc03e82e8152ea261a3c35ce7ebdedcd347962ddca0516",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x99468B537Ca00f2Bcb7111C6efB51E2778985b7E",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xfc4120b9f84cd46a0f86b4ce0ec7ec2c381df4b71d44548c9329fa7fe94594e8",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0xF3f009B761926239308ded007ef4A75053cEB3DB",
            "1": "hq__J4emt6uWitQo9c5kygi2MHH4opqyYY1RJXdBCMn7aPK92ewWXH6XFAdJSUnw2p8iRpJJLLft3X",
            "spaceAddress": "0xF3f009B761926239308ded007ef4A75053cEB3DB",
            "objectHash": "hq__J4emt6uWitQo9c5kygi2MHH4opqyYY1RJXdBCMn7aPK92ewWXH6XFAdJSUnw2p8iRpJJLLft3X",
            "length": 2
          },
          "hash": "0xfc4120b9f84cd46a0f86b4ce0ec7ec2c381df4b71d44548c9329fa7fe94594e8",
          "confirmations": 12,
          "from": "0x5E5385AD531f5Eec7206dD424deC937dB9929128",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x99468B537Ca00f2Bcb7111C6efB51E2778985b7E",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 5962,
          "r": "0x8c6ba099e1e30d4e52d9cefe22ba434c744da5691bf16ef32186a4f4994dc0a7",
          "s": "0x364b5133bc78c44a6c5a43cb2043923d5e271278c88f961c17118be6115458b9",
          "v": 27,
          "creates": null,
          "raw": "0xf86b82174a8501dcd65000839896809499468b537ca00f2bcb7111c6efb51e2778985b7e8084446e88261ba08c6ba099e1e30d4e52d9cefe22ba434c744da5691bf16ef32186a4f4994dc0a7a0364b5133bc78c44a6c5a43cb2043923d5e271278c88f961c17118be6115458b9",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x21bb3"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000002000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100019,
              "transactionHash": "0xfc4120b9f84cd46a0f86b4ce0ec7ec2c381df4b71d44548c9329fa7fe94594e8",
              "address": "0x99468B537Ca00f2Bcb7111C6efB51E2778985b7E",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x000000000000000000000000f3f009b761926239308ded007ef4a75053ceb3db0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4a34656d743675576974516f3963356b796769324d4848346f707179595931524a586442434d6e3761504b3932657757584836584641644a53556e773270386952704a4a4c4c66743358000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xad94e3c5c9d6c08ccebc03e82e8152ea261a3c35ce7ebdedcd347962ddca0516",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x21bb3"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 100018,
          "blockHash": "0xddbeb7aa202762f27acbefe7dcf397fa1d0367246fb8e7a48c2e3e495b6514eb",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x07b0aea99D89AcaEfF4C50049C45e7f70b0662bC",
          "data": "0x78cd911900000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000002a00000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de1400000000000000000000000043bd32b8000ed2f81a7cf05ad2c176b3f9480e2f0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c80900000000000000000000000095d9593d8e0d9ee996174075d38a61b6353b4ff8000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000004c1f2573fbcfdf0173bbd7c96513af8f456bb1fe4707bd8039de66828f20e5ff00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000016d1d36b5d90000000000000000000000000000000000000000000000000000016e3d473c3000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e",
          "topics": [
            "0x208745b583bd0c257eced13411dc4b50e9a3a9c1ef0cc2f95b30a7457ec50cc1"
          ],
          "transactionHash": "0xae64690e537e196cb821903ee9c8628ba9d111024b05de6eef39910636286cca",
          "logIndex": 2,
          "name": "RecordingPlaybackCompleted",
          "signature": "RecordingPlaybackCompleted(uint256,address,address,uint256,uint8,uint256)",
          "topic": "0x208745b583bd0c257eced13411dc4b50e9a3a9c1ef0cc2f95b30a7457ec50cc1",
          "values": {
            "0": {
              "_hex": "0x5dc1dd35"
            },
            "1": "0x95d9593d8e0d9eE996174075D38a61B6353b4ff8",
            "2": "0x43bd32B8000Ed2f81a7CF05Ad2C176B3F9480E2f",
            "3": {
              "_hex": "0x07"
            },
            "4": 14,
            "5": {
              "_hex": "0x016e3d473c30"
            },
            "timestamp": {
              "_hex": "0x5dc1dd35"
            },
            "accessor": "0x95d9593d8e0d9eE996174075D38a61B6353b4ff8",
            "recObj": "0x43bd32B8000Ed2f81a7CF05Ad2C176B3F9480E2f",
            "requestID": {
              "_hex": "0x07"
            },
            "percentPlayed": 14,
            "finalizeTimestamp": {
              "_hex": "0x016e3d473c30"
            },
            "length": 6
          },
          "contract": "LvRecordableStream",
          "hash": "0xae64690e537e196cb821903ee9c8628ba9d111024b05de6eef39910636286cca",
          "confirmations": 13,
          "from": "0x024E380255B1f88AD89603C628f32bA0fb222Fa4",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3d0900"
          },
          "to": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 23733,
          "r": "0xf13c8bd455e86d6c1584691ae48e4d25c2bc0ee222232c09f508f414fb2f404e",
          "s": "0x306edaa12babb674b11065ef763593520daae2a6e9ad753957dbfb4cd691f661",
          "v": 27,
          "creates": null,
          "raw": "0xf9036d825cb58501dcd65000833d0900947bf432aa5bab589e95cc02cc50fb7f96800fe3e380b9030478cd911900000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000002a00000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de1400000000000000000000000043bd32b8000ed2f81a7cf05ad2c176b3f9480e2f0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c80900000000000000000000000095d9593d8e0d9ee996174075d38a61b6353b4ff8000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000004c1f2573fbcfdf0173bbd7c96513af8f456bb1fe4707bd8039de66828f20e5ff00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000016d1d36b5d90000000000000000000000000000000000000000000000000000016e3d473c3000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e1ba0f13c8bd455e86d6c1584691ae48e4d25c2bc0ee222232c09f508f414fb2f404ea0306edaa12babb674b11065ef763593520daae2a6e9ad753957dbfb4cd691f661",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0xccdf"
          },
          "logsBloom": "0x00000000000000000000200000200000000002000000000000000008000000004010000000000000000000002000000080000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000010000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000010000000000000000000000000000000800000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100018,
              "transactionHash": "0xae64690e537e196cb821903ee9c8628ba9d111024b05de6eef39910636286cca",
              "address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
              "topics": [
                "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
              ],
              "data": "0x000000000000000000000000000000000000000000000000000000005dc1dd35000000000000000000000000146e50d94e177ea8bb2fa41af42db541ca2a6305000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de14000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c80900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016d1d36b5d9",
              "logIndex": 0,
              "blockHash": "0xddbeb7aa202762f27acbefe7dcf397fa1d0367246fb8e7a48c2e3e495b6514eb",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100018,
              "transactionHash": "0xae64690e537e196cb821903ee9c8628ba9d111024b05de6eef39910636286cca",
              "address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
              "topics": [
                "0x078326d18c0223483393342523f51da024ddcb0f1e929aa1f142100381c794f5"
              ],
              "data": "0x000000000000000000000000000000000000000000000000000000005dc1dd350000000000000000000000001c9975dd1973aace3d3d82f5d86d6867c7ee40db00000000000000000000000043bd32b8000ed2f81a7cf05ad2c176b3f9480e2f00000000000000000000000095d9593d8e0d9ee996174075d38a61b6353b4ff84c1f2573fbcfdf0173bbd7c96513af8f456bb1fe4707bd8039de66828f20e5ff0000000000000000000000000000000000000000000000000000016e3d473c30",
              "logIndex": 1,
              "blockHash": "0xddbeb7aa202762f27acbefe7dcf397fa1d0367246fb8e7a48c2e3e495b6514eb",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100018,
              "transactionHash": "0xae64690e537e196cb821903ee9c8628ba9d111024b05de6eef39910636286cca",
              "address": "0x07b0aea99D89AcaEfF4C50049C45e7f70b0662bC",
              "topics": [
                "0x208745b583bd0c257eced13411dc4b50e9a3a9c1ef0cc2f95b30a7457ec50cc1"
              ],
              "data": "0x000000000000000000000000000000000000000000000000000000005dc1dd3500000000000000000000000095d9593d8e0d9ee996174075d38a61b6353b4ff800000000000000000000000043bd32b8000ed2f81a7cf05ad2c176b3f9480e2f0000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000e0000000000000000000000000000000000000000000000000000016e3d473c30",
              "logIndex": 2,
              "blockHash": "0xddbeb7aa202762f27acbefe7dcf397fa1d0367246fb8e7a48c2e3e495b6514eb",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0xccdf"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 100018,
          "blockHash": "0xddbeb7aa202762f27acbefe7dcf397fa1d0367246fb8e7a48c2e3e495b6514eb",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
          "data": "0x78cd911900000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000002a00000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de1400000000000000000000000043bd32b8000ed2f81a7cf05ad2c176b3f9480e2f0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c80900000000000000000000000095d9593d8e0d9ee996174075d38a61b6353b4ff8000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000004c1f2573fbcfdf0173bbd7c96513af8f456bb1fe4707bd8039de66828f20e5ff00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000016d1d36b5d90000000000000000000000000000000000000000000000000000016e3d473c3000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e",
          "topics": [
            "0x078326d18c0223483393342523f51da024ddcb0f1e929aa1f142100381c794f5"
          ],
          "transactionHash": "0xae64690e537e196cb821903ee9c8628ba9d111024b05de6eef39910636286cca",
          "logIndex": 1,
          "name": "AccessComplete",
          "signature": "AccessComplete(uint256,address,address,address,bytes32,uint64)",
          "topic": "0x078326d18c0223483393342523f51da024ddcb0f1e929aa1f142100381c794f5",
          "values": {
            "0": {
              "_hex": "0x5dc1dd35"
            },
            "1": "0x1c9975Dd1973aAcE3D3d82f5d86D6867c7eE40dB",
            "2": "0x43bd32B8000Ed2f81a7CF05Ad2C176B3F9480E2f",
            "3": "0x95d9593d8e0d9eE996174075D38a61B6353b4ff8",
            "4": "0x4c1f2573fbcfdf0173bbd7c96513af8f456bb1fe4707bd8039de66828f20e5ff",
            "5": {
              "_hex": "0x016e3d473c30"
            },
            "timestamp": {
              "_hex": "0x5dc1dd35"
            },
            "libraryAddress": "0x1c9975Dd1973aAcE3D3d82f5d86D6867c7eE40dB",
            "contentAddress": "0x43bd32B8000Ed2f81a7CF05Ad2C176B3F9480E2f",
            "userAddress": "0x95d9593d8e0d9eE996174075D38a61B6353b4ff8",
            "contextHash": "0x4c1f2573fbcfdf0173bbd7c96513af8f456bb1fe4707bd8039de66828f20e5ff",
            "request_timestamp": {
              "_hex": "0x016e3d473c30"
            },
            "length": 6
          },
          "contract": "BaseContentFactoryExt",
          "hash": "0xae64690e537e196cb821903ee9c8628ba9d111024b05de6eef39910636286cca",
          "confirmations": 13,
          "from": "0x024E380255B1f88AD89603C628f32bA0fb222Fa4",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3d0900"
          },
          "to": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 23733,
          "r": "0xf13c8bd455e86d6c1584691ae48e4d25c2bc0ee222232c09f508f414fb2f404e",
          "s": "0x306edaa12babb674b11065ef763593520daae2a6e9ad753957dbfb4cd691f661",
          "v": 27,
          "creates": null,
          "raw": "0xf9036d825cb58501dcd65000833d0900947bf432aa5bab589e95cc02cc50fb7f96800fe3e380b9030478cd911900000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000002a00000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de1400000000000000000000000043bd32b8000ed2f81a7cf05ad2c176b3f9480e2f0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c80900000000000000000000000095d9593d8e0d9ee996174075d38a61b6353b4ff8000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000004c1f2573fbcfdf0173bbd7c96513af8f456bb1fe4707bd8039de66828f20e5ff00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000016d1d36b5d90000000000000000000000000000000000000000000000000000016e3d473c3000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e1ba0f13c8bd455e86d6c1584691ae48e4d25c2bc0ee222232c09f508f414fb2f404ea0306edaa12babb674b11065ef763593520daae2a6e9ad753957dbfb4cd691f661",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0xccdf"
          },
          "logsBloom": "0x00000000000000000000200000200000000002000000000000000008000000004010000000000000000000002000000080000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000010000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000010000000000000000000000000000000800000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100018,
              "transactionHash": "0xae64690e537e196cb821903ee9c8628ba9d111024b05de6eef39910636286cca",
              "address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
              "topics": [
                "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
              ],
              "data": "0x000000000000000000000000000000000000000000000000000000005dc1dd35000000000000000000000000146e50d94e177ea8bb2fa41af42db541ca2a6305000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de14000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c80900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016d1d36b5d9",
              "logIndex": 0,
              "blockHash": "0xddbeb7aa202762f27acbefe7dcf397fa1d0367246fb8e7a48c2e3e495b6514eb",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100018,
              "transactionHash": "0xae64690e537e196cb821903ee9c8628ba9d111024b05de6eef39910636286cca",
              "address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
              "topics": [
                "0x078326d18c0223483393342523f51da024ddcb0f1e929aa1f142100381c794f5"
              ],
              "data": "0x000000000000000000000000000000000000000000000000000000005dc1dd350000000000000000000000001c9975dd1973aace3d3d82f5d86d6867c7ee40db00000000000000000000000043bd32b8000ed2f81a7cf05ad2c176b3f9480e2f00000000000000000000000095d9593d8e0d9ee996174075d38a61b6353b4ff84c1f2573fbcfdf0173bbd7c96513af8f456bb1fe4707bd8039de66828f20e5ff0000000000000000000000000000000000000000000000000000016e3d473c30",
              "logIndex": 1,
              "blockHash": "0xddbeb7aa202762f27acbefe7dcf397fa1d0367246fb8e7a48c2e3e495b6514eb",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100018,
              "transactionHash": "0xae64690e537e196cb821903ee9c8628ba9d111024b05de6eef39910636286cca",
              "address": "0x07b0aea99D89AcaEfF4C50049C45e7f70b0662bC",
              "topics": [
                "0x208745b583bd0c257eced13411dc4b50e9a3a9c1ef0cc2f95b30a7457ec50cc1"
              ],
              "data": "0x000000000000000000000000000000000000000000000000000000005dc1dd3500000000000000000000000095d9593d8e0d9ee996174075d38a61b6353b4ff800000000000000000000000043bd32b8000ed2f81a7cf05ad2c176b3f9480e2f0000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000e0000000000000000000000000000000000000000000000000000016e3d473c30",
              "logIndex": 2,
              "blockHash": "0xddbeb7aa202762f27acbefe7dcf397fa1d0367246fb8e7a48c2e3e495b6514eb",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0xccdf"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 100018,
          "blockHash": "0xddbeb7aa202762f27acbefe7dcf397fa1d0367246fb8e7a48c2e3e495b6514eb",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
          "data": "0x78cd911900000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000002a00000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de1400000000000000000000000043bd32b8000ed2f81a7cf05ad2c176b3f9480e2f0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c80900000000000000000000000095d9593d8e0d9ee996174075d38a61b6353b4ff8000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000004c1f2573fbcfdf0173bbd7c96513af8f456bb1fe4707bd8039de66828f20e5ff00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000016d1d36b5d90000000000000000000000000000000000000000000000000000016e3d473c3000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e",
          "topics": [
            "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
          ],
          "transactionHash": "0xae64690e537e196cb821903ee9c8628ba9d111024b05de6eef39910636286cca",
          "logIndex": 0,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,address,address,address,bytes32,uint64)",
          "topic": "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680",
          "values": {
            "0": {
              "_hex": "0x5dc1dd35"
            },
            "1": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
            "2": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
            "3": "0xA576095D1a8A7f2575F1022852Fec8A107C7c809",
            "4": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "5": {
              "_hex": "0x016d1d36b5d9"
            },
            "timestamp": {
              "_hex": "0x5dc1dd35"
            },
            "libraryAddress": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
            "contentAddress": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
            "userAddress": "0xA576095D1a8A7f2575F1022852Fec8A107C7c809",
            "contextHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "request_timestamp": {
              "_hex": "0x016d1d36b5d9"
            },
            "length": 6
          },
          "contract": "BaseContentFactoryExt",
          "hash": "0xae64690e537e196cb821903ee9c8628ba9d111024b05de6eef39910636286cca",
          "confirmations": 13,
          "from": "0x024E380255B1f88AD89603C628f32bA0fb222Fa4",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3d0900"
          },
          "to": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 23733,
          "r": "0xf13c8bd455e86d6c1584691ae48e4d25c2bc0ee222232c09f508f414fb2f404e",
          "s": "0x306edaa12babb674b11065ef763593520daae2a6e9ad753957dbfb4cd691f661",
          "v": 27,
          "creates": null,
          "raw": "0xf9036d825cb58501dcd65000833d0900947bf432aa5bab589e95cc02cc50fb7f96800fe3e380b9030478cd911900000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000002a00000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de1400000000000000000000000043bd32b8000ed2f81a7cf05ad2c176b3f9480e2f0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c80900000000000000000000000095d9593d8e0d9ee996174075d38a61b6353b4ff8000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000004c1f2573fbcfdf0173bbd7c96513af8f456bb1fe4707bd8039de66828f20e5ff00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000016d1d36b5d90000000000000000000000000000000000000000000000000000016e3d473c3000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e1ba0f13c8bd455e86d6c1584691ae48e4d25c2bc0ee222232c09f508f414fb2f404ea0306edaa12babb674b11065ef763593520daae2a6e9ad753957dbfb4cd691f661",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0xccdf"
          },
          "logsBloom": "0x00000000000000000000200000200000000002000000000000000008000000004010000000000000000000002000000080000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000010000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000010000000000000000000000000000000800000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100018,
              "transactionHash": "0xae64690e537e196cb821903ee9c8628ba9d111024b05de6eef39910636286cca",
              "address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
              "topics": [
                "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
              ],
              "data": "0x000000000000000000000000000000000000000000000000000000005dc1dd35000000000000000000000000146e50d94e177ea8bb2fa41af42db541ca2a6305000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de14000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c80900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016d1d36b5d9",
              "logIndex": 0,
              "blockHash": "0xddbeb7aa202762f27acbefe7dcf397fa1d0367246fb8e7a48c2e3e495b6514eb",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100018,
              "transactionHash": "0xae64690e537e196cb821903ee9c8628ba9d111024b05de6eef39910636286cca",
              "address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
              "topics": [
                "0x078326d18c0223483393342523f51da024ddcb0f1e929aa1f142100381c794f5"
              ],
              "data": "0x000000000000000000000000000000000000000000000000000000005dc1dd350000000000000000000000001c9975dd1973aace3d3d82f5d86d6867c7ee40db00000000000000000000000043bd32b8000ed2f81a7cf05ad2c176b3f9480e2f00000000000000000000000095d9593d8e0d9ee996174075d38a61b6353b4ff84c1f2573fbcfdf0173bbd7c96513af8f456bb1fe4707bd8039de66828f20e5ff0000000000000000000000000000000000000000000000000000016e3d473c30",
              "logIndex": 1,
              "blockHash": "0xddbeb7aa202762f27acbefe7dcf397fa1d0367246fb8e7a48c2e3e495b6514eb",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100018,
              "transactionHash": "0xae64690e537e196cb821903ee9c8628ba9d111024b05de6eef39910636286cca",
              "address": "0x07b0aea99D89AcaEfF4C50049C45e7f70b0662bC",
              "topics": [
                "0x208745b583bd0c257eced13411dc4b50e9a3a9c1ef0cc2f95b30a7457ec50cc1"
              ],
              "data": "0x000000000000000000000000000000000000000000000000000000005dc1dd3500000000000000000000000095d9593d8e0d9ee996174075d38a61b6353b4ff800000000000000000000000043bd32b8000ed2f81a7cf05ad2c176b3f9480e2f0000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000e0000000000000000000000000000000000000000000000000000016e3d473c30",
              "logIndex": 2,
              "blockHash": "0xddbeb7aa202762f27acbefe7dcf397fa1d0367246fb8e7a48c2e3e495b6514eb",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0xccdf"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 100017,
          "blockHash": "0xf7422999b71b88065647f7575a8d1808ec6ac2d807e5f41f127f35e6f3231456",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x99468B537Ca00f2Bcb7111C6efB51E2778985b7E",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4a34656d743675576974516f3963356b796769324d4848346f707179595931524a586442434d6e3761504b3932657757584836584641644a53556e773270386952704a4a4c4c66743358000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xdbb3edfd3f0e2eba6d4ed6846c315a48960bd9ccaf0aec41331f0d00034be3aa",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0xF3f009B761926239308ded007ef4A75053cEB3DB",
            "1": "0xc244e6Aa0f9AE2e87Ef8247DE2629b320a05EcB6",
            "2": "hq__J4emt6uWitQo9c5kygi2MHH4opqyYY1RJXdBCMn7aPK92ewWXH6XFAdJSUnw2p8iRpJJLLft3X",
            "spaceAddress": "0xF3f009B761926239308ded007ef4A75053cEB3DB",
            "parentAddress": "0xc244e6Aa0f9AE2e87Ef8247DE2629b320a05EcB6",
            "objectHash": "hq__J4emt6uWitQo9c5kygi2MHH4opqyYY1RJXdBCMn7aPK92ewWXH6XFAdJSUnw2p8iRpJJLLft3X",
            "length": 3
          },
          "hash": "0xdbb3edfd3f0e2eba6d4ed6846c315a48960bd9ccaf0aec41331f0d00034be3aa",
          "confirmations": 14,
          "from": "0x024E380255B1f88AD89603C628f32bA0fb222Fa4",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3d0900"
          },
          "to": "0x99468B537Ca00f2Bcb7111C6efB51E2778985b7E",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 23732,
          "r": "0xf2db7269e6b5e0e3a3bd00b7bf800b062d47669f891396c72d79119980398ede",
          "s": "0x4cfbc4a776c012268baf271c599ad5ff5697201232c6e0fa0407e764b3693cf9",
          "v": 28,
          "creates": null,
          "raw": "0xf9010c825cb48501dcd65000833d09009499468b537ca00f2bcb7111c6efb51e2778985b7e80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4a34656d743675576974516f3963356b796769324d4848346f707179595931524a586442434d6e3761504b3932657757584836584641644a53556e773270386952704a4a4c4c667433580000000000000000000000000000000000001ca0f2db7269e6b5e0e3a3bd00b7bf800b062d47669f891396c72d79119980398edea04cfbc4a776c012268baf271c599ad5ff5697201232c6e0fa0407e764b3693cf9",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x20480"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000002000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100017,
              "transactionHash": "0xdbb3edfd3f0e2eba6d4ed6846c315a48960bd9ccaf0aec41331f0d00034be3aa",
              "address": "0x99468B537Ca00f2Bcb7111C6efB51E2778985b7E",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x000000000000000000000000f3f009b761926239308ded007ef4a75053ceb3db000000000000000000000000c244e6aa0f9ae2e87ef8247de2629b320a05ecb60000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4a34656d743675576974516f3963356b796769324d4848346f707179595931524a586442434d6e3761504b3932657757584836584641644a53556e773270386952704a4a4c4c66743358000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xf7422999b71b88065647f7575a8d1808ec6ac2d807e5f41f127f35e6f3231456",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x20480"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 100016,
          "blockHash": "0x4f5e9730e4a07c0822d4577619fa42e81d0c54f94fa56a18dc195fdeb3dd6490",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x99468B537Ca00f2Bcb7111C6efB51E2778985b7E",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x9f686e47184a9c4bd9191a008de96ba16eddfa4f87e372eb3e496e7bc1ecb240",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "hq__9m2wTXQsuMo8sATVPb8DwwPva5ogwKRCjkSqhvEPuiKTByKt8imygDTxFEhAgWAavuAW4YxbCH",
            "objectHash": "hq__9m2wTXQsuMo8sATVPb8DwwPva5ogwKRCjkSqhvEPuiKTByKt8imygDTxFEhAgWAavuAW4YxbCH",
            "length": 1
          },
          "hash": "0x9f686e47184a9c4bd9191a008de96ba16eddfa4f87e372eb3e496e7bc1ecb240",
          "confirmations": 15,
          "from": "0x024E380255B1f88AD89603C628f32bA0fb222Fa4",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3d0900"
          },
          "to": "0x99468B537Ca00f2Bcb7111C6efB51E2778985b7E",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 23731,
          "r": "0xa2dc7f45ac382f6d4e3b22bf70d41aae2456a07d594424b95e460f44a24f72af",
          "s": "0x630fe7b698012896c7eabefd74b482fe5bc6956370a9a7e016d40130750196fb",
          "v": 27,
          "creates": null,
          "raw": "0xf86b825cb38501dcd65000833d09009499468b537ca00f2bcb7111c6efb51e2778985b7e8084c287e0ed1ba0a2dc7f45ac382f6d4e3b22bf70d41aae2456a07d594424b95e460f44a24f72afa0630fe7b698012896c7eabefd74b482fe5bc6956370a9a7e016d40130750196fb",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x65a1"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100016,
              "transactionHash": "0x9f686e47184a9c4bd9191a008de96ba16eddfa4f87e372eb3e496e7bc1ecb240",
              "address": "0x99468B537Ca00f2Bcb7111C6efB51E2778985b7E",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f396d327754585173754d6f3873415456506238447777507661356f67774b52436a6b53716876455075694b5442794b7438696d7967445478464568416757416176754157345978624348000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x4f5e9730e4a07c0822d4577619fa42e81d0c54f94fa56a18dc195fdeb3dd6490",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x65a1"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 100015,
          "blockHash": "0xac7ea6a60c4493d1d86d419bc19679ee19b3e11a29c7e37d9b36b288f476b1c9",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
          "data": "0x78cd911900000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000010000000000000000000000009d65bcb53d77d5ed8a65057d27c85b258bd0ddef0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c8090000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000016d1d3702c300000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
          ],
          "transactionHash": "0xc9be415244daf186960eeabe4d017fc25ea4b44bd89f8e62983eed7a84388bf7",
          "logIndex": 0,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,address,address,address,bytes32,uint64)",
          "topic": "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680",
          "values": {
            "0": {
              "_hex": "0x5dc1dd26"
            },
            "1": "0x2Bd50327cA78976Fdbc974e5714b59112655Ef4C",
            "2": "0x9D65bcb53d77D5eD8A65057d27c85B258bd0DDeF",
            "3": "0xA576095D1a8A7f2575F1022852Fec8A107C7c809",
            "4": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "5": {
              "_hex": "0x016d1d3702c3"
            },
            "timestamp": {
              "_hex": "0x5dc1dd26"
            },
            "libraryAddress": "0x2Bd50327cA78976Fdbc974e5714b59112655Ef4C",
            "contentAddress": "0x9D65bcb53d77D5eD8A65057d27c85B258bd0DDeF",
            "userAddress": "0xA576095D1a8A7f2575F1022852Fec8A107C7c809",
            "contextHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "request_timestamp": {
              "_hex": "0x016d1d3702c3"
            },
            "length": 6
          },
          "contract": "BaseContentFactoryExt",
          "hash": "0xc9be415244daf186960eeabe4d017fc25ea4b44bd89f8e62983eed7a84388bf7",
          "confirmations": 16,
          "from": "0x024E380255B1f88AD89603C628f32bA0fb222Fa4",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3d0900"
          },
          "to": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 23730,
          "r": "0xbcc68aa6c873e24e0c0e56bab86e74736f2bff4de51a71ab26eca852ebf54034",
          "s": "0x2b87b68075d8d1eedf11eafd661b10264270ec62db86624f8e1a9f6faf04014d",
          "v": 27,
          "creates": null,
          "raw": "0xf902ad825cb28501dcd65000833d0900947bf432aa5bab589e95cc02cc50fb7f96800fe3e380b9024478cd911900000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000010000000000000000000000009d65bcb53d77d5ed8a65057d27c85b258bd0ddef0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c8090000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000016d1d3702c3000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000001ba0bcc68aa6c873e24e0c0e56bab86e74736f2bff4de51a71ab26eca852ebf54034a02b87b68075d8d1eedf11eafd661b10264270ec62db86624f8e1a9f6faf04014d",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x9790"
          },
          "logsBloom": "0x00000000000000000000200000000000000002000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100015,
              "transactionHash": "0xc9be415244daf186960eeabe4d017fc25ea4b44bd89f8e62983eed7a84388bf7",
              "address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
              "topics": [
                "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
              ],
              "data": "0x000000000000000000000000000000000000000000000000000000005dc1dd260000000000000000000000002bd50327ca78976fdbc974e5714b59112655ef4c0000000000000000000000009d65bcb53d77d5ed8a65057d27c85b258bd0ddef000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c80900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016d1d3702c3",
              "logIndex": 0,
              "blockHash": "0xac7ea6a60c4493d1d86d419bc19679ee19b3e11a29c7e37d9b36b288f476b1c9",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x9790"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 100014,
          "blockHash": "0xdd8f27910fc92c4f768d0e72b479ab38715a3000cfc21d80ed8f2ded77711289",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xbc3491497eeb828129efb1c19d43ba6fbb0dc84f1f845db1945eee08f4666059",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0xbc3491497eeb828129efb1c19d43ba6fbb0dc84f1f845db1945eee08f4666059",
          "confirmations": 17,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5f3c"
          },
          "to": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 77,
          "r": "0x9914486ad3ee0646e337daa458c0e1d99b38e31540f83224fc1d12123ece54d9",
          "s": "0x6fe94924f1ed4ea8f21472813996a9dcdba425917a5b7dad599d49b420938cd1",
          "v": 1910455,
          "creates": null,
          "raw": "0xf86b4d8501dcd65000825f3c948a06fb2c8cf28e6d2530969e0e78a67d8d6d99cf8084c287e0ed831d26b7a09914486ad3ee0646e337daa458c0e1d99b38e31540f83224fc1d12123ece54d9a06fe94924f1ed4ea8f21472813996a9dcdba425917a5b7dad599d49b420938cd1",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5f3c"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010001000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100014,
              "transactionHash": "0xbc3491497eeb828129efb1c19d43ba6fbb0dc84f1f845db1945eee08f4666059",
              "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xdd8f27910fc92c4f768d0e72b479ab38715a3000cfc21d80ed8f2ded77711289",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5f3c"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 100013,
          "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
          "data": "0x1e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
            "1": "0xdd83Ef98093b547d737538ef85F1a62e45b1c5D4",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
            "content_type": "0xdd83Ef98093b547d737538ef85F1a62e45b1c5D4",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary",
          "hash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
          "confirmations": 18,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x41a16a"
          },
          "to": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 76,
          "r": "0x30c2f34bc286ed25e55baa169eb50c4baab88409b3adf0bdc003d6c785ab8855",
          "s": "0x16d558683e51434bd376ca7fdff76793c562a25cc0136bee34f57642c03f50db",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c4c8501dcd650008341a16a945e09c89225aa6dff5d81f5b00bf0f846b71198b380a41e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4831d26b7a030c2f34bc286ed25e55baa169eb50c4baab88409b3adf0bdc003d6c785ab8855a016d558683e51434bd376ca7fdff76793c562a25cc0136bee34f57642c03f50db",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3fa5c5"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000104000000000008000000000800000000000000004180000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000040000000000000000080000000000000000000000000000000000001100000000000000000000400000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000001000000000a000000000000000000000000000000000000000400000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100013,
              "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
              "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000005e09c89225aa6dff5d81f5b00bf0f846b71198b3",
              "logIndex": 0,
              "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100013,
              "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
              "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100013,
              "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100013,
              "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a7440000000000000000000000008a06fb2c8cf28e6d2530969e0e78a67d8d6d99cf00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100013,
              "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000008a06fb2c8cf28e6d2530969e0e78a67d8d6d99cf",
              "logIndex": 4,
              "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100013,
              "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
              "address": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000008a06fb2c8cf28e6d2530969e0e78a67d8d6d99cf000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d40000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3fa5c5"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 100013,
          "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
            "contentAddress": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
          "confirmations": 18,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x41a16a"
          },
          "to": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 76,
          "r": "0x30c2f34bc286ed25e55baa169eb50c4baab88409b3adf0bdc003d6c785ab8855",
          "s": "0x16d558683e51434bd376ca7fdff76793c562a25cc0136bee34f57642c03f50db",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c4c8501dcd650008341a16a945e09c89225aa6dff5d81f5b00bf0f846b71198b380a41e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4831d26b7a030c2f34bc286ed25e55baa169eb50c4baab88409b3adf0bdc003d6c785ab8855a016d558683e51434bd376ca7fdff76793c562a25cc0136bee34f57642c03f50db",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3fa5c5"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000104000000000008000000000800000000000000004180000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000040000000000000000080000000000000000000000000000000000001100000000000000000000400000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000001000000000a000000000000000000000000000000000000000400000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100013,
              "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
              "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000005e09c89225aa6dff5d81f5b00bf0f846b71198b3",
              "logIndex": 0,
              "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100013,
              "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
              "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100013,
              "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100013,
              "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a7440000000000000000000000008a06fb2c8cf28e6d2530969e0e78a67d8d6d99cf00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100013,
              "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000008a06fb2c8cf28e6d2530969e0e78a67d8d6d99cf",
              "logIndex": 4,
              "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100013,
              "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
              "address": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000008a06fb2c8cf28e6d2530969e0e78a67d8d6d99cf000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d40000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3fa5c5"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 100013,
          "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
          "data": "0x1e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "1": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
            "2": 200,
            "principal": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "entity": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
          "confirmations": 18,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x41a16a"
          },
          "to": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 76,
          "r": "0x30c2f34bc286ed25e55baa169eb50c4baab88409b3adf0bdc003d6c785ab8855",
          "s": "0x16d558683e51434bd376ca7fdff76793c562a25cc0136bee34f57642c03f50db",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c4c8501dcd650008341a16a945e09c89225aa6dff5d81f5b00bf0f846b71198b380a41e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4831d26b7a030c2f34bc286ed25e55baa169eb50c4baab88409b3adf0bdc003d6c785ab8855a016d558683e51434bd376ca7fdff76793c562a25cc0136bee34f57642c03f50db",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3fa5c5"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000104000000000008000000000800000000000000004180000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000040000000000000000080000000000000000000000000000000000001100000000000000000000400000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000001000000000a000000000000000000000000000000000000000400000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100013,
              "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
              "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000005e09c89225aa6dff5d81f5b00bf0f846b71198b3",
              "logIndex": 0,
              "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100013,
              "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
              "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100013,
              "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100013,
              "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a7440000000000000000000000008a06fb2c8cf28e6d2530969e0e78a67d8d6d99cf00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100013,
              "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000008a06fb2c8cf28e6d2530969e0e78a67d8d6d99cf",
              "logIndex": 4,
              "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100013,
              "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
              "address": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000008a06fb2c8cf28e6d2530969e0e78a67d8d6d99cf000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d40000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3fa5c5"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 100013,
          "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "walletAddress": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
          "confirmations": 18,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x41a16a"
          },
          "to": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 76,
          "r": "0x30c2f34bc286ed25e55baa169eb50c4baab88409b3adf0bdc003d6c785ab8855",
          "s": "0x16d558683e51434bd376ca7fdff76793c562a25cc0136bee34f57642c03f50db",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c4c8501dcd650008341a16a945e09c89225aa6dff5d81f5b00bf0f846b71198b380a41e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4831d26b7a030c2f34bc286ed25e55baa169eb50c4baab88409b3adf0bdc003d6c785ab8855a016d558683e51434bd376ca7fdff76793c562a25cc0136bee34f57642c03f50db",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3fa5c5"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000104000000000008000000000800000000000000004180000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000040000000000000000080000000000000000000000000000000000001100000000000000000000400000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000001000000000a000000000000000000000000000000000000000400000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100013,
              "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
              "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000005e09c89225aa6dff5d81f5b00bf0f846b71198b3",
              "logIndex": 0,
              "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100013,
              "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
              "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100013,
              "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100013,
              "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a7440000000000000000000000008a06fb2c8cf28e6d2530969e0e78a67d8d6d99cf00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100013,
              "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000008a06fb2c8cf28e6d2530969e0e78a67d8d6d99cf",
              "logIndex": 4,
              "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100013,
              "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
              "address": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000008a06fb2c8cf28e6d2530969e0e78a67d8d6d99cf000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d40000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3fa5c5"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 100013,
          "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
          "data": "0x1e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
          "confirmations": 18,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x41a16a"
          },
          "to": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 76,
          "r": "0x30c2f34bc286ed25e55baa169eb50c4baab88409b3adf0bdc003d6c785ab8855",
          "s": "0x16d558683e51434bd376ca7fdff76793c562a25cc0136bee34f57642c03f50db",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c4c8501dcd650008341a16a945e09c89225aa6dff5d81f5b00bf0f846b71198b380a41e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4831d26b7a030c2f34bc286ed25e55baa169eb50c4baab88409b3adf0bdc003d6c785ab8855a016d558683e51434bd376ca7fdff76793c562a25cc0136bee34f57642c03f50db",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3fa5c5"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000104000000000008000000000800000000000000004180000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000040000000000000000080000000000000000000000000000000000001100000000000000000000400000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000001000000000a000000000000000000000000000000000000000400000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100013,
              "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
              "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000005e09c89225aa6dff5d81f5b00bf0f846b71198b3",
              "logIndex": 0,
              "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100013,
              "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
              "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100013,
              "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100013,
              "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a7440000000000000000000000008a06fb2c8cf28e6d2530969e0e78a67d8d6d99cf00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100013,
              "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000008a06fb2c8cf28e6d2530969e0e78a67d8d6d99cf",
              "logIndex": 4,
              "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100013,
              "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
              "address": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000008a06fb2c8cf28e6d2530969e0e78a67d8d6d99cf000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d40000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3fa5c5"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 100013,
          "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
          "data": "0x1e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
            "containingLibrary": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
          "confirmations": 18,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x41a16a"
          },
          "to": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 76,
          "r": "0x30c2f34bc286ed25e55baa169eb50c4baab88409b3adf0bdc003d6c785ab8855",
          "s": "0x16d558683e51434bd376ca7fdff76793c562a25cc0136bee34f57642c03f50db",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c4c8501dcd650008341a16a945e09c89225aa6dff5d81f5b00bf0f846b71198b380a41e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4831d26b7a030c2f34bc286ed25e55baa169eb50c4baab88409b3adf0bdc003d6c785ab8855a016d558683e51434bd376ca7fdff76793c562a25cc0136bee34f57642c03f50db",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3fa5c5"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000104000000000008000000000800000000000000004180000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000040000000000000000080000000000000000000000000000000000001100000000000000000000400000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000001000000000a000000000000000000000000000000000000000400000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100013,
              "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
              "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000005e09c89225aa6dff5d81f5b00bf0f846b71198b3",
              "logIndex": 0,
              "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100013,
              "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
              "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100013,
              "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100013,
              "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a7440000000000000000000000008a06fb2c8cf28e6d2530969e0e78a67d8d6d99cf00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100013,
              "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000008a06fb2c8cf28e6d2530969e0e78a67d8d6d99cf",
              "logIndex": 4,
              "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100013,
              "transactionHash": "0x1f6a5ca490186ebbfb04e8ee07668122a2f9ee7be43393bd4c63c664244e2989",
              "address": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000008a06fb2c8cf28e6d2530969e0e78a67d8d6d99cf000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d40000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x8cc65126757ab76cccf13face651b8ef9ee826f8386b0f31d59ff77064281b5a",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3fa5c5"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 100012,
          "blockHash": "0x6cbf5df5553f62e109e69a3d09a5136f20351d958e9ab7adadb431fc447f1713",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x618daef5579ff92a4903ad704a3ba49d526c2411418646c58969ac4668133899",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__AAU9t9ikYdvuvdpwNzU8c1wBgKpYe8nwAjbAEo2prmcNymNYc4DTsWzCAMUr8mbBSoNhT7uJA6",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__AAU9t9ikYdvuvdpwNzU8c1wBgKpYe8nwAjbAEo2prmcNymNYc4DTsWzCAMUr8mbBSoNhT7uJA6",
            "length": 2
          },
          "hash": "0x618daef5579ff92a4903ad704a3ba49d526c2411418646c58969ac4668133899",
          "confirmations": 19,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3922,
          "r": "0x7cce7992db250a5ddd6d60af4a31d366ad05dd82b4da782c3bcf9a712dd9b996",
          "s": "0x3bea44a30dcc328d0ee4026c12d9de06365d88cd0079fec5a932424943341cc0",
          "v": 28,
          "creates": null,
          "raw": "0xf86b820f528501dcd6500083989680945e09c89225aa6dff5d81f5b00bf0f846b71198b38084446e88261ca07cce7992db250a5ddd6d60af4a31d366ad05dd82b4da782c3bcf9a712dd9b996a03bea44a30dcc328d0ee4026c12d9de06365d88cd0079fec5a932424943341cc0",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1a5a6"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000400000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100012,
              "transactionHash": "0x618daef5579ff92a4903ad704a3ba49d526c2411418646c58969ac4668133899",
              "address": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f414155397439696b59647675766470774e7a553863317742674b705965386e77416a6241456f3270726d634e796d4e596334445473577a43414d5572386d6242536f4e685437754a4136000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x6cbf5df5553f62e109e69a3d09a5136f20351d958e9ab7adadb431fc447f1713",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1a5a6"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 100011,
          "blockHash": "0xb205d9fe5d11ecad48b83c26fbbf64ba92b2bc722819500332efd51210cebee9",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f414155397439696b59647675766470774e7a553863317742674b705965386e77416a6241456f3270726d634e796d4e596334445473577a43414d5572386d6242536f4e685437754a4136000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xe83a69884d55b68307347de3c97d3c18c1e242a0639238e4c1cf429d607a0360",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "2": "hq__AAU9t9ikYdvuvdpwNzU8c1wBgKpYe8nwAjbAEo2prmcNymNYc4DTsWzCAMUr8mbBSoNhT7uJA6",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__AAU9t9ikYdvuvdpwNzU8c1wBgKpYe8nwAjbAEo2prmcNymNYc4DTsWzCAMUr8mbBSoNhT7uJA6",
            "length": 3
          },
          "hash": "0xe83a69884d55b68307347de3c97d3c18c1e242a0639238e4c1cf429d607a0360",
          "confirmations": 20,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1bd57"
          },
          "to": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 75,
          "r": "0xbd0bd7542183b1d4c37b552b1a29bac971d01b8db130c53bd1d1a4362a15034f",
          "s": "0x652e3e922a42d3b873bae0e2715d386841373f23863edf30cb31d93ae6c155ac",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9010d4b8501dcd650008301bd57945e09c89225aa6dff5d81f5b00bf0f846b71198b380b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f414155397439696b59647675766470774e7a553863317742674b705965386e77416a6241456f3270726d634e796d4e596334445473577a43414d5572386d6242536f4e685437754a4136000000000000000000000000000000000000831d26b8a0bd0bd7542183b1d4c37b552b1a29bac971d01b8db130c53bd1d1a4362a15034fa0652e3e922a42d3b873bae0e2715d386841373f23863edf30cb31d93ae6c155ac",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1bd57"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000400000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100011,
              "transactionHash": "0xe83a69884d55b68307347de3c97d3c18c1e242a0639238e4c1cf429d607a0360",
              "address": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f414155397439696b59647675766470774e7a553863317742674b705965386e77416a6241456f3270726d634e796d4e596334445473577a43414d5572386d6242536f4e685437754a4136000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xb205d9fe5d11ecad48b83c26fbbf64ba92b2bc722819500332efd51210cebee9",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1bd57"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 100010,
          "blockHash": "0x70ec02fb28da1af254dcdba27de78ade20898cca874f29384e69ba3cfeff876b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x3f44fcb32af86c52b93e9f58d9c6a459f96d0ea1d745bf0d0bd97a9fb18f82b0",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0x3f44fcb32af86c52b93e9f58d9c6a459f96d0ea1d745bf0d0bd97a9fb18f82b0",
          "confirmations": 21,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5fc0"
          },
          "to": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 74,
          "r": "0x604e18ecb22629f4a49ff8f5436c50d9db58dc5107ee37d068899f9d963e0dd4",
          "s": "0x53907d892158750d539a7a0e1476a3b4e5f845f3aeade8ed16173717871be589",
          "v": 1910456,
          "creates": null,
          "raw": "0xf86b4a8501dcd65000825fc0945e09c89225aa6dff5d81f5b00bf0f846b71198b38084c287e0ed831d26b8a0604e18ecb22629f4a49ff8f5436c50d9db58dc5107ee37d068899f9d963e0dd4a053907d892158750d539a7a0e1476a3b4e5f845f3aeade8ed16173717871be589",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5fc0"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100010,
              "transactionHash": "0x3f44fcb32af86c52b93e9f58d9c6a459f96d0ea1d745bf0d0bd97a9fb18f82b0",
              "address": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x70ec02fb28da1af254dcdba27de78ade20898cca874f29384e69ba3cfeff876b",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5fc0"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 100009,
          "blockHash": "0x0bc21504b95fe7d562fb64ad0b87c3abde2b92ed4d34124a28ec92b7bd5f1cad",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x40b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4",
          "topics": [
            "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571"
          ],
          "transactionHash": "0xd8c17e67755288d07b951d1da12c61e38eb9d8138a161d1960acdaeef3aee871",
          "logIndex": 2,
          "name": "CreateLibrary",
          "signature": "CreateLibrary(address)",
          "topic": "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571",
          "values": {
            "0": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
            "libraryAddress": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0xd8c17e67755288d07b951d1da12c61e38eb9d8138a161d1960acdaeef3aee871",
          "confirmations": 22,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x35bc93"
          },
          "to": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 73,
          "r": "0x886f6128d6970c04298b1fae6af15a93a2b0e1d3cca2e97a1045e63334325263",
          "s": "0x395d09bf4124c072b3c86637289f5b3bff8e6bcfdc21cb62411eaec7f015c76b",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c498501dcd650008335bc93948f5b42b31d734800c5f1d3be26461f3827d6549880a440b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4831d26b8a0886f6128d6970c04298b1fae6af15a93a2b0e1d3cca2e97a1045e63334325263a0395d09bf4124c072b3c86637289f5b3bff8e6bcfdc21cb62411eaec7f015c76b",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x34e8ee"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000020000000008040000000000001000000000000080000000000000000000000000040800000000000000080000000000000000000000000000000000000000000000000000000001000000000000000000400000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000080000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100009,
              "transactionHash": "0xd8c17e67755288d07b951d1da12c61e38eb9d8138a161d1960acdaeef3aee871",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 0,
              "blockHash": "0x0bc21504b95fe7d562fb64ad0b87c3abde2b92ed4d34124a28ec92b7bd5f1cad",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100009,
              "transactionHash": "0xd8c17e67755288d07b951d1da12c61e38eb9d8138a161d1960acdaeef3aee871",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a7440000000000000000000000005e09c89225aa6dff5d81f5b00bf0f846b71198b300000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 1,
              "blockHash": "0x0bc21504b95fe7d562fb64ad0b87c3abde2b92ed4d34124a28ec92b7bd5f1cad",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100009,
              "transactionHash": "0xd8c17e67755288d07b951d1da12c61e38eb9d8138a161d1960acdaeef3aee871",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571"
              ],
              "data": "0x0000000000000000000000005e09c89225aa6dff5d81f5b00bf0f846b71198b3",
              "logIndex": 2,
              "blockHash": "0x0bc21504b95fe7d562fb64ad0b87c3abde2b92ed4d34124a28ec92b7bd5f1cad",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x34e8ee"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 100009,
          "blockHash": "0x0bc21504b95fe7d562fb64ad0b87c3abde2b92ed4d34124a28ec92b7bd5f1cad",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
          "data": "0x40b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0xd8c17e67755288d07b951d1da12c61e38eb9d8138a161d1960acdaeef3aee871",
          "logIndex": 1,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "1": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
            "2": 200,
            "principal": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "entity": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0xd8c17e67755288d07b951d1da12c61e38eb9d8138a161d1960acdaeef3aee871",
          "confirmations": 22,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x35bc93"
          },
          "to": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 73,
          "r": "0x886f6128d6970c04298b1fae6af15a93a2b0e1d3cca2e97a1045e63334325263",
          "s": "0x395d09bf4124c072b3c86637289f5b3bff8e6bcfdc21cb62411eaec7f015c76b",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c498501dcd650008335bc93948f5b42b31d734800c5f1d3be26461f3827d6549880a440b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4831d26b8a0886f6128d6970c04298b1fae6af15a93a2b0e1d3cca2e97a1045e63334325263a0395d09bf4124c072b3c86637289f5b3bff8e6bcfdc21cb62411eaec7f015c76b",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x34e8ee"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000020000000008040000000000001000000000000080000000000000000000000000040800000000000000080000000000000000000000000000000000000000000000000000000001000000000000000000400000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000080000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100009,
              "transactionHash": "0xd8c17e67755288d07b951d1da12c61e38eb9d8138a161d1960acdaeef3aee871",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 0,
              "blockHash": "0x0bc21504b95fe7d562fb64ad0b87c3abde2b92ed4d34124a28ec92b7bd5f1cad",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100009,
              "transactionHash": "0xd8c17e67755288d07b951d1da12c61e38eb9d8138a161d1960acdaeef3aee871",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a7440000000000000000000000005e09c89225aa6dff5d81f5b00bf0f846b71198b300000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 1,
              "blockHash": "0x0bc21504b95fe7d562fb64ad0b87c3abde2b92ed4d34124a28ec92b7bd5f1cad",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100009,
              "transactionHash": "0xd8c17e67755288d07b951d1da12c61e38eb9d8138a161d1960acdaeef3aee871",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571"
              ],
              "data": "0x0000000000000000000000005e09c89225aa6dff5d81f5b00bf0f846b71198b3",
              "logIndex": 2,
              "blockHash": "0x0bc21504b95fe7d562fb64ad0b87c3abde2b92ed4d34124a28ec92b7bd5f1cad",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x34e8ee"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 100009,
          "blockHash": "0x0bc21504b95fe7d562fb64ad0b87c3abde2b92ed4d34124a28ec92b7bd5f1cad",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x40b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0xd8c17e67755288d07b951d1da12c61e38eb9d8138a161d1960acdaeef3aee871",
          "logIndex": 0,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "walletAddress": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0xd8c17e67755288d07b951d1da12c61e38eb9d8138a161d1960acdaeef3aee871",
          "confirmations": 22,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x35bc93"
          },
          "to": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 73,
          "r": "0x886f6128d6970c04298b1fae6af15a93a2b0e1d3cca2e97a1045e63334325263",
          "s": "0x395d09bf4124c072b3c86637289f5b3bff8e6bcfdc21cb62411eaec7f015c76b",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c498501dcd650008335bc93948f5b42b31d734800c5f1d3be26461f3827d6549880a440b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4831d26b8a0886f6128d6970c04298b1fae6af15a93a2b0e1d3cca2e97a1045e63334325263a0395d09bf4124c072b3c86637289f5b3bff8e6bcfdc21cb62411eaec7f015c76b",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x34e8ee"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000020000000008040000000000001000000000000080000000000000000000000000040800000000000000080000000000000000000000000000000000000000000000000000000001000000000000000000400000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000080000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100009,
              "transactionHash": "0xd8c17e67755288d07b951d1da12c61e38eb9d8138a161d1960acdaeef3aee871",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 0,
              "blockHash": "0x0bc21504b95fe7d562fb64ad0b87c3abde2b92ed4d34124a28ec92b7bd5f1cad",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100009,
              "transactionHash": "0xd8c17e67755288d07b951d1da12c61e38eb9d8138a161d1960acdaeef3aee871",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a7440000000000000000000000005e09c89225aa6dff5d81f5b00bf0f846b71198b300000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 1,
              "blockHash": "0x0bc21504b95fe7d562fb64ad0b87c3abde2b92ed4d34124a28ec92b7bd5f1cad",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100009,
              "transactionHash": "0xd8c17e67755288d07b951d1da12c61e38eb9d8138a161d1960acdaeef3aee871",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571"
              ],
              "data": "0x0000000000000000000000005e09c89225aa6dff5d81f5b00bf0f846b71198b3",
              "logIndex": 2,
              "blockHash": "0x0bc21504b95fe7d562fb64ad0b87c3abde2b92ed4d34124a28ec92b7bd5f1cad",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x34e8ee"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 100008,
          "blockHash": "0x0aea662952cb2a88ef1ef615b9fd9e15bee860fa8b8057127bf52ab27a70f198",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xba46d7dcb9ea2a744674f2dcf49877bb2cd370ed5a1ff79786c436060e28631c",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__4roUEk8TH17TAwaBfoc1vjkTjnMd4gq6VEVev82iiAHozxAxbZ1s3gn84iBouqjfdPsK56AyKF",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__4roUEk8TH17TAwaBfoc1vjkTjnMd4gq6VEVev82iiAHozxAxbZ1s3gn84iBouqjfdPsK56AyKF",
            "length": 2
          },
          "hash": "0xba46d7dcb9ea2a744674f2dcf49877bb2cd370ed5a1ff79786c436060e28631c",
          "confirmations": 23,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3921,
          "r": "0x396af46167c4513949a2655259dd492ac3a828adf95fa21a39b7662ef377c818",
          "s": "0x2fbc8245eb3719315569d84fda1e573e2ea3c1b3724ac4c4a1bcead30e5dc8ea",
          "v": 27,
          "creates": null,
          "raw": "0xf86b820f518501dcd650008398968094d4e1b2f36470f09d3858d34da41b70682416caba8084446e88261ba0396af46167c4513949a2655259dd492ac3a828adf95fa21a39b7662ef377c818a02fbc8245eb3719315569d84fda1e573e2ea3c1b3724ac4c4a1bcead30e5dc8ea",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x21bb3"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000100000010000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100008,
              "transactionHash": "0xba46d7dcb9ea2a744674f2dcf49877bb2cd370ed5a1ff79786c436060e28631c",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f34726f55456b38544831375441776142666f6331766a6b546a6e4d643467713656455665763832696941486f7a784178625a317333676e383469426f75716a666450734b353641794b46000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x0aea662952cb2a88ef1ef615b9fd9e15bee860fa8b8057127bf52ab27a70f198",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x21bb3"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 100007,
          "blockHash": "0x56562f5b80ad463792c80a37b291e9059eca89bb61da6ee1f8731dc91104f786",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f34726f55456b38544831375441776142666f6331766a6b546a6e4d643467713656455665763832696941486f7a784178625a317333676e383469426f75716a666450734b353641794b46000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xb9887b9fcc112af1ec5d0f1424c17cc259c18437c934f6a21eded55b6bdfe6df",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
            "2": "hq__4roUEk8TH17TAwaBfoc1vjkTjnMd4gq6VEVev82iiAHozxAxbZ1s3gn84iBouqjfdPsK56AyKF",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
            "objectHash": "hq__4roUEk8TH17TAwaBfoc1vjkTjnMd4gq6VEVev82iiAHozxAxbZ1s3gn84iBouqjfdPsK56AyKF",
            "length": 3
          },
          "hash": "0xb9887b9fcc112af1ec5d0f1424c17cc259c18437c934f6a21eded55b6bdfe6df",
          "confirmations": 24,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x204ed"
          },
          "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 72,
          "r": "0x2a28a7d0ac21da5f69900d3cf3f438e5ef761247eb88e7f1b3175792bb7fac88",
          "s": "0x250d08d3bb8a64c96e3b6cc8daa310a1df448f6c79c164054ffc9598f66d79c3",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9010d488501dcd65000830204ed94d4e1b2f36470f09d3858d34da41b70682416caba80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f34726f55456b38544831375441776142666f6331766a6b546a6e4d643467713656455665763832696941486f7a784178625a317333676e383469426f75716a666450734b353641794b46000000000000000000000000000000000000831d26b8a02a28a7d0ac21da5f69900d3cf3f438e5ef761247eb88e7f1b3175792bb7fac88a0250d08d3bb8a64c96e3b6cc8daa310a1df448f6c79c164054ffc9598f66d79c3",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x204ed"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000100000010000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100007,
              "transactionHash": "0xb9887b9fcc112af1ec5d0f1424c17cc259c18437c934f6a21eded55b6bdfe6df",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000341c59b16a9b2664b7bb4fc20306faef50b6cf140000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f34726f55456b38544831375441776142666f6331766a6b546a6e4d643467713656455665763832696941486f7a784178625a317333676e383469426f75716a666450734b353641794b46000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x56562f5b80ad463792c80a37b291e9059eca89bb61da6ee1f8731dc91104f786",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x204ed"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 100006,
          "blockHash": "0x1f77bead934f79f171271eabd18b4666890d9ae162fb8d24eb48aec0408cef59",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x77BcE5335e79FeB26e1D66210f1Ff8f181A5f060",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xec7158f93940981e53094bf645040e8a3b1ad88079fb0f83a2b99d1989768aee",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__HLDVp81TZZnuTFKd8Bjy5t4Mi56cvGNywmRZbvhsXs351v9BzCaehcWBubtr6E8kTRqvy4zwBm",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__HLDVp81TZZnuTFKd8Bjy5t4Mi56cvGNywmRZbvhsXs351v9BzCaehcWBubtr6E8kTRqvy4zwBm",
            "length": 2
          },
          "hash": "0xec7158f93940981e53094bf645040e8a3b1ad88079fb0f83a2b99d1989768aee",
          "confirmations": 25,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x77BcE5335e79FeB26e1D66210f1Ff8f181A5f060",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3920,
          "r": "0x4eee3f108c397a0c8e25268bd7ac0891a02908ddc9b7d2fbdf695c8b1bc8d524",
          "s": "0x22bf831ee711397714395b4101fa9f9aac42e6b3fe7a6ee9cd09da545f829569",
          "v": 27,
          "creates": null,
          "raw": "0xf86b820f508501dcd65000839896809477bce5335e79feb26e1d66210f1ff8f181a5f0608084446e88261ba04eee3f108c397a0c8e25268bd7ac0891a02908ddc9b7d2fbdf695c8b1bc8d524a022bf831ee711397714395b4101fa9f9aac42e6b3fe7a6ee9cd09da545f829569",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x2adad"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000004000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100006,
              "transactionHash": "0xec7158f93940981e53094bf645040e8a3b1ad88079fb0f83a2b99d1989768aee",
              "address": "0x77BcE5335e79FeB26e1D66210f1Ff8f181A5f060",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f484c4456703831545a5a6e7554464b6438426a793574344d6935366376474e79776d525a6276687358733335317639427a43616568635742756274723645386b5452717679347a77426d000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x1f77bead934f79f171271eabd18b4666890d9ae162fb8d24eb48aec0408cef59",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x2adad"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 100005,
          "blockHash": "0x7a7f65d3067e031d31d4c5e4c8f4acda8dbdaded33f1e2a42de35840f1067d54",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x77BcE5335e79FeB26e1D66210f1Ff8f181A5f060",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f484c4456703831545a5a6e7554464b6438426a793574344d6935366376474e79776d525a6276687358733335317639427a43616568635742756274723645386b5452717679347a77426d000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x42f17490b63517c0ca386284b1f11a8f8b5bbd5633f4b257680282b1068392e5",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "2": "hq__HLDVp81TZZnuTFKd8Bjy5t4Mi56cvGNywmRZbvhsXs351v9BzCaehcWBubtr6E8kTRqvy4zwBm",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__HLDVp81TZZnuTFKd8Bjy5t4Mi56cvGNywmRZbvhsXs351v9BzCaehcWBubtr6E8kTRqvy4zwBm",
            "length": 3
          },
          "hash": "0x42f17490b63517c0ca386284b1f11a8f8b5bbd5633f4b257680282b1068392e5",
          "confirmations": 26,
          "from": "0xdBf299FB9646e863FDD27f6A1C6506e83250C1e8",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x184fb"
          },
          "to": "0x77BcE5335e79FeB26e1D66210f1Ff8f181A5f060",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 4,
          "r": "0x76565e5d2f70e07c744213fe54d22a2902202361e08b7ffceaaf7c67089b4551",
          "s": "0x35953b0fdb0e32a4cf0b04902f7d3747879d211583ee94087abb262d2c334a78",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9010d048501dcd65000830184fb9477bce5335e79feb26e1d66210f1ff8f181a5f06080b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f484c4456703831545a5a6e7554464b6438426a793574344d6935366376474e79776d525a6276687358733335317639427a43616568635742756274723645386b5452717679347a77426d000000000000000000000000000000000000831d26b8a076565e5d2f70e07c744213fe54d22a2902202361e08b7ffceaaf7c67089b4551a035953b0fdb0e32a4cf0b04902f7d3747879d211583ee94087abb262d2c334a78",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x184fb"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000004000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100005,
              "transactionHash": "0x42f17490b63517c0ca386284b1f11a8f8b5bbd5633f4b257680282b1068392e5",
              "address": "0x77BcE5335e79FeB26e1D66210f1Ff8f181A5f060",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f484c4456703831545a5a6e7554464b6438426a793574344d6935366376474e79776d525a6276687358733335317639427a43616568635742756274723645386b5452717679347a77426d000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x7a7f65d3067e031d31d4c5e4c8f4acda8dbdaded33f1e2a42de35840f1067d54",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x184fb"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 100004,
          "blockHash": "0x277efbc4110998658ddeb35a2af4fc47fe01f954fe19e82a16d224905e8dece6",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000002a000000000000000000000000000000000000000000000000000000000000002c0000000000000000000000000000000000000000000000000000000000000008430783034623166346565316530646437393961623365663964353633653730373637663330353131353332643330336663333731346464366330633637373861646639353761373566663463323235396161393939316434383937343732366162366165613934396338383364353733316564383431663638633361326466646265353000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b4153655857576b737450686f7a4770443570664b336241687753735573575248796475526767426977733675447a45535576586e36757065375637703255725147373773664b665537644e426f783768346765614238775a32527231475458713153347a556561327545534d484537396f796334564c796a6751644256516d416e42324d4669423558595977394e6f485a4e556555574134485033546a537765376b4751356b4c6b716f50666f36683876696650444d6b3972503277623341655a503446786e667879434a77363769626d4767777545375846694a6f32456b4341736862443434707a637456706d3339434667716257797075716466704a46665337355536356f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0xafcc4cc00b6598adad484bff73a5eeeaf40321064b2064da9ba478c89f0618f4",
          "logIndex": 2,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x02"
            },
            "1": 0,
            "2": "hq__88dxvLswyPTQE22XzsQaT14sBMLFWvw5BSbCu1TvHqidxCpMWAmDvFzMgouPHfcXyJ35QU2J1X",
            "3": "0x04b1f4ee1e0dd799ab3ef9d563e70767f30511532d303fc3714dd6c0c6778adf957a75ff4c2259aa9991d48974726ab6aea949c883d5731ed841f68c3a2dfdbe50",
            "4": "ktpkASeXWWkstPhozGpD5pfK3bAhwSsUsWRHyduRggBiws6uDzESUvXn6upe7V7p2UrQG77sfKfU7dNBox7h4geaB8wZ2Rr1GTXq1S4zUea2uESMHE79oyc4VLyjgQdBVQmAnB2MFiB5XYYw9NoHZNUeUWA4HP3TjSwe7kGQ5kLkqoPfo6h8vifPDMk9rP2wb3AeZP4FxnfxyCJw67ibmGgwuE7XFiJo2EkCAshbD44pzctVpm39CFgqbWypuqdfpJFfS75U65o",
            "requestID": {
              "_hex": "0x02"
            },
            "level": 0,
            "contentHash": "hq__88dxvLswyPTQE22XzsQaT14sBMLFWvw5BSbCu1TvHqidxCpMWAmDvFzMgouPHfcXyJ35QU2J1X",
            "pkeRequestor": "0x04b1f4ee1e0dd799ab3ef9d563e70767f30511532d303fc3714dd6c0c6778adf957a75ff4c2259aa9991d48974726ab6aea949c883d5731ed841f68c3a2dfdbe50",
            "pkeAFGH": "ktpkASeXWWkstPhozGpD5pfK3bAhwSsUsWRHyduRggBiws6uDzESUvXn6upe7V7p2UrQG77sfKfU7dNBox7h4geaB8wZ2Rr1GTXq1S4zUea2uESMHE79oyc4VLyjgQdBVQmAnB2MFiB5XYYw9NoHZNUeUWA4HP3TjSwe7kGQ5kLkqoPfo6h8vifPDMk9rP2wb3AeZP4FxnfxyCJw67ibmGgwuE7XFiJo2EkCAshbD44pzctVpm39CFgqbWypuqdfpJFfS75U65o",
            "length": 5
          },
          "contract": "BaseContent",
          "hash": "0xafcc4cc00b6598adad484bff73a5eeeaf40321064b2064da9ba478c89f0618f4",
          "confirmations": 27,
          "from": "0xdBf299FB9646e863FDD27f6A1C6506e83250C1e8",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1a602"
          },
          "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3,
          "r": "0x6cbc6d24980222d78413d1681acb1081314fc3535570a59bd630b2909b60a7cf",
          "s": "0x0cffc32ff7b9b12da4a17dfb9f3ea2e397103745689aef3b9659ff91d9beb77a",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9034e038501dcd650008301a60294d4e1b2f36470f09d3858d34da41b70682416caba80b902e4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000002a000000000000000000000000000000000000000000000000000000000000002c0000000000000000000000000000000000000000000000000000000000000008430783034623166346565316530646437393961623365663964353633653730373637663330353131353332643330336663333731346464366330633637373861646639353761373566663463323235396161393939316434383937343732366162366165613934396338383364353733316564383431663638633361326466646265353000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b4153655857576b737450686f7a4770443570664b336241687753735573575248796475526767426977733675447a45535576586e36757065375637703255725147373773664b665537644e426f783768346765614238775a32527231475458713153347a556561327545534d484537396f796334564c796a6751644256516d416e42324d4669423558595977394e6f485a4e556555574134485033546a537765376b4751356b4c6b716f50666f36683876696650444d6b3972503277623341655a503446786e667879434a77363769626d4767777545375846694a6f32456b4341736862443434707a637456706d3339434667716257797075716466704a46665337355536356f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b7a06cbc6d24980222d78413d1681acb1081314fc3535570a59bd630b2909b60a7cfa00cffc32ff7b9b12da4a17dfb9f3ea2e397103745689aef3b9659ff91d9beb77a",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1a602"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000100000010000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100004,
              "transactionHash": "0xafcc4cc00b6598adad484bff73a5eeeaf40321064b2064da9ba478c89f0618f4",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x277efbc4110998658ddeb35a2af4fc47fe01f954fe19e82a16d224905e8dece6",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100004,
              "transactionHash": "0xafcc4cc00b6598adad484bff73a5eeeaf40321064b2064da9ba478c89f0618f4",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x277efbc4110998658ddeb35a2af4fc47fe01f954fe19e82a16d224905e8dece6",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100004,
              "transactionHash": "0xafcc4cc00b6598adad484bff73a5eeeaf40321064b2064da9ba478c89f0618f4",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f38386478764c737779505451453232587a73516154313473424d4c46577677354253624375315476487169647843704d57416d4476467a4d676f755048666358794a33355155324a3158000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008430783034623166346565316530646437393961623365663964353633653730373637663330353131353332643330336663333731346464366330633637373861646639353761373566663463323235396161393939316434383937343732366162366165613934396338383364353733316564383431663638633361326466646265353000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b4153655857576b737450686f7a4770443570664b336241687753735573575248796475526767426977733675447a45535576586e36757065375637703255725147373773664b665537644e426f783768346765614238775a32527231475458713153347a556561327545534d484537396f796334564c796a6751644256516d416e42324d4669423558595977394e6f485a4e556555574134485033546a537765376b4751356b4c6b716f50666f36683876696650444d6b3972503277623341655a503446786e667879434a77363769626d4767777545375846694a6f32456b4341736862443434707a637456706d3339434667716257797075716466704a46665337355536356f000000000000000000000000000000000000000000",
              "logIndex": 2,
              "blockHash": "0x277efbc4110998658ddeb35a2af4fc47fe01f954fe19e82a16d224905e8dece6",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1a602"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 100004,
          "blockHash": "0x277efbc4110998658ddeb35a2af4fc47fe01f954fe19e82a16d224905e8dece6",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000002a000000000000000000000000000000000000000000000000000000000000002c0000000000000000000000000000000000000000000000000000000000000008430783034623166346565316530646437393961623365663964353633653730373637663330353131353332643330336663333731346464366330633637373861646639353761373566663463323235396161393939316434383937343732366162366165613934396338383364353733316564383431663638633361326466646265353000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b4153655857576b737450686f7a4770443570664b336241687753735573575248796475526767426977733675447a45535576586e36757065375637703255725147373773664b665537644e426f783768346765614238775a32527231475458713153347a556561327545534d484537396f796334564c796a6751644256516d416e42324d4669423558595977394e6f485a4e556555574134485033546a537765376b4751356b4c6b716f50666f36683876696650444d6b3972503277623341655a503446786e667879434a77363769626d4767777545375846694a6f32456b4341736862443434707a637456706d3339434667716257797075716466704a46665337355536356f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0xafcc4cc00b6598adad484bff73a5eeeaf40321064b2064da9ba478c89f0618f4",
          "logIndex": 1,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0xafcc4cc00b6598adad484bff73a5eeeaf40321064b2064da9ba478c89f0618f4",
          "confirmations": 27,
          "from": "0xdBf299FB9646e863FDD27f6A1C6506e83250C1e8",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1a602"
          },
          "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3,
          "r": "0x6cbc6d24980222d78413d1681acb1081314fc3535570a59bd630b2909b60a7cf",
          "s": "0x0cffc32ff7b9b12da4a17dfb9f3ea2e397103745689aef3b9659ff91d9beb77a",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9034e038501dcd650008301a60294d4e1b2f36470f09d3858d34da41b70682416caba80b902e4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000002a000000000000000000000000000000000000000000000000000000000000002c0000000000000000000000000000000000000000000000000000000000000008430783034623166346565316530646437393961623365663964353633653730373637663330353131353332643330336663333731346464366330633637373861646639353761373566663463323235396161393939316434383937343732366162366165613934396338383364353733316564383431663638633361326466646265353000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b4153655857576b737450686f7a4770443570664b336241687753735573575248796475526767426977733675447a45535576586e36757065375637703255725147373773664b665537644e426f783768346765614238775a32527231475458713153347a556561327545534d484537396f796334564c796a6751644256516d416e42324d4669423558595977394e6f485a4e556555574134485033546a537765376b4751356b4c6b716f50666f36683876696650444d6b3972503277623341655a503446786e667879434a77363769626d4767777545375846694a6f32456b4341736862443434707a637456706d3339434667716257797075716466704a46665337355536356f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b7a06cbc6d24980222d78413d1681acb1081314fc3535570a59bd630b2909b60a7cfa00cffc32ff7b9b12da4a17dfb9f3ea2e397103745689aef3b9659ff91d9beb77a",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1a602"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000100000010000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100004,
              "transactionHash": "0xafcc4cc00b6598adad484bff73a5eeeaf40321064b2064da9ba478c89f0618f4",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x277efbc4110998658ddeb35a2af4fc47fe01f954fe19e82a16d224905e8dece6",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100004,
              "transactionHash": "0xafcc4cc00b6598adad484bff73a5eeeaf40321064b2064da9ba478c89f0618f4",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x277efbc4110998658ddeb35a2af4fc47fe01f954fe19e82a16d224905e8dece6",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100004,
              "transactionHash": "0xafcc4cc00b6598adad484bff73a5eeeaf40321064b2064da9ba478c89f0618f4",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f38386478764c737779505451453232587a73516154313473424d4c46577677354253624375315476487169647843704d57416d4476467a4d676f755048666358794a33355155324a3158000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008430783034623166346565316530646437393961623365663964353633653730373637663330353131353332643330336663333731346464366330633637373861646639353761373566663463323235396161393939316434383937343732366162366165613934396338383364353733316564383431663638633361326466646265353000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b4153655857576b737450686f7a4770443570664b336241687753735573575248796475526767426977733675447a45535576586e36757065375637703255725147373773664b665537644e426f783768346765614238775a32527231475458713153347a556561327545534d484537396f796334564c796a6751644256516d416e42324d4669423558595977394e6f485a4e556555574134485033546a537765376b4751356b4c6b716f50666f36683876696650444d6b3972503277623341655a503446786e667879434a77363769626d4767777545375846694a6f32456b4341736862443434707a637456706d3339434667716257797075716466704a46665337355536356f000000000000000000000000000000000000000000",
              "logIndex": 2,
              "blockHash": "0x277efbc4110998658ddeb35a2af4fc47fe01f954fe19e82a16d224905e8dece6",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1a602"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 100004,
          "blockHash": "0x277efbc4110998658ddeb35a2af4fc47fe01f954fe19e82a16d224905e8dece6",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000002a000000000000000000000000000000000000000000000000000000000000002c0000000000000000000000000000000000000000000000000000000000000008430783034623166346565316530646437393961623365663964353633653730373637663330353131353332643330336663333731346464366330633637373861646639353761373566663463323235396161393939316434383937343732366162366165613934396338383364353733316564383431663638633361326466646265353000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b4153655857576b737450686f7a4770443570664b336241687753735573575248796475526767426977733675447a45535576586e36757065375637703255725147373773664b665537644e426f783768346765614238775a32527231475458713153347a556561327545534d484537396f796334564c796a6751644256516d416e42324d4669423558595977394e6f485a4e556555574134485033546a537765376b4751356b4c6b716f50666f36683876696650444d6b3972503277623341655a503446786e667879434a77363769626d4767777545375846694a6f32456b4341736862443434707a637456706d3339434667716257797075716466704a46665337355536356f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0xafcc4cc00b6598adad484bff73a5eeeaf40321064b2064da9ba478c89f0618f4",
          "logIndex": 0,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0xafcc4cc00b6598adad484bff73a5eeeaf40321064b2064da9ba478c89f0618f4",
          "confirmations": 27,
          "from": "0xdBf299FB9646e863FDD27f6A1C6506e83250C1e8",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1a602"
          },
          "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3,
          "r": "0x6cbc6d24980222d78413d1681acb1081314fc3535570a59bd630b2909b60a7cf",
          "s": "0x0cffc32ff7b9b12da4a17dfb9f3ea2e397103745689aef3b9659ff91d9beb77a",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9034e038501dcd650008301a60294d4e1b2f36470f09d3858d34da41b70682416caba80b902e4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000002a000000000000000000000000000000000000000000000000000000000000002c0000000000000000000000000000000000000000000000000000000000000008430783034623166346565316530646437393961623365663964353633653730373637663330353131353332643330336663333731346464366330633637373861646639353761373566663463323235396161393939316434383937343732366162366165613934396338383364353733316564383431663638633361326466646265353000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b4153655857576b737450686f7a4770443570664b336241687753735573575248796475526767426977733675447a45535576586e36757065375637703255725147373773664b665537644e426f783768346765614238775a32527231475458713153347a556561327545534d484537396f796334564c796a6751644256516d416e42324d4669423558595977394e6f485a4e556555574134485033546a537765376b4751356b4c6b716f50666f36683876696650444d6b3972503277623341655a503446786e667879434a77363769626d4767777545375846694a6f32456b4341736862443434707a637456706d3339434667716257797075716466704a46665337355536356f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b7a06cbc6d24980222d78413d1681acb1081314fc3535570a59bd630b2909b60a7cfa00cffc32ff7b9b12da4a17dfb9f3ea2e397103745689aef3b9659ff91d9beb77a",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1a602"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000100000010000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100004,
              "transactionHash": "0xafcc4cc00b6598adad484bff73a5eeeaf40321064b2064da9ba478c89f0618f4",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x277efbc4110998658ddeb35a2af4fc47fe01f954fe19e82a16d224905e8dece6",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100004,
              "transactionHash": "0xafcc4cc00b6598adad484bff73a5eeeaf40321064b2064da9ba478c89f0618f4",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x277efbc4110998658ddeb35a2af4fc47fe01f954fe19e82a16d224905e8dece6",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 100004,
              "transactionHash": "0xafcc4cc00b6598adad484bff73a5eeeaf40321064b2064da9ba478c89f0618f4",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f38386478764c737779505451453232587a73516154313473424d4c46577677354253624375315476487169647843704d57416d4476467a4d676f755048666358794a33355155324a3158000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008430783034623166346565316530646437393961623365663964353633653730373637663330353131353332643330336663333731346464366330633637373861646639353761373566663463323235396161393939316434383937343732366162366165613934396338383364353733316564383431663638633361326466646265353000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b4153655857576b737450686f7a4770443570664b336241687753735573575248796475526767426977733675447a45535576586e36757065375637703255725147373773664b665537644e426f783768346765614238775a32527231475458713153347a556561327545534d484537396f796334564c796a6751644256516d416e42324d4669423558595977394e6f485a4e556555574134485033546a537765376b4751356b4c6b716f50666f36683876696650444d6b3972503277623341655a503446786e667879434a77363769626d4767777545375846694a6f32456b4341736862443434707a637456706d3339434667716257797075716466704a46665337355536356f000000000000000000000000000000000000000000",
              "logIndex": 2,
              "blockHash": "0x277efbc4110998658ddeb35a2af4fc47fe01f954fe19e82a16d224905e8dece6",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1a602"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 100003,
          "blockHash": "0xd120f951814b4ea9b9efcf393938d8c52085c48ab5901aaf8946c8b8c2a36b8d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xe0a298001454fa7dc3fce68c27c8a022cb4e11edf105e72d5adcb5bb21706a87",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__88dxvLswyPTQE22XzsQaT14sBMLFWvw5BSbCu1TvHqidxCpMWAmDvFzMgouPHfcXyJ35QU2J1X",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__88dxvLswyPTQE22XzsQaT14sBMLFWvw5BSbCu1TvHqidxCpMWAmDvFzMgouPHfcXyJ35QU2J1X",
            "length": 2
          },
          "hash": "0xe0a298001454fa7dc3fce68c27c8a022cb4e11edf105e72d5adcb5bb21706a87",
          "confirmations": 28,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3919,
          "r": "0x08298bc5eeed77b34bc2a5f2373a9c2e00c5a10cdfb11e21f31d65bfeb22fa89",
          "s": "0x272019e616696ab6967dc7a91b9d4dd3850a4bedb6c58a31b12614f61a0202bd",
          "v": 27,
          "creates": null,
          "raw": "0xf86b820f4f8501dcd650008398968094d4e1b2f36470f09d3858d34da41b70682416caba8084446e88261ba008298bc5eeed77b34bc2a5f2373a9c2e00c5a10cdfb11e21f31d65bfeb22fa89a0272019e616696ab6967dc7a91b9d4dd3850a4bedb6c58a31b12614f61a0202bd",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x21bb3"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000100000010000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100003,
              "transactionHash": "0xe0a298001454fa7dc3fce68c27c8a022cb4e11edf105e72d5adcb5bb21706a87",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f38386478764c737779505451453232587a73516154313473424d4c46577677354253624375315476487169647843704d57416d4476467a4d676f755048666358794a33355155324a3158000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xd120f951814b4ea9b9efcf393938d8c52085c48ab5901aaf8946c8b8c2a36b8d",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x21bb3"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 100002,
          "blockHash": "0xfa6ffe9e148fb2bb9eec8f6dc7ab3c400c6775dd8a8a7615421ac2d02b5c1b2e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f38386478764c737779505451453232587a73516154313473424d4c46577677354253624375315476487169647843704d57416d4476467a4d676f755048666358794a33355155324a3158000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xb7b2858d726fd2bf0c49da5943fac94d89b2150b845b0e6ac7fbe3442e97c94f",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
            "2": "hq__88dxvLswyPTQE22XzsQaT14sBMLFWvw5BSbCu1TvHqidxCpMWAmDvFzMgouPHfcXyJ35QU2J1X",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
            "objectHash": "hq__88dxvLswyPTQE22XzsQaT14sBMLFWvw5BSbCu1TvHqidxCpMWAmDvFzMgouPHfcXyJ35QU2J1X",
            "length": 3
          },
          "hash": "0xb7b2858d726fd2bf0c49da5943fac94d89b2150b845b0e6ac7fbe3442e97c94f",
          "confirmations": 29,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x204ed"
          },
          "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 71,
          "r": "0x7139795fe103a8308c7ea6bb5b5e59a8bbf87c02b2e1f63beab5915116a4ae15",
          "s": "0x4be5b825e9556d7f0d52cd84b59accb9b21116cee7161a2640424259cd8c8fe2",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d478501dcd65000830204ed94d4e1b2f36470f09d3858d34da41b70682416caba80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f38386478764c737779505451453232587a73516154313473424d4c46577677354253624375315476487169647843704d57416d4476467a4d676f755048666358794a33355155324a3158000000000000000000000000000000000000831d26b7a07139795fe103a8308c7ea6bb5b5e59a8bbf87c02b2e1f63beab5915116a4ae15a04be5b825e9556d7f0d52cd84b59accb9b21116cee7161a2640424259cd8c8fe2",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x204ed"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000100000010000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100002,
              "transactionHash": "0xb7b2858d726fd2bf0c49da5943fac94d89b2150b845b0e6ac7fbe3442e97c94f",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000341c59b16a9b2664b7bb4fc20306faef50b6cf140000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f38386478764c737779505451453232587a73516154313473424d4c46577677354253624375315476487169647843704d57416d4476467a4d676f755048666358794a33355155324a3158000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xfa6ffe9e148fb2bb9eec8f6dc7ab3c400c6775dd8a8a7615421ac2d02b5c1b2e",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x204ed"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 100000,
          "blockHash": "0x4e4de8a262c695a47f1b3246513fc2685bbf8327e1f2a65abef81d132dd56a84",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004d68715f5f765141527066364e447a78556e33666d6e544843556a505a4e724746316259444d765070634d776f4169644e33784d76426a6d5a7838544d65444a6d5931746a64585762426d58736f00000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xdff95c55aadd0f5839e9fe0b90f226589654f9ffc4d5875a5ddcdba14eb3de0a",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
            "2": "hq__vQARpf6NDzxUn3fmnTHCUjPZNrGF1bYDMvPpcMwoAidN3xMvBjmZx8TMeDJmY1tjdXWbBmXso",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
            "objectHash": "hq__vQARpf6NDzxUn3fmnTHCUjPZNrGF1bYDMvPpcMwoAidN3xMvBjmZx8TMeDJmY1tjdXWbBmXso",
            "length": 3
          },
          "hash": "0xdff95c55aadd0f5839e9fe0b90f226589654f9ffc4d5875a5ddcdba14eb3de0a",
          "confirmations": 31,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x204ad"
          },
          "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 70,
          "r": "0x70fdcc09eb985e7cdc14dfa3a0c2fbb8fb7980be58ab329943f1b05a07aa1db7",
          "s": "0x58ca50b35511c78ff4b5d6c702c0229737b562f37dcc614657aeed8cc14e23de",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d468501dcd65000830204ad94d4e1b2f36470f09d3858d34da41b70682416caba80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004d68715f5f765141527066364e447a78556e33666d6e544843556a505a4e724746316259444d765070634d776f4169644e33784d76426a6d5a7838544d65444a6d5931746a64585762426d58736f00000000000000000000000000000000000000831d26b7a070fdcc09eb985e7cdc14dfa3a0c2fbb8fb7980be58ab329943f1b05a07aa1db7a058ca50b35511c78ff4b5d6c702c0229737b562f37dcc614657aeed8cc14e23de",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x204ad"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000100000010000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100000,
              "transactionHash": "0xdff95c55aadd0f5839e9fe0b90f226589654f9ffc4d5875a5ddcdba14eb3de0a",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000341c59b16a9b2664b7bb4fc20306faef50b6cf140000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004d68715f5f765141527066364e447a78556e33666d6e544843556a505a4e724746316259444d765070634d776f4169644e33784d76426a6d5a7838544d65444a6d5931746a64585762426d58736f00000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x4e4de8a262c695a47f1b3246513fc2685bbf8327e1f2a65abef81d132dd56a84",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x204ad"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 100001,
          "blockHash": "0xf7a04ff3805c2c30bc23f623075da6305e0ae27a9a40869ab924b727e8d66a1b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x9dd336bcfa881a940f1a8b85cf4385e8f3b72d8abd1d9a16a382e29067f60595",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__vQARpf6NDzxUn3fmnTHCUjPZNrGF1bYDMvPpcMwoAidN3xMvBjmZx8TMeDJmY1tjdXWbBmXso",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__vQARpf6NDzxUn3fmnTHCUjPZNrGF1bYDMvPpcMwoAidN3xMvBjmZx8TMeDJmY1tjdXWbBmXso",
            "length": 2
          },
          "hash": "0x9dd336bcfa881a940f1a8b85cf4385e8f3b72d8abd1d9a16a382e29067f60595",
          "confirmations": 30,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3918,
          "r": "0xec71e3ddccac0a90b1d9800e16884bfbcaf915e568971b3d5e6ecc0c04a218ce",
          "s": "0x362c9f66b9f7f72db5761e456f403d2cf4fb3cde5d5c6eeb67e265a52cfd499f",
          "v": 27,
          "creates": null,
          "raw": "0xf86b820f4e8501dcd650008398968094d4e1b2f36470f09d3858d34da41b70682416caba8084446e88261ba0ec71e3ddccac0a90b1d9800e16884bfbcaf915e568971b3d5e6ecc0c04a218cea0362c9f66b9f7f72db5761e456f403d2cf4fb3cde5d5c6eeb67e265a52cfd499f",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x21bb3"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000100000010000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 100001,
              "transactionHash": "0x9dd336bcfa881a940f1a8b85cf4385e8f3b72d8abd1d9a16a382e29067f60595",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004d68715f5f765141527066364e447a78556e33666d6e544843556a505a4e724746316259444d765070634d776f4169644e33784d76426a6d5a7838544d65444a6d5931746a64585762426d58736f00000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xf7a04ff3805c2c30bc23f623075da6305e0ae27a9a40869ab924b727e8d66a1b",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x21bb3"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99999,
          "blockHash": "0x7db9e35aed47d51b449f75a8ac2533d059dc526e4e7b512286fb47bbd90ccc61",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
          "data": "0x78cd911900000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001c00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de140000000000000000000000000000000000000000000000000000000000000001000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c8090000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000016d1d36b5d900000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
          ],
          "transactionHash": "0x977b1ad33e41752bd58a42a5327d30fd6879762da17e2a62c8dc8c0024446044",
          "logIndex": 0,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,address,address,address,bytes32,uint64)",
          "topic": "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680",
          "values": {
            "0": {
              "_hex": "0x5dc1dcf6"
            },
            "1": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
            "2": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
            "3": "0xA576095D1a8A7f2575F1022852Fec8A107C7c809",
            "4": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "5": {
              "_hex": "0x016d1d36b5d9"
            },
            "timestamp": {
              "_hex": "0x5dc1dcf6"
            },
            "libraryAddress": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
            "contentAddress": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
            "userAddress": "0xA576095D1a8A7f2575F1022852Fec8A107C7c809",
            "contextHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "request_timestamp": {
              "_hex": "0x016d1d36b5d9"
            },
            "length": 6
          },
          "contract": "BaseContentFactoryExt",
          "hash": "0x977b1ad33e41752bd58a42a5327d30fd6879762da17e2a62c8dc8c0024446044",
          "confirmations": 32,
          "from": "0x024E380255B1f88AD89603C628f32bA0fb222Fa4",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3d0900"
          },
          "to": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 23729,
          "r": "0x5156985d253791647857acd201fb1b76a4daae70eba876c2882c66e342b1045a",
          "s": "0x3fea021b9ddb871006aca85ef2837047ef2c91808bf092d46e10c6064a9ef10b",
          "v": 27,
          "creates": null,
          "raw": "0xf902ad825cb18501dcd65000833d0900947bf432aa5bab589e95cc02cc50fb7f96800fe3e380b9024478cd911900000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001c00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de140000000000000000000000000000000000000000000000000000000000000001000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c8090000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000016d1d36b5d9000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000001ba05156985d253791647857acd201fb1b76a4daae70eba876c2882c66e342b1045aa03fea021b9ddb871006aca85ef2837047ef2c91808bf092d46e10c6064a9ef10b",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x9790"
          },
          "logsBloom": "0x00000000000000000000200000000000000002000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99999,
              "transactionHash": "0x977b1ad33e41752bd58a42a5327d30fd6879762da17e2a62c8dc8c0024446044",
              "address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
              "topics": [
                "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
              ],
              "data": "0x000000000000000000000000000000000000000000000000000000005dc1dcf6000000000000000000000000146e50d94e177ea8bb2fa41af42db541ca2a6305000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de14000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c80900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016d1d36b5d9",
              "logIndex": 0,
              "blockHash": "0x7db9e35aed47d51b449f75a8ac2533d059dc526e4e7b512286fb47bbd90ccc61",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x9790"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99998,
          "blockHash": "0xb4d7ab73834d1c28fdf2c470bc4e6ab9e97394832eb504c05628770041bd9bd1",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x0ad9898c0e28bbd9403a8569847e06bfc8ef3af090cbf665145102bde1d7bed0",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__AXeK3BgANWxCLdG8ERnuCr14iuvdVz8hkRqyV5LEAkTpRyNWLPtrEV36MLtjAAD5qd9QgPS96H",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__AXeK3BgANWxCLdG8ERnuCr14iuvdVz8hkRqyV5LEAkTpRyNWLPtrEV36MLtjAAD5qd9QgPS96H",
            "length": 2
          },
          "hash": "0x0ad9898c0e28bbd9403a8569847e06bfc8ef3af090cbf665145102bde1d7bed0",
          "confirmations": 33,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3917,
          "r": "0x0fbd860f89921eb3b4cc6a8953be170e114191830249b955eb46a603e7e351db",
          "s": "0x7d342f8f1609505b0ccca49de266164fec05ae20c23755c328b7fa7a7136b71d",
          "v": 27,
          "creates": null,
          "raw": "0xf86b820f4d8501dcd650008398968094d4e1b2f36470f09d3858d34da41b70682416caba8084446e88261ba00fbd860f89921eb3b4cc6a8953be170e114191830249b955eb46a603e7e351dba07d342f8f1609505b0ccca49de266164fec05ae20c23755c328b7fa7a7136b71d",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x21bb3"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000100000010000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99998,
              "transactionHash": "0x0ad9898c0e28bbd9403a8569847e06bfc8ef3af090cbf665145102bde1d7bed0",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4158654b334267414e5778434c64473845526e754372313469757664567a38686b52717956354c45416b547052794e574c507472455633364d4c746a4141443571643951675053393648000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xb4d7ab73834d1c28fdf2c470bc4e6ab9e97394832eb504c05628770041bd9bd1",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x21bb3"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99997,
          "blockHash": "0x42a165dd0eef1ff903594599e885098a511bbf2263dc096bcd8f8ab66b631270",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4158654b334267414e5778434c64473845526e754372313469757664567a38686b52717956354c45416b547052794e574c507472455633364d4c746a4141443571643951675053393648000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xb60fa5aa815f5a39c11967017498f06412fb7c5629cca5a1a514a8ddd0240955",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
            "2": "hq__AXeK3BgANWxCLdG8ERnuCr14iuvdVz8hkRqyV5LEAkTpRyNWLPtrEV36MLtjAAD5qd9QgPS96H",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
            "objectHash": "hq__AXeK3BgANWxCLdG8ERnuCr14iuvdVz8hkRqyV5LEAkTpRyNWLPtrEV36MLtjAAD5qd9QgPS96H",
            "length": 3
          },
          "hash": "0xb60fa5aa815f5a39c11967017498f06412fb7c5629cca5a1a514a8ddd0240955",
          "confirmations": 34,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x204ed"
          },
          "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 69,
          "r": "0xfafeed5779d54dabfba3e0b1bdc94d47ece474741c2643587123f05feff08f17",
          "s": "0x43d051c4ee4f31bdda682f67be4bca5f4572beac3557b4f43094a6db914cc85d",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9010d458501dcd65000830204ed94d4e1b2f36470f09d3858d34da41b70682416caba80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4158654b334267414e5778434c64473845526e754372313469757664567a38686b52717956354c45416b547052794e574c507472455633364d4c746a4141443571643951675053393648000000000000000000000000000000000000831d26b8a0fafeed5779d54dabfba3e0b1bdc94d47ece474741c2643587123f05feff08f17a043d051c4ee4f31bdda682f67be4bca5f4572beac3557b4f43094a6db914cc85d",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x204ed"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000100000010000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99997,
              "transactionHash": "0xb60fa5aa815f5a39c11967017498f06412fb7c5629cca5a1a514a8ddd0240955",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000341c59b16a9b2664b7bb4fc20306faef50b6cf140000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4158654b334267414e5778434c64473845526e754372313469757664567a38686b52717956354c45416b547052794e574c507472455633364d4c746a4141443571643951675053393648000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x42a165dd0eef1ff903594599e885098a511bbf2263dc096bcd8f8ab66b631270",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x204ed"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99996,
          "blockHash": "0x8b9392c08cabdf1a5aab61034b31e7ca0bfe1a6dabc4bffbcebfbfeca12e906a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xe9d1641b60a7a8fbb404d41da5fb74a963098f12a110f28d6405db1587caea31",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__LRHHrTRn23KCY4mu5jJ8DhZGDTeoXP6GTBM371oANnt7eVwgWQJo1BhZMTGWkvECxzU9Fmy3jo",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__LRHHrTRn23KCY4mu5jJ8DhZGDTeoXP6GTBM371oANnt7eVwgWQJo1BhZMTGWkvECxzU9Fmy3jo",
            "length": 2
          },
          "hash": "0xe9d1641b60a7a8fbb404d41da5fb74a963098f12a110f28d6405db1587caea31",
          "confirmations": 35,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3916,
          "r": "0x714f1ce282cf2d8872ae4d4444ab647e2be23651980f58970b97ec983be0fc85",
          "s": "0x7afcd23749329124aa3da16c89d1614b6c3ca722afe2636ff925f01f70f39586",
          "v": 28,
          "creates": null,
          "raw": "0xf86b820f4c8501dcd650008398968094d4e1b2f36470f09d3858d34da41b70682416caba8084446e88261ca0714f1ce282cf2d8872ae4d4444ab647e2be23651980f58970b97ec983be0fc85a07afcd23749329124aa3da16c89d1614b6c3ca722afe2636ff925f01f70f39586",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x21bb3"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000100000010000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99996,
              "transactionHash": "0xe9d1641b60a7a8fbb404d41da5fb74a963098f12a110f28d6405db1587caea31",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4c5248487254526e32334b4359346d75356a4a3844685a474454656f5850364754424d3337316f414e6e74376556776757514a6f3142685a4d5447576b764543787a5539466d79336a6f000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x8b9392c08cabdf1a5aab61034b31e7ca0bfe1a6dabc4bffbcebfbfeca12e906a",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x21bb3"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99995,
          "blockHash": "0xa7bc23bc42730afbdd41f4b6aef06a13006f2d02b57f8be4695c899802229c2c",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0eDC82B24113c0910216D3Fb1FAD651175b3E391",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x025c1fc491dd59000a0cdd8beba5d156ad595a107e553383fc56f3892e9389cb",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "hq__EBmjqgNNDixegTf2nK14UJMyvUaTnQL82i2iueVT8kvJFRSesZkyJcUw57JobnrEpiX4oPRmDA",
            "objectHash": "hq__EBmjqgNNDixegTf2nK14UJMyvUaTnQL82i2iueVT8kvJFRSesZkyJcUw57JobnrEpiX4oPRmDA",
            "length": 1
          },
          "hash": "0x025c1fc491dd59000a0cdd8beba5d156ad595a107e553383fc56f3892e9389cb",
          "confirmations": 36,
          "from": "0x024E380255B1f88AD89603C628f32bA0fb222Fa4",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x65a1"
          },
          "to": "0x0eDC82B24113c0910216D3Fb1FAD651175b3E391",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 23728,
          "r": "0x6b354c9ff635b0acbdaeeb71fa8fe3034a0b7ba18c853aa51f13ebccf8db6abc",
          "s": "0x4c379663efa7a2e2e9359c5fce50eef4a5763a91654c8fa42fcab0e6d3fa1897",
          "v": 27,
          "creates": null,
          "raw": "0xf86a825cb08501dcd650008265a1940edc82b24113c0910216d3fb1fad651175b3e3918084c287e0ed1ba06b354c9ff635b0acbdaeeb71fa8fe3034a0b7ba18c853aa51f13ebccf8db6abca04c379663efa7a2e2e9359c5fce50eef4a5763a91654c8fa42fcab0e6d3fa1897",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x65a1"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000200000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99995,
              "transactionHash": "0x025c1fc491dd59000a0cdd8beba5d156ad595a107e553383fc56f3892e9389cb",
              "address": "0x0eDC82B24113c0910216D3Fb1FAD651175b3E391",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f45426d6a71674e4e44697865675466326e4b3134554a4d79765561546e514c383269326975655654386b764a46525365735a6b794a63557735374a6f626e7245706958346f50526d4441000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xa7bc23bc42730afbdd41f4b6aef06a13006f2d02b57f8be4695c899802229c2c",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x65a1"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99994,
          "blockHash": "0xcb496c1a877d30b4b9eea9cc144a0eb8f34f6f7b9d8e722204dcfef95e97ff3b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4c5248487254526e32334b4359346d75356a4a3844685a474454656f5850364754424d3337316f414e6e74376556776757514a6f3142685a4d5447576b764543787a5539466d79336a6f000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x1d01057d1097b69cb422812a402ecd6f86ac751f4058912c3cb168204b25faa4",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
            "2": "hq__LRHHrTRn23KCY4mu5jJ8DhZGDTeoXP6GTBM371oANnt7eVwgWQJo1BhZMTGWkvECxzU9Fmy3jo",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
            "objectHash": "hq__LRHHrTRn23KCY4mu5jJ8DhZGDTeoXP6GTBM371oANnt7eVwgWQJo1BhZMTGWkvECxzU9Fmy3jo",
            "length": 3
          },
          "hash": "0x1d01057d1097b69cb422812a402ecd6f86ac751f4058912c3cb168204b25faa4",
          "confirmations": 37,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x204ed"
          },
          "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 68,
          "r": "0x33920ff6c389fad43119c28450b8fcaf0c6decf978d9783cf0fa46265ec7ecde",
          "s": "0x73db1ed87d3a6037786b50f12b92de5dee1b1577b68020774ee5c6ed1ff195b8",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d448501dcd65000830204ed94d4e1b2f36470f09d3858d34da41b70682416caba80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4c5248487254526e32334b4359346d75356a4a3844685a474454656f5850364754424d3337316f414e6e74376556776757514a6f3142685a4d5447576b764543787a5539466d79336a6f000000000000000000000000000000000000831d26b7a033920ff6c389fad43119c28450b8fcaf0c6decf978d9783cf0fa46265ec7ecdea073db1ed87d3a6037786b50f12b92de5dee1b1577b68020774ee5c6ed1ff195b8",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x204ed"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000100000010000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99994,
              "transactionHash": "0x1d01057d1097b69cb422812a402ecd6f86ac751f4058912c3cb168204b25faa4",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000341c59b16a9b2664b7bb4fc20306faef50b6cf140000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4c5248487254526e32334b4359346d75356a4a3844685a474454656f5850364754424d3337316f414e6e74376556776757514a6f3142685a4d5447576b764543787a5539466d79336a6f000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xcb496c1a877d30b4b9eea9cc144a0eb8f34f6f7b9d8e722204dcfef95e97ff3b",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x204ed"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99993,
          "blockHash": "0x2bb88c751c570c0f051ca06cb15556cda8b2fc57cdb56069754f61faf3c31d16",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x99468B537Ca00f2Bcb7111C6efB51E2778985b7E",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x5b013163eed1b7f0f917e5964d37f7488502cf417e3430b7a82898d1b686a4a6",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0xF3f009B761926239308ded007ef4A75053cEB3DB",
            "1": "hq__9m2wTXQsuMo8sATVPb8DwwPva5ogwKRCjkSqhvEPuiKTByKt8imygDTxFEhAgWAavuAW4YxbCH",
            "spaceAddress": "0xF3f009B761926239308ded007ef4A75053cEB3DB",
            "objectHash": "hq__9m2wTXQsuMo8sATVPb8DwwPva5ogwKRCjkSqhvEPuiKTByKt8imygDTxFEhAgWAavuAW4YxbCH",
            "length": 2
          },
          "hash": "0x5b013163eed1b7f0f917e5964d37f7488502cf417e3430b7a82898d1b686a4a6",
          "confirmations": 38,
          "from": "0x5E5385AD531f5Eec7206dD424deC937dB9929128",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x99468B537Ca00f2Bcb7111C6efB51E2778985b7E",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 5961,
          "r": "0x7f0088b69493c7a33aeecdfa13b1bb0f91827622bc5ae405aff6b1220d1e03c8",
          "s": "0x44385efee871f25384e320770d04bec09aea96a7d188794f86bb98b855a86b06",
          "v": 28,
          "creates": null,
          "raw": "0xf86b8217498501dcd65000839896809499468b537ca00f2bcb7111c6efb51e2778985b7e8084446e88261ca07f0088b69493c7a33aeecdfa13b1bb0f91827622bc5ae405aff6b1220d1e03c8a044385efee871f25384e320770d04bec09aea96a7d188794f86bb98b855a86b06",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x21bb3"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000002000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99993,
              "transactionHash": "0x5b013163eed1b7f0f917e5964d37f7488502cf417e3430b7a82898d1b686a4a6",
              "address": "0x99468B537Ca00f2Bcb7111C6efB51E2778985b7E",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x000000000000000000000000f3f009b761926239308ded007ef4a75053ceb3db0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f396d327754585173754d6f3873415456506238447777507661356f67774b52436a6b53716876455075694b5442794b7438696d7967445478464568416757416176754157345978624348000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x2bb88c751c570c0f051ca06cb15556cda8b2fc57cdb56069754f61faf3c31d16",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x21bb3"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99992,
          "blockHash": "0x7289b99073fb5b459b8ce01541468e156a2504d70f358813a837497d2637a477",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x99468B537Ca00f2Bcb7111C6efB51E2778985b7E",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000000e000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0xf3200575ead44171b172ec3e8b12cf29aec120fa7259db1aa3fc2f580ed434e5",
          "logIndex": 0,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x11"
            },
            "1": 0,
            "2": "hq__8ghsc2vazXqXTokoNjEVYZHNNcFvE3u73drEMRvTFyYe48D5aL2rFu2ujPeK7PZXi8rDwTFMxh",
            "3": "",
            "4": "",
            "requestID": {
              "_hex": "0x11"
            },
            "level": 0,
            "contentHash": "hq__8ghsc2vazXqXTokoNjEVYZHNNcFvE3u73drEMRvTFyYe48D5aL2rFu2ujPeK7PZXi8rDwTFMxh",
            "pkeRequestor": "",
            "pkeAFGH": "",
            "length": 5
          },
          "contract": "BaseContent",
          "hash": "0xf3200575ead44171b172ec3e8b12cf29aec120fa7259db1aa3fc2f580ed434e5",
          "confirmations": 39,
          "from": "0x024E380255B1f88AD89603C628f32bA0fb222Fa4",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3d0900"
          },
          "to": "0x99468B537Ca00f2Bcb7111C6efB51E2778985b7E",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 23727,
          "r": "0x2726fd7d1695a19cfab627bbe98c9e2838a1f6f2dfd61acb6a8c640624ba4815",
          "s": "0x784819846161deb161877838c94260414db904c4eb141faa1f852b72f37667d6",
          "v": 27,
          "creates": null,
          "raw": "0xf9018d825caf8501dcd65000833d09009499468b537ca00f2bcb7111c6efb51e2778985b7e80b90124a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000000e0000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001ba02726fd7d1695a19cfab627bbe98c9e2838a1f6f2dfd61acb6a8c640624ba4815a0784819846161deb161877838c94260414db904c4eb141faa1f852b72f37667d6",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x11d7e"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000002000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99992,
              "transactionHash": "0xf3200575ead44171b172ec3e8b12cf29aec120fa7259db1aa3fc2f580ed434e5",
              "address": "0x99468B537Ca00f2Bcb7111C6efB51E2778985b7E",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000011000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000001200000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000004e68715f5f38676873633276617a587158546f6b6f4e6a4556595a484e4e63467645337537336472454d5276544679596534384435614c3272467532756a50654b37505a58693872447754464d786800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x7289b99073fb5b459b8ce01541468e156a2504d70f358813a837497d2637a477",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x11d7e"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99991,
          "blockHash": "0x2008f2f3455f308cc7cd8ae1a4998ee1ad4c65cce04143487d4363847e719899",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x07b0aea99D89AcaEfF4C50049C45e7f70b0662bC",
          "data": "0x78cd911900000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000002a000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000020000000000000000000000009d65bcb53d77d5ed8a65057d27c85b258bd0ddef00000000000000000000000043bd32b8000ed2f81a7cf05ad2c176b3f9480e2f0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c80900000000000000000000000095d9593d8e0d9ee996174075d38a61b6353b4ff800000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000206e79d912ae1369232e31c72bdc059db3401421ef3e60ae13add928089bb99400000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000016d1d3702c30000000000000000000000000000000000000000000000000000016e3d46d261000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x182a726f966f22c96d651085c2a7143482b8d96fb0964ff2664ab8bdf2b703aa"
          ],
          "transactionHash": "0xf655b024a01b6723f52d1f66fa95eade9d1d298a1c59640b389229cabf58e899",
          "logIndex": 2,
          "name": "RecordingPlaybackStarted",
          "signature": "RecordingPlaybackStarted(uint256,address,address,uint256,uint256)",
          "topic": "0x182a726f966f22c96d651085c2a7143482b8d96fb0964ff2664ab8bdf2b703aa",
          "values": {
            "0": {
              "_hex": "0x5dc1dcec"
            },
            "1": "0x95d9593d8e0d9eE996174075D38a61B6353b4ff8",
            "2": "0x43bd32B8000Ed2f81a7CF05Ad2C176B3F9480E2f",
            "3": {
              "_hex": "0x07"
            },
            "4": {
              "_hex": "0x016e3d46d261"
            },
            "timestamp": {
              "_hex": "0x5dc1dcec"
            },
            "accessor": "0x95d9593d8e0d9eE996174075D38a61B6353b4ff8",
            "recObj": "0x43bd32B8000Ed2f81a7CF05Ad2C176B3F9480E2f",
            "requestID": {
              "_hex": "0x07"
            },
            "accessTimestamp": {
              "_hex": "0x016e3d46d261"
            },
            "length": 5
          },
          "contract": "LvRecordableStream",
          "hash": "0xf655b024a01b6723f52d1f66fa95eade9d1d298a1c59640b389229cabf58e899",
          "confirmations": 40,
          "from": "0x024E380255B1f88AD89603C628f32bA0fb222Fa4",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3d0900"
          },
          "to": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 23726,
          "r": "0x58c06f7988c9c88e9c2e1908a3301f8cd29d27e3aac4e2abc9556043a5c7f4ce",
          "s": "0x1bb05fc8721a00dc1262ca59a63def2266294addae9361e828a09425a8d8409c",
          "v": 27,
          "creates": null,
          "raw": "0xf9036d825cae8501dcd65000833d0900947bf432aa5bab589e95cc02cc50fb7f96800fe3e380b9030478cd911900000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000002a000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000020000000000000000000000009d65bcb53d77d5ed8a65057d27c85b258bd0ddef00000000000000000000000043bd32b8000ed2f81a7cf05ad2c176b3f9480e2f0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c80900000000000000000000000095d9593d8e0d9ee996174075d38a61b6353b4ff800000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000206e79d912ae1369232e31c72bdc059db3401421ef3e60ae13add928089bb99400000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000016d1d3702c30000000000000000000000000000000000000000000000000000016e3d46d2610000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001ba058c06f7988c9c88e9c2e1908a3301f8cd29d27e3aac4e2abc9556043a5c7f4cea01bb05fc8721a00dc1262ca59a63def2266294addae9361e828a09425a8d8409c",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1cbc4"
          },
          "logsBloom": "0x00000000000000000000200000000000000002000000000000000008000000000010000000000000000000002000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000008000000000010000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99991,
              "transactionHash": "0xf655b024a01b6723f52d1f66fa95eade9d1d298a1c59640b389229cabf58e899",
              "address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
              "topics": [
                "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
              ],
              "data": "0x000000000000000000000000000000000000000000000000000000005dc1dcec0000000000000000000000002bd50327ca78976fdbc974e5714b59112655ef4c0000000000000000000000009d65bcb53d77d5ed8a65057d27c85b258bd0ddef000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c80900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016d1d3702c3",
              "logIndex": 0,
              "blockHash": "0x2008f2f3455f308cc7cd8ae1a4998ee1ad4c65cce04143487d4363847e719899",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99991,
              "transactionHash": "0xf655b024a01b6723f52d1f66fa95eade9d1d298a1c59640b389229cabf58e899",
              "address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
              "topics": [
                "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
              ],
              "data": "0x000000000000000000000000000000000000000000000000000000005dc1dcec0000000000000000000000001c9975dd1973aace3d3d82f5d86d6867c7ee40db00000000000000000000000043bd32b8000ed2f81a7cf05ad2c176b3f9480e2f00000000000000000000000095d9593d8e0d9ee996174075d38a61b6353b4ff8206e79d912ae1369232e31c72bdc059db3401421ef3e60ae13add928089bb9940000000000000000000000000000000000000000000000000000016e3d46d261",
              "logIndex": 1,
              "blockHash": "0x2008f2f3455f308cc7cd8ae1a4998ee1ad4c65cce04143487d4363847e719899",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99991,
              "transactionHash": "0xf655b024a01b6723f52d1f66fa95eade9d1d298a1c59640b389229cabf58e899",
              "address": "0x07b0aea99D89AcaEfF4C50049C45e7f70b0662bC",
              "topics": [
                "0x182a726f966f22c96d651085c2a7143482b8d96fb0964ff2664ab8bdf2b703aa"
              ],
              "data": "0x000000000000000000000000000000000000000000000000000000005dc1dcec00000000000000000000000095d9593d8e0d9ee996174075d38a61b6353b4ff800000000000000000000000043bd32b8000ed2f81a7cf05ad2c176b3f9480e2f00000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000016e3d46d261",
              "logIndex": 2,
              "blockHash": "0x2008f2f3455f308cc7cd8ae1a4998ee1ad4c65cce04143487d4363847e719899",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1cbc4"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99991,
          "blockHash": "0x2008f2f3455f308cc7cd8ae1a4998ee1ad4c65cce04143487d4363847e719899",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
          "data": "0x78cd911900000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000002a000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000020000000000000000000000009d65bcb53d77d5ed8a65057d27c85b258bd0ddef00000000000000000000000043bd32b8000ed2f81a7cf05ad2c176b3f9480e2f0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c80900000000000000000000000095d9593d8e0d9ee996174075d38a61b6353b4ff800000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000206e79d912ae1369232e31c72bdc059db3401421ef3e60ae13add928089bb99400000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000016d1d3702c30000000000000000000000000000000000000000000000000000016e3d46d261000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
          ],
          "transactionHash": "0xf655b024a01b6723f52d1f66fa95eade9d1d298a1c59640b389229cabf58e899",
          "logIndex": 1,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,address,address,address,bytes32,uint64)",
          "topic": "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680",
          "values": {
            "0": {
              "_hex": "0x5dc1dcec"
            },
            "1": "0x1c9975Dd1973aAcE3D3d82f5d86D6867c7eE40dB",
            "2": "0x43bd32B8000Ed2f81a7CF05Ad2C176B3F9480E2f",
            "3": "0x95d9593d8e0d9eE996174075D38a61B6353b4ff8",
            "4": "0x206e79d912ae1369232e31c72bdc059db3401421ef3e60ae13add928089bb994",
            "5": {
              "_hex": "0x016e3d46d261"
            },
            "timestamp": {
              "_hex": "0x5dc1dcec"
            },
            "libraryAddress": "0x1c9975Dd1973aAcE3D3d82f5d86D6867c7eE40dB",
            "contentAddress": "0x43bd32B8000Ed2f81a7CF05Ad2C176B3F9480E2f",
            "userAddress": "0x95d9593d8e0d9eE996174075D38a61B6353b4ff8",
            "contextHash": "0x206e79d912ae1369232e31c72bdc059db3401421ef3e60ae13add928089bb994",
            "request_timestamp": {
              "_hex": "0x016e3d46d261"
            },
            "length": 6
          },
          "contract": "BaseContentFactoryExt",
          "hash": "0xf655b024a01b6723f52d1f66fa95eade9d1d298a1c59640b389229cabf58e899",
          "confirmations": 40,
          "from": "0x024E380255B1f88AD89603C628f32bA0fb222Fa4",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3d0900"
          },
          "to": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 23726,
          "r": "0x58c06f7988c9c88e9c2e1908a3301f8cd29d27e3aac4e2abc9556043a5c7f4ce",
          "s": "0x1bb05fc8721a00dc1262ca59a63def2266294addae9361e828a09425a8d8409c",
          "v": 27,
          "creates": null,
          "raw": "0xf9036d825cae8501dcd65000833d0900947bf432aa5bab589e95cc02cc50fb7f96800fe3e380b9030478cd911900000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000002a000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000020000000000000000000000009d65bcb53d77d5ed8a65057d27c85b258bd0ddef00000000000000000000000043bd32b8000ed2f81a7cf05ad2c176b3f9480e2f0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c80900000000000000000000000095d9593d8e0d9ee996174075d38a61b6353b4ff800000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000206e79d912ae1369232e31c72bdc059db3401421ef3e60ae13add928089bb99400000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000016d1d3702c30000000000000000000000000000000000000000000000000000016e3d46d2610000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001ba058c06f7988c9c88e9c2e1908a3301f8cd29d27e3aac4e2abc9556043a5c7f4cea01bb05fc8721a00dc1262ca59a63def2266294addae9361e828a09425a8d8409c",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1cbc4"
          },
          "logsBloom": "0x00000000000000000000200000000000000002000000000000000008000000000010000000000000000000002000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000008000000000010000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99991,
              "transactionHash": "0xf655b024a01b6723f52d1f66fa95eade9d1d298a1c59640b389229cabf58e899",
              "address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
              "topics": [
                "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
              ],
              "data": "0x000000000000000000000000000000000000000000000000000000005dc1dcec0000000000000000000000002bd50327ca78976fdbc974e5714b59112655ef4c0000000000000000000000009d65bcb53d77d5ed8a65057d27c85b258bd0ddef000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c80900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016d1d3702c3",
              "logIndex": 0,
              "blockHash": "0x2008f2f3455f308cc7cd8ae1a4998ee1ad4c65cce04143487d4363847e719899",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99991,
              "transactionHash": "0xf655b024a01b6723f52d1f66fa95eade9d1d298a1c59640b389229cabf58e899",
              "address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
              "topics": [
                "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
              ],
              "data": "0x000000000000000000000000000000000000000000000000000000005dc1dcec0000000000000000000000001c9975dd1973aace3d3d82f5d86d6867c7ee40db00000000000000000000000043bd32b8000ed2f81a7cf05ad2c176b3f9480e2f00000000000000000000000095d9593d8e0d9ee996174075d38a61b6353b4ff8206e79d912ae1369232e31c72bdc059db3401421ef3e60ae13add928089bb9940000000000000000000000000000000000000000000000000000016e3d46d261",
              "logIndex": 1,
              "blockHash": "0x2008f2f3455f308cc7cd8ae1a4998ee1ad4c65cce04143487d4363847e719899",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99991,
              "transactionHash": "0xf655b024a01b6723f52d1f66fa95eade9d1d298a1c59640b389229cabf58e899",
              "address": "0x07b0aea99D89AcaEfF4C50049C45e7f70b0662bC",
              "topics": [
                "0x182a726f966f22c96d651085c2a7143482b8d96fb0964ff2664ab8bdf2b703aa"
              ],
              "data": "0x000000000000000000000000000000000000000000000000000000005dc1dcec00000000000000000000000095d9593d8e0d9ee996174075d38a61b6353b4ff800000000000000000000000043bd32b8000ed2f81a7cf05ad2c176b3f9480e2f00000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000016e3d46d261",
              "logIndex": 2,
              "blockHash": "0x2008f2f3455f308cc7cd8ae1a4998ee1ad4c65cce04143487d4363847e719899",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1cbc4"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99991,
          "blockHash": "0x2008f2f3455f308cc7cd8ae1a4998ee1ad4c65cce04143487d4363847e719899",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
          "data": "0x78cd911900000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000002a000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000020000000000000000000000009d65bcb53d77d5ed8a65057d27c85b258bd0ddef00000000000000000000000043bd32b8000ed2f81a7cf05ad2c176b3f9480e2f0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c80900000000000000000000000095d9593d8e0d9ee996174075d38a61b6353b4ff800000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000206e79d912ae1369232e31c72bdc059db3401421ef3e60ae13add928089bb99400000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000016d1d3702c30000000000000000000000000000000000000000000000000000016e3d46d261000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
          ],
          "transactionHash": "0xf655b024a01b6723f52d1f66fa95eade9d1d298a1c59640b389229cabf58e899",
          "logIndex": 0,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,address,address,address,bytes32,uint64)",
          "topic": "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680",
          "values": {
            "0": {
              "_hex": "0x5dc1dcec"
            },
            "1": "0x2Bd50327cA78976Fdbc974e5714b59112655Ef4C",
            "2": "0x9D65bcb53d77D5eD8A65057d27c85B258bd0DDeF",
            "3": "0xA576095D1a8A7f2575F1022852Fec8A107C7c809",
            "4": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "5": {
              "_hex": "0x016d1d3702c3"
            },
            "timestamp": {
              "_hex": "0x5dc1dcec"
            },
            "libraryAddress": "0x2Bd50327cA78976Fdbc974e5714b59112655Ef4C",
            "contentAddress": "0x9D65bcb53d77D5eD8A65057d27c85B258bd0DDeF",
            "userAddress": "0xA576095D1a8A7f2575F1022852Fec8A107C7c809",
            "contextHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "request_timestamp": {
              "_hex": "0x016d1d3702c3"
            },
            "length": 6
          },
          "contract": "BaseContentFactoryExt",
          "hash": "0xf655b024a01b6723f52d1f66fa95eade9d1d298a1c59640b389229cabf58e899",
          "confirmations": 40,
          "from": "0x024E380255B1f88AD89603C628f32bA0fb222Fa4",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3d0900"
          },
          "to": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 23726,
          "r": "0x58c06f7988c9c88e9c2e1908a3301f8cd29d27e3aac4e2abc9556043a5c7f4ce",
          "s": "0x1bb05fc8721a00dc1262ca59a63def2266294addae9361e828a09425a8d8409c",
          "v": 27,
          "creates": null,
          "raw": "0xf9036d825cae8501dcd65000833d0900947bf432aa5bab589e95cc02cc50fb7f96800fe3e380b9030478cd911900000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000002a000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000020000000000000000000000009d65bcb53d77d5ed8a65057d27c85b258bd0ddef00000000000000000000000043bd32b8000ed2f81a7cf05ad2c176b3f9480e2f0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c80900000000000000000000000095d9593d8e0d9ee996174075d38a61b6353b4ff800000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000206e79d912ae1369232e31c72bdc059db3401421ef3e60ae13add928089bb99400000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000016d1d3702c30000000000000000000000000000000000000000000000000000016e3d46d2610000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001ba058c06f7988c9c88e9c2e1908a3301f8cd29d27e3aac4e2abc9556043a5c7f4cea01bb05fc8721a00dc1262ca59a63def2266294addae9361e828a09425a8d8409c",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1cbc4"
          },
          "logsBloom": "0x00000000000000000000200000000000000002000000000000000008000000000010000000000000000000002000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000008000000000010000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99991,
              "transactionHash": "0xf655b024a01b6723f52d1f66fa95eade9d1d298a1c59640b389229cabf58e899",
              "address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
              "topics": [
                "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
              ],
              "data": "0x000000000000000000000000000000000000000000000000000000005dc1dcec0000000000000000000000002bd50327ca78976fdbc974e5714b59112655ef4c0000000000000000000000009d65bcb53d77d5ed8a65057d27c85b258bd0ddef000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c80900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016d1d3702c3",
              "logIndex": 0,
              "blockHash": "0x2008f2f3455f308cc7cd8ae1a4998ee1ad4c65cce04143487d4363847e719899",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99991,
              "transactionHash": "0xf655b024a01b6723f52d1f66fa95eade9d1d298a1c59640b389229cabf58e899",
              "address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
              "topics": [
                "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
              ],
              "data": "0x000000000000000000000000000000000000000000000000000000005dc1dcec0000000000000000000000001c9975dd1973aace3d3d82f5d86d6867c7ee40db00000000000000000000000043bd32b8000ed2f81a7cf05ad2c176b3f9480e2f00000000000000000000000095d9593d8e0d9ee996174075d38a61b6353b4ff8206e79d912ae1369232e31c72bdc059db3401421ef3e60ae13add928089bb9940000000000000000000000000000000000000000000000000000016e3d46d261",
              "logIndex": 1,
              "blockHash": "0x2008f2f3455f308cc7cd8ae1a4998ee1ad4c65cce04143487d4363847e719899",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99991,
              "transactionHash": "0xf655b024a01b6723f52d1f66fa95eade9d1d298a1c59640b389229cabf58e899",
              "address": "0x07b0aea99D89AcaEfF4C50049C45e7f70b0662bC",
              "topics": [
                "0x182a726f966f22c96d651085c2a7143482b8d96fb0964ff2664ab8bdf2b703aa"
              ],
              "data": "0x000000000000000000000000000000000000000000000000000000005dc1dcec00000000000000000000000095d9593d8e0d9ee996174075d38a61b6353b4ff800000000000000000000000043bd32b8000ed2f81a7cf05ad2c176b3f9480e2f00000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000016e3d46d261",
              "logIndex": 2,
              "blockHash": "0x2008f2f3455f308cc7cd8ae1a4998ee1ad4c65cce04143487d4363847e719899",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1cbc4"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99990,
          "blockHash": "0x2c0942920c79016101a227a83eca43da4080b6056eb474fc6467ccef8ff84b1a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034346533343466386138396430393962336263306462613739623961336438646164653032636462623639316130633165623632343263643263326565326665363633333663653333336566626334373436653533326264396436366538383662326633663338323037396436626136326437386266333537373663613633376300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0x3bd25075b9040c5cb95abb36e95aec15fd4f13313ec3cee9bbd1256def643a16",
          "logIndex": 2,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x01"
            },
            "1": 0,
            "2": "hq__5j2vhZXC4ke2BZDHJj3Zcj3DqchhUm9r1XK5stKtbAttA5kEAeV65LDTap69JfpihM7HHUpiNm",
            "3": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
            "4": "",
            "requestID": {
              "_hex": "0x01"
            },
            "level": 0,
            "contentHash": "hq__5j2vhZXC4ke2BZDHJj3Zcj3DqchhUm9r1XK5stKtbAttA5kEAeV65LDTap69JfpihM7HHUpiNm",
            "pkeRequestor": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
            "pkeAFGH": "",
            "length": 5
          },
          "contract": "BaseContent",
          "hash": "0x3bd25075b9040c5cb95abb36e95aec15fd4f13313ec3cee9bbd1256def643a16",
          "confirmations": 41,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x18bd5"
          },
          "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 67,
          "r": "0x2741156602965e5cb3e9867f8ebb5a0c45b5fb5fe6e772ba42ee07182750b62a",
          "s": "0x2d4e425f1504c96eff039348b6dc859a17335038a7f7dd39379782d9d5544283",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9022e438501dcd6500083018bd594d4e1b2f36470f09d3858d34da41b70682416caba80b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034346533343466386138396430393962336263306462613739623961336438646164653032636462623639316130633165623632343263643263326565326665363633333663653333336566626334373436653533326264396436366538383662326633663338323037396436626136326437386266333537373663613633376300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b8a02741156602965e5cb3e9867f8ebb5a0c45b5fb5fe6e772ba42ee07182750b62aa02d4e425f1504c96eff039348b6dc859a17335038a7f7dd39379782d9d5544283",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x18bd5"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000100000010000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99990,
              "transactionHash": "0x3bd25075b9040c5cb95abb36e95aec15fd4f13313ec3cee9bbd1256def643a16",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x2c0942920c79016101a227a83eca43da4080b6056eb474fc6467ccef8ff84b1a",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99990,
              "transactionHash": "0x3bd25075b9040c5cb95abb36e95aec15fd4f13313ec3cee9bbd1256def643a16",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x2c0942920c79016101a227a83eca43da4080b6056eb474fc6467ccef8ff84b1a",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99990,
              "transactionHash": "0x3bd25075b9040c5cb95abb36e95aec15fd4f13313ec3cee9bbd1256def643a16",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f356a3276685a5843346b6532425a44484a6a335a636a334471636868556d397231584b3573744b746241747441356b4541655636354c4454617036394a667069684d3748485570694e6d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343465333434663861383964303939623362633064626137396239613364386461646530326364626236393161306331656236323432636432633265653266653636333336636533333365666263343734366535333262643964363665383836623266336633383230373964366261363264373862663335373736636136333763000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 2,
              "blockHash": "0x2c0942920c79016101a227a83eca43da4080b6056eb474fc6467ccef8ff84b1a",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x18bd5"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99990,
          "blockHash": "0x2c0942920c79016101a227a83eca43da4080b6056eb474fc6467ccef8ff84b1a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034346533343466386138396430393962336263306462613739623961336438646164653032636462623639316130633165623632343263643263326565326665363633333663653333336566626334373436653533326264396436366538383662326633663338323037396436626136326437386266333537373663613633376300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x3bd25075b9040c5cb95abb36e95aec15fd4f13313ec3cee9bbd1256def643a16",
          "logIndex": 1,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x3bd25075b9040c5cb95abb36e95aec15fd4f13313ec3cee9bbd1256def643a16",
          "confirmations": 41,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x18bd5"
          },
          "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 67,
          "r": "0x2741156602965e5cb3e9867f8ebb5a0c45b5fb5fe6e772ba42ee07182750b62a",
          "s": "0x2d4e425f1504c96eff039348b6dc859a17335038a7f7dd39379782d9d5544283",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9022e438501dcd6500083018bd594d4e1b2f36470f09d3858d34da41b70682416caba80b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034346533343466386138396430393962336263306462613739623961336438646164653032636462623639316130633165623632343263643263326565326665363633333663653333336566626334373436653533326264396436366538383662326633663338323037396436626136326437386266333537373663613633376300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b8a02741156602965e5cb3e9867f8ebb5a0c45b5fb5fe6e772ba42ee07182750b62aa02d4e425f1504c96eff039348b6dc859a17335038a7f7dd39379782d9d5544283",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x18bd5"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000100000010000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99990,
              "transactionHash": "0x3bd25075b9040c5cb95abb36e95aec15fd4f13313ec3cee9bbd1256def643a16",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x2c0942920c79016101a227a83eca43da4080b6056eb474fc6467ccef8ff84b1a",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99990,
              "transactionHash": "0x3bd25075b9040c5cb95abb36e95aec15fd4f13313ec3cee9bbd1256def643a16",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x2c0942920c79016101a227a83eca43da4080b6056eb474fc6467ccef8ff84b1a",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99990,
              "transactionHash": "0x3bd25075b9040c5cb95abb36e95aec15fd4f13313ec3cee9bbd1256def643a16",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f356a3276685a5843346b6532425a44484a6a335a636a334471636868556d397231584b3573744b746241747441356b4541655636354c4454617036394a667069684d3748485570694e6d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343465333434663861383964303939623362633064626137396239613364386461646530326364626236393161306331656236323432636432633265653266653636333336636533333365666263343734366535333262643964363665383836623266336633383230373964366261363264373862663335373736636136333763000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 2,
              "blockHash": "0x2c0942920c79016101a227a83eca43da4080b6056eb474fc6467ccef8ff84b1a",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x18bd5"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99990,
          "blockHash": "0x2c0942920c79016101a227a83eca43da4080b6056eb474fc6467ccef8ff84b1a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034346533343466386138396430393962336263306462613739623961336438646164653032636462623639316130633165623632343263643263326565326665363633333663653333336566626334373436653533326264396436366538383662326633663338323037396436626136326437386266333537373663613633376300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x3bd25075b9040c5cb95abb36e95aec15fd4f13313ec3cee9bbd1256def643a16",
          "logIndex": 0,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x3bd25075b9040c5cb95abb36e95aec15fd4f13313ec3cee9bbd1256def643a16",
          "confirmations": 41,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x18bd5"
          },
          "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 67,
          "r": "0x2741156602965e5cb3e9867f8ebb5a0c45b5fb5fe6e772ba42ee07182750b62a",
          "s": "0x2d4e425f1504c96eff039348b6dc859a17335038a7f7dd39379782d9d5544283",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9022e438501dcd6500083018bd594d4e1b2f36470f09d3858d34da41b70682416caba80b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034346533343466386138396430393962336263306462613739623961336438646164653032636462623639316130633165623632343263643263326565326665363633333663653333336566626334373436653533326264396436366538383662326633663338323037396436626136326437386266333537373663613633376300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b8a02741156602965e5cb3e9867f8ebb5a0c45b5fb5fe6e772ba42ee07182750b62aa02d4e425f1504c96eff039348b6dc859a17335038a7f7dd39379782d9d5544283",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x18bd5"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000100000010000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99990,
              "transactionHash": "0x3bd25075b9040c5cb95abb36e95aec15fd4f13313ec3cee9bbd1256def643a16",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x2c0942920c79016101a227a83eca43da4080b6056eb474fc6467ccef8ff84b1a",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99990,
              "transactionHash": "0x3bd25075b9040c5cb95abb36e95aec15fd4f13313ec3cee9bbd1256def643a16",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x2c0942920c79016101a227a83eca43da4080b6056eb474fc6467ccef8ff84b1a",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99990,
              "transactionHash": "0x3bd25075b9040c5cb95abb36e95aec15fd4f13313ec3cee9bbd1256def643a16",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f356a3276685a5843346b6532425a44484a6a335a636a334471636868556d397231584b3573744b746241747441356b4541655636354c4454617036394a667069684d3748485570694e6d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343465333434663861383964303939623362633064626137396239613364386461646530326364626236393161306331656236323432636432633265653266653636333336636533333365666263343734366535333262643964363665383836623266336633383230373964366261363264373862663335373736636136333763000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 2,
              "blockHash": "0x2c0942920c79016101a227a83eca43da4080b6056eb474fc6467ccef8ff84b1a",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x18bd5"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99989,
          "blockHash": "0xee26653e5bde24c6fb460713954385332eca7da37cc6d66901467b1d7f757602",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x99468B537Ca00f2Bcb7111C6efB51E2778985b7E",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f396d327754585173754d6f3873415456506238447777507661356f67774b52436a6b53716876455075694b5442794b7438696d7967445478464568416757416176754157345978624348000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xadeeaa667e0476aa3f7e8332304cdf6deb5d2dee2eb39211f968f41e70d1b08e",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0xF3f009B761926239308ded007ef4A75053cEB3DB",
            "1": "0xc244e6Aa0f9AE2e87Ef8247DE2629b320a05EcB6",
            "2": "hq__9m2wTXQsuMo8sATVPb8DwwPva5ogwKRCjkSqhvEPuiKTByKt8imygDTxFEhAgWAavuAW4YxbCH",
            "spaceAddress": "0xF3f009B761926239308ded007ef4A75053cEB3DB",
            "parentAddress": "0xc244e6Aa0f9AE2e87Ef8247DE2629b320a05EcB6",
            "objectHash": "hq__9m2wTXQsuMo8sATVPb8DwwPva5ogwKRCjkSqhvEPuiKTByKt8imygDTxFEhAgWAavuAW4YxbCH",
            "length": 3
          },
          "hash": "0xadeeaa667e0476aa3f7e8332304cdf6deb5d2dee2eb39211f968f41e70d1b08e",
          "confirmations": 42,
          "from": "0x024E380255B1f88AD89603C628f32bA0fb222Fa4",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3d0900"
          },
          "to": "0x99468B537Ca00f2Bcb7111C6efB51E2778985b7E",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 23725,
          "r": "0x9cdd551716779c7a6d0a206156bae31dbbd1d975535e4e2a446799c1e1b4cb9f",
          "s": "0x2b0af23b42975be49a8e98747ff383c79eb133b85f9c9ac0c40c564282677e7e",
          "v": 28,
          "creates": null,
          "raw": "0xf9010c825cad8501dcd65000833d09009499468b537ca00f2bcb7111c6efb51e2778985b7e80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f396d327754585173754d6f3873415456506238447777507661356f67774b52436a6b53716876455075694b5442794b7438696d79674454784645684167574161767541573459786243480000000000000000000000000000000000001ca09cdd551716779c7a6d0a206156bae31dbbd1d975535e4e2a446799c1e1b4cb9fa02b0af23b42975be49a8e98747ff383c79eb133b85f9c9ac0c40c564282677e7e",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x20480"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000002000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99989,
              "transactionHash": "0xadeeaa667e0476aa3f7e8332304cdf6deb5d2dee2eb39211f968f41e70d1b08e",
              "address": "0x99468B537Ca00f2Bcb7111C6efB51E2778985b7E",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x000000000000000000000000f3f009b761926239308ded007ef4a75053ceb3db000000000000000000000000c244e6aa0f9ae2e87ef8247de2629b320a05ecb60000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f396d327754585173754d6f3873415456506238447777507661356f67774b52436a6b53716876455075694b5442794b7438696d7967445478464568416757416176754157345978624348000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xee26653e5bde24c6fb460713954385332eca7da37cc6d66901467b1d7f757602",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x20480"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99988,
          "blockHash": "0x40e8011f98417ef841dbca029f1dd9e46b02fee521ba39ae0ed96be6779a11cf",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x99468B537Ca00f2Bcb7111C6efB51E2778985b7E",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x85fc6807c85af4a2a4f3220d9dcee1cfefca7c88b0ebaa536b713a49ba92fab7",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "hq__8ghsc2vazXqXTokoNjEVYZHNNcFvE3u73drEMRvTFyYe48D5aL2rFu2ujPeK7PZXi8rDwTFMxh",
            "objectHash": "hq__8ghsc2vazXqXTokoNjEVYZHNNcFvE3u73drEMRvTFyYe48D5aL2rFu2ujPeK7PZXi8rDwTFMxh",
            "length": 1
          },
          "hash": "0x85fc6807c85af4a2a4f3220d9dcee1cfefca7c88b0ebaa536b713a49ba92fab7",
          "confirmations": 43,
          "from": "0x024E380255B1f88AD89603C628f32bA0fb222Fa4",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x3d0900"
          },
          "to": "0x99468B537Ca00f2Bcb7111C6efB51E2778985b7E",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 23724,
          "r": "0x86e60b614083915914663589a88cba39091cb4a9a2a75b58a045a876ee20d6a4",
          "s": "0x1118def7b68c8c8dc072013469bbd2b422cbedbfbe61b0083b2a91417d07475c",
          "v": 27,
          "creates": null,
          "raw": "0xf86b825cac8501dcd65000833d09009499468b537ca00f2bcb7111c6efb51e2778985b7e8084c287e0ed1ba086e60b614083915914663589a88cba39091cb4a9a2a75b58a045a876ee20d6a4a01118def7b68c8c8dc072013469bbd2b422cbedbfbe61b0083b2a91417d07475c",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x65a1"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99988,
              "transactionHash": "0x85fc6807c85af4a2a4f3220d9dcee1cfefca7c88b0ebaa536b713a49ba92fab7",
              "address": "0x99468B537Ca00f2Bcb7111C6efB51E2778985b7E",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f38676873633276617a587158546f6b6f4e6a4556595a484e4e63467645337537336472454d5276544679596534384435614c3272467532756a50654b37505a58693872447754464d7868000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x40e8011f98417ef841dbca029f1dd9e46b02fee521ba39ae0ed96be6779a11cf",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x65a1"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99987,
          "blockHash": "0xa3e3cd3bb6df696feab0e3066c6afb90fb9ede883bdce33c58e026539fd20934",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "data": "0xf1551887",
          "topics": [
            "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
          ],
          "transactionHash": "0xc50283baff34e79d10807e4f0d36ac57d513b4a74783d076ccbbc7b9782dd77a",
          "logIndex": 0,
          "name": "AccessRequest",
          "signature": "AccessRequest()",
          "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
          "values": {
            "length": 0
          },
          "hash": "0xc50283baff34e79d10807e4f0d36ac57d513b4a74783d076ccbbc7b9782dd77a",
          "confirmations": 44,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5d79"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 66,
          "r": "0x0f62e706e5c487d91c559a6e7fb52fc82c9d6d4e5bf001983c95b3ee5319e442",
          "s": "0x51247c7de4a9703e8d18cbe83214f62e66643bdd3302ba3094384f2dfaad0b74",
          "v": 1910456,
          "creates": null,
          "raw": "0xf86b428501dcd65000825d7994d703a1849fc7f31154a510e0b0b602c901a49e908084f1551887831d26b8a00f62e706e5c487d91c559a6e7fb52fc82c9d6d4e5bf001983c95b3ee5319e442a051247c7de4a9703e8d18cbe83214f62e66643bdd3302ba3094384f2dfaad0b74",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5d79"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000010000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99987,
              "transactionHash": "0xc50283baff34e79d10807e4f0d36ac57d513b4a74783d076ccbbc7b9782dd77a",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
              ],
              "data": "0x",
              "logIndex": 0,
              "blockHash": "0xa3e3cd3bb6df696feab0e3066c6afb90fb9ede883bdce33c58e026539fd20934",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5d79"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99986,
          "blockHash": "0xedbf9989672c7bef03a3442b13f85ed4e87422ca02a51022fda9ad2b77d53bf0",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x682d20541e47883F4D10c739e14f0A4B328835a7",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x6890567c574b5f3829c663f58d40659108c60849dd69e564d86105d220eb63fd",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__GhPV4dD1jH93vpnj9dryf6H5wn2dpMk6cscqrfa5j8GL9dLVWWesZwNpRx4CjAWzPuwJ3oJkN",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__GhPV4dD1jH93vpnj9dryf6H5wn2dpMk6cscqrfa5j8GL9dLVWWesZwNpRx4CjAWzPuwJ3oJkN",
            "length": 2
          },
          "hash": "0x6890567c574b5f3829c663f58d40659108c60849dd69e564d86105d220eb63fd",
          "confirmations": 45,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x682d20541e47883F4D10c739e14f0A4B328835a7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3915,
          "r": "0x14e60b167d38731da15324e430fad93e8c0afb85cd97584e6c19d43909d20b03",
          "s": "0x1adfade439f02877dfec4c8cac49b7bdde1db85583cbe582918d731d855dd3a2",
          "v": 28,
          "creates": null,
          "raw": "0xf86b820f4b8501dcd650008398968094682d20541e47883f4d10c739e14f0a4b328835a78084446e88261ca014e60b167d38731da15324e430fad93e8c0afb85cd97584e6c19d43909d20b03a01adfade439f02877dfec4c8cac49b7bdde1db85583cbe582918d731d855dd3a2",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x189c1"
          },
          "logsBloom": "0x00000000000010800000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99986,
              "transactionHash": "0x6890567c574b5f3829c663f58d40659108c60849dd69e564d86105d220eb63fd",
              "address": "0x682d20541e47883F4D10c739e14f0A4B328835a7",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004d68715f5f47685056346444316a48393376706e6a3964727966364835776e3264704d6b3663736371726661356a38474c39644c56575765735a774e70527834436a41577a5075774a336f4a6b4e00000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xedbf9989672c7bef03a3442b13f85ed4e87422ca02a51022fda9ad2b77d53bf0",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x189c1"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99985,
          "blockHash": "0xfac5caf76d132cc210d24712577099439c06019b46b8d19df0cd8da1c1342564",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x02F4Fa9e893FE03ccCdF5A67AA75B4bd5a3F872c",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x7a01186acd91799fb90023695fe4bbf8239250f1084cd30dc87e8c1f71154fa7",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__DvLPzdtXnBpouXzr3RDkGveAn2GNFhgPoWKLmZHSV2AmAwdnzhp11YpbDu9PZxEFQxmnnxjTYX",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__DvLPzdtXnBpouXzr3RDkGveAn2GNFhgPoWKLmZHSV2AmAwdnzhp11YpbDu9PZxEFQxmnnxjTYX",
            "length": 2
          },
          "hash": "0x7a01186acd91799fb90023695fe4bbf8239250f1084cd30dc87e8c1f71154fa7",
          "confirmations": 46,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x02F4Fa9e893FE03ccCdF5A67AA75B4bd5a3F872c",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3914,
          "r": "0x644e8851e06bf870e3e75d20ad8c4a3591df741b20a41efaf42e542c45210f7d",
          "s": "0x6eb83342231b01599629b0a4617e0403164a1febf686ac1e812f27c56e1d20c6",
          "v": 28,
          "creates": null,
          "raw": "0xf86b820f4a8501dcd65000839896809402f4fa9e893fe03cccdf5a67aa75b4bd5a3f872c8084446e88261ca0644e8851e06bf870e3e75d20ad8c4a3591df741b20a41efaf42e542c45210f7da06eb83342231b01599629b0a4617e0403164a1febf686ac1e812f27c56e1d20c6",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x189c1"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99985,
              "transactionHash": "0x7a01186acd91799fb90023695fe4bbf8239250f1084cd30dc87e8c1f71154fa7",
              "address": "0x02F4Fa9e893FE03ccCdF5A67AA75B4bd5a3F872c",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f44764c507a6474586e42706f75587a723352446b477665416e32474e466867506f574b4c6d5a48535632416d4177646e7a68703131597062447539505a78454651786d6e6e786a545958000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xfac5caf76d132cc210d24712577099439c06019b46b8d19df0cd8da1c1342564",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x189c1"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99984,
          "blockHash": "0x3b94882628049273d40c5947bc501b3a0918c0908ed87c0c48887b3077375349",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x3abc8D972Ac4293257412009E9e690EfEDBcd15e",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x9c0f6d55b2e8f64853554ef59ed3c58be48283ad398ab47392ed023c6c3accff",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__L9ewFRkwTZhLzt5mHZWcgRjH1AE2bmtCni1ze4NeGGBWd4rebFv4tBK5zykzk4PyiEAseMWJcd",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__L9ewFRkwTZhLzt5mHZWcgRjH1AE2bmtCni1ze4NeGGBWd4rebFv4tBK5zykzk4PyiEAseMWJcd",
            "length": 2
          },
          "hash": "0x9c0f6d55b2e8f64853554ef59ed3c58be48283ad398ab47392ed023c6c3accff",
          "confirmations": 47,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x3abc8D972Ac4293257412009E9e690EfEDBcd15e",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3913,
          "r": "0x769a2b6c3330b40040369ef54064107d64372e5d2120ed15605704f89d1b5b95",
          "s": "0x45159c21ad7ee40c60f6a3602b97ab0ecea25c3ac4577354e9bc9b1d65c939a1",
          "v": 28,
          "creates": null,
          "raw": "0xf86b820f498501dcd6500083989680943abc8d972ac4293257412009e9e690efedbcd15e8084446e88261ca0769a2b6c3330b40040369ef54064107d64372e5d2120ed15605704f89d1b5b95a045159c21ad7ee40c60f6a3602b97ab0ecea25c3ac4577354e9bc9b1d65c939a1",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x189c1"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99984,
              "transactionHash": "0x9c0f6d55b2e8f64853554ef59ed3c58be48283ad398ab47392ed023c6c3accff",
              "address": "0x3abc8D972Ac4293257412009E9e690EfEDBcd15e",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4c39657746526b77545a684c7a74356d485a576367526a4831414532626d74436e69317a65344e6547474257643472656246763474424b357a796b7a6b34507969454173654d574a6364000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x3b94882628049273d40c5947bc501b3a0918c0908ed87c0c48887b3077375349",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x189c1"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99983,
          "blockHash": "0xff18823a37155d31c04269a063c5866b90cbd27ba63d7de787d68ac1fc94c9a0",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x682d20541e47883F4D10c739e14f0A4B328835a7",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004d68715f5f47685056346444316a48393376706e6a3964727966364835776e3264704d6b3663736371726661356a38474c39644c56575765735a774e70527834436a41577a5075774a336f4a6b4e00000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x6f3c0d4ebebecae3978b35252cae1071b48f6399c766565177d6755541efc1dd",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "2": "hq__GhPV4dD1jH93vpnj9dryf6H5wn2dpMk6cscqrfa5j8GL9dLVWWesZwNpRx4CjAWzPuwJ3oJkN",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "objectHash": "hq__GhPV4dD1jH93vpnj9dryf6H5wn2dpMk6cscqrfa5j8GL9dLVWWesZwNpRx4CjAWzPuwJ3oJkN",
            "length": 3
          },
          "hash": "0x6f3c0d4ebebecae3978b35252cae1071b48f6399c766565177d6755541efc1dd",
          "confirmations": 48,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x23f45"
          },
          "to": "0x682d20541e47883F4D10c739e14f0A4B328835a7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 65,
          "r": "0x299cbb883ed1790635d87ab0492b5e6316c8bb0fe2d6714cc21d75c58f41978c",
          "s": "0x7e22649e9fab9c915ef5b4bb8043de3957f3319419a678a2482b66edff58a2f9",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d418501dcd6500083023f4594682d20541e47883f4d10c739e14f0a4b328835a780b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004d68715f5f47685056346444316a48393376706e6a3964727966364835776e3264704d6b3663736371726661356a38474c39644c56575765735a774e70527834436a41577a5075774a336f4a6b4e00000000000000000000000000000000000000831d26b7a0299cbb883ed1790635d87ab0492b5e6316c8bb0fe2d6714cc21d75c58f41978ca07e22649e9fab9c915ef5b4bb8043de3957f3319419a678a2482b66edff58a2f9",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x23f45"
          },
          "logsBloom": "0x00000000000010800000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99983,
              "transactionHash": "0x6f3c0d4ebebecae3978b35252cae1071b48f6399c766565177d6755541efc1dd",
              "address": "0x682d20541e47883F4D10c739e14f0A4B328835a7",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e900000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004d68715f5f47685056346444316a48393376706e6a3964727966364835776e3264704d6b3663736371726661356a38474c39644c56575765735a774e70527834436a41577a5075774a336f4a6b4e00000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xff18823a37155d31c04269a063c5866b90cbd27ba63d7de787d68ac1fc94c9a0",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x23f45"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99982,
          "blockHash": "0x087798d5b1d0a064005093cfe441d92b2a97e82d15ad70e7d1531bef21ec1dbc",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xfBa79Ff00a86594f188556FF43f7332847419316",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xead18591c641da8d606f66ce46b9c0e1f546163de2c42537d58d06a1b0cbc3f1",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__6WeMHrA9maB1uUqKbniCiMtno5wZX14DCiNVYk14mWTkPujVEDkio3SwMPEp7E6N2asG1YjFkZ",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__6WeMHrA9maB1uUqKbniCiMtno5wZX14DCiNVYk14mWTkPujVEDkio3SwMPEp7E6N2asG1YjFkZ",
            "length": 2
          },
          "hash": "0xead18591c641da8d606f66ce46b9c0e1f546163de2c42537d58d06a1b0cbc3f1",
          "confirmations": 49,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0xfBa79Ff00a86594f188556FF43f7332847419316",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3912,
          "r": "0xd893a2a00cf3214b66f9a668616a45f133d8075cbe49fa21826d8ec1a0c8c22b",
          "s": "0x4a1744740b83887e40d1f3f162ed3b0c5bd8ccf693459348cfde873d761118e9",
          "v": 28,
          "creates": null,
          "raw": "0xf86b820f488501dcd650008398968094fba79ff00a86594f188556ff43f73328474193168084446e88261ca0d893a2a00cf3214b66f9a668616a45f133d8075cbe49fa21826d8ec1a0c8c22ba04a1744740b83887e40d1f3f162ed3b0c5bd8ccf693459348cfde873d761118e9",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x189c1"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99982,
              "transactionHash": "0xead18591c641da8d606f66ce46b9c0e1f546163de2c42537d58d06a1b0cbc3f1",
              "address": "0xfBa79Ff00a86594f188556FF43f7332847419316",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f3657654d487241396d6142317555714b626e6943694d746e6f35775a5831344443694e56596b31346d57546b50756a5645446b696f3353774d5045703745364e3261734731596a466b5a000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x087798d5b1d0a064005093cfe441d92b2a97e82d15ad70e7d1531bef21ec1dbc",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x189c1"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99981,
          "blockHash": "0xba4fa15bd90d083f3c1d4a480fe40488a0465d0e37ffce42c0cab42468c5f553",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x02F4Fa9e893FE03ccCdF5A67AA75B4bd5a3F872c",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f44764c507a6474586e42706f75587a723352446b477665416e32474e466867506f574b4c6d5a48535632416d4177646e7a68703131597062447539505a78454651786d6e6e786a545958000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xb5f77af36c14cabbcc1a929033c75aa0673c7824fbd40f2efea12fcf5922c3f7",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "2": "hq__DvLPzdtXnBpouXzr3RDkGveAn2GNFhgPoWKLmZHSV2AmAwdnzhp11YpbDu9PZxEFQxmnnxjTYX",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "objectHash": "hq__DvLPzdtXnBpouXzr3RDkGveAn2GNFhgPoWKLmZHSV2AmAwdnzhp11YpbDu9PZxEFQxmnnxjTYX",
            "length": 3
          },
          "hash": "0xb5f77af36c14cabbcc1a929033c75aa0673c7824fbd40f2efea12fcf5922c3f7",
          "confirmations": 50,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x23f85"
          },
          "to": "0x02F4Fa9e893FE03ccCdF5A67AA75B4bd5a3F872c",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 64,
          "r": "0x57bf17e42e37868d854e64cde72ce7db87604d52b70dcbf4b5bf06b659828756",
          "s": "0x07a26d89bb586b92dd31c2be2081e33557090d3ce9f55822534be5c045fdb3d5",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9010d408501dcd6500083023f859402f4fa9e893fe03cccdf5a67aa75b4bd5a3f872c80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f44764c507a6474586e42706f75587a723352446b477665416e32474e466867506f574b4c6d5a48535632416d4177646e7a68703131597062447539505a78454651786d6e6e786a545958000000000000000000000000000000000000831d26b8a057bf17e42e37868d854e64cde72ce7db87604d52b70dcbf4b5bf06b659828756a007a26d89bb586b92dd31c2be2081e33557090d3ce9f55822534be5c045fdb3d5",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x23f85"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99981,
              "transactionHash": "0xb5f77af36c14cabbcc1a929033c75aa0673c7824fbd40f2efea12fcf5922c3f7",
              "address": "0x02F4Fa9e893FE03ccCdF5A67AA75B4bd5a3F872c",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e900000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f44764c507a6474586e42706f75587a723352446b477665416e32474e466867506f574b4c6d5a48535632416d4177646e7a68703131597062447539505a78454651786d6e6e786a545958000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xba4fa15bd90d083f3c1d4a480fe40488a0465d0e37ffce42c0cab42468c5f553",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x23f85"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99980,
          "blockHash": "0x31e5d9affc451651695717bcf718ccc6205375f24c7c3306a86d035d4a2e0859",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x425d88bB87E01f269457dBcC62aC7a0533e3271a",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x7a1fee34e73013e93c8f0aadfe299bcfcf71060d928f20c3cad6f235f7e69bb0",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__JiAy3iqpRifV7Yyd7CZLprEKK3MF5qCnt7t7vAhgohpWeMUuAuGvfyLi47p8abLoECfX6yK7BF",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__JiAy3iqpRifV7Yyd7CZLprEKK3MF5qCnt7t7vAhgohpWeMUuAuGvfyLi47p8abLoECfX6yK7BF",
            "length": 2
          },
          "hash": "0x7a1fee34e73013e93c8f0aadfe299bcfcf71060d928f20c3cad6f235f7e69bb0",
          "confirmations": 51,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x425d88bB87E01f269457dBcC62aC7a0533e3271a",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3911,
          "r": "0xcb52dc243a197ccd40f87c508e2a524743532f2afe960f71ee9098932ffdcca2",
          "s": "0x5431f61cb2f6a47d7f5fda7d1dc0bfaea1c794e5910e2153b203e8ebbe1fda42",
          "v": 28,
          "creates": null,
          "raw": "0xf86b820f478501dcd650008398968094425d88bb87e01f269457dbcc62ac7a0533e3271a8084446e88261ca0cb52dc243a197ccd40f87c508e2a524743532f2afe960f71ee9098932ffdcca2a05431f61cb2f6a47d7f5fda7d1dc0bfaea1c794e5910e2153b203e8ebbe1fda42",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x189c1"
          },
          "logsBloom": "0x00000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99980,
              "transactionHash": "0x7a1fee34e73013e93c8f0aadfe299bcfcf71060d928f20c3cad6f235f7e69bb0",
              "address": "0x425d88bB87E01f269457dBcC62aC7a0533e3271a",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4a69417933697170526966563759796437435a4c7072454b4b334d463571436e74377437764168676f687057654d55754175477666794c693437703861624c6f4543665836794b374246000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x31e5d9affc451651695717bcf718ccc6205375f24c7c3306a86d035d4a2e0859",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x189c1"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99979,
          "blockHash": "0x8f6ba3e8a530b43ddd8bd645f83f5ad1be2709643316f8e87037706cbbd82426",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x3abc8D972Ac4293257412009E9e690EfEDBcd15e",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4c39657746526b77545a684c7a74356d485a576367526a4831414532626d74436e69317a65344e6547474257643472656246763474424b357a796b7a6b34507969454173654d574a6364000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x5c5c9494285df65ef24d42ba4f6a10d593cd00a4a11e32e202a0dab4410bdcf3",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "2": "hq__L9ewFRkwTZhLzt5mHZWcgRjH1AE2bmtCni1ze4NeGGBWd4rebFv4tBK5zykzk4PyiEAseMWJcd",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "objectHash": "hq__L9ewFRkwTZhLzt5mHZWcgRjH1AE2bmtCni1ze4NeGGBWd4rebFv4tBK5zykzk4PyiEAseMWJcd",
            "length": 3
          },
          "hash": "0x5c5c9494285df65ef24d42ba4f6a10d593cd00a4a11e32e202a0dab4410bdcf3",
          "confirmations": 52,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x23f85"
          },
          "to": "0x3abc8D972Ac4293257412009E9e690EfEDBcd15e",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 63,
          "r": "0xb13ac4ec3b38ec8efba6ce9f860d942e15fe27a34b76e9de7eaa20b99e856bc7",
          "s": "0x267ca656b00c34f7b09f408c5dd3fa26320302e3c4b20791f28d9538ea96a355",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9010d3f8501dcd6500083023f85943abc8d972ac4293257412009e9e690efedbcd15e80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4c39657746526b77545a684c7a74356d485a576367526a4831414532626d74436e69317a65344e6547474257643472656246763474424b357a796b7a6b34507969454173654d574a6364000000000000000000000000000000000000831d26b8a0b13ac4ec3b38ec8efba6ce9f860d942e15fe27a34b76e9de7eaa20b99e856bc7a0267ca656b00c34f7b09f408c5dd3fa26320302e3c4b20791f28d9538ea96a355",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x23f85"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99979,
              "transactionHash": "0x5c5c9494285df65ef24d42ba4f6a10d593cd00a4a11e32e202a0dab4410bdcf3",
              "address": "0x3abc8D972Ac4293257412009E9e690EfEDBcd15e",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e900000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4c39657746526b77545a684c7a74356d485a576367526a4831414532626d74436e69317a65344e6547474257643472656246763474424b357a796b7a6b34507969454173654d574a6364000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x8f6ba3e8a530b43ddd8bd645f83f5ad1be2709643316f8e87037706cbbd82426",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x23f85"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99978,
          "blockHash": "0x144d397985db462f2f9da5bac2d383db540f6da7d9b0b9d1227face381ce3fe1",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x364890aD0AD806907de2936656d9E1Df63d5Ee3B",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x5e993aad18133717d1c4fef53cb197e16a3fbffbe15648a510dd81c1c6dcd748",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__AzFLbauj6AUispeH1C7AJFbsuoBVK269zSXGSC4MGv9CtFY4uXepHK5sBEksRafuhheeChtMQW",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__AzFLbauj6AUispeH1C7AJFbsuoBVK269zSXGSC4MGv9CtFY4uXepHK5sBEksRafuhheeChtMQW",
            "length": 2
          },
          "hash": "0x5e993aad18133717d1c4fef53cb197e16a3fbffbe15648a510dd81c1c6dcd748",
          "confirmations": 53,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x364890aD0AD806907de2936656d9E1Df63d5Ee3B",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3910,
          "r": "0xa95661e6f6fd6d2f6cc2283c44c0f6cbbaf0b2101332c98153a3e3972cd07965",
          "s": "0x499105a6436fd7d8cff84042222f5720a66837f52bd24163a1c20bd55ac5462f",
          "v": 28,
          "creates": null,
          "raw": "0xf86b820f468501dcd650008398968094364890ad0ad806907de2936656d9e1df63d5ee3b8084446e88261ca0a95661e6f6fd6d2f6cc2283c44c0f6cbbaf0b2101332c98153a3e3972cd07965a0499105a6436fd7d8cff84042222f5720a66837f52bd24163a1c20bd55ac5462f",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x189c1"
          },
          "logsBloom": "0x00000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99978,
              "transactionHash": "0x5e993aad18133717d1c4fef53cb197e16a3fbffbe15648a510dd81c1c6dcd748",
              "address": "0x364890aD0AD806907de2936656d9E1Df63d5Ee3B",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f417a464c6261756a3641556973706548314337414a466273756f42564b3236397a5358475343344d477639437446593475586570484b357342456b7352616675686865654368744d5157000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x144d397985db462f2f9da5bac2d383db540f6da7d9b0b9d1227face381ce3fe1",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x189c1"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99977,
          "blockHash": "0x7f8bfd86efae93e8349590de3b678f15c9710db2c04a15f42ff350774994f553",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xfBa79Ff00a86594f188556FF43f7332847419316",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f3657654d487241396d6142317555714b626e6943694d746e6f35775a5831344443694e56596b31346d57546b50756a5645446b696f3353774d5045703745364e3261734731596a466b5a000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x55b4d7a0843860efae6f73516311017c350ee5df515d39b8d796156c9f5c5a42",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "2": "hq__6WeMHrA9maB1uUqKbniCiMtno5wZX14DCiNVYk14mWTkPujVEDkio3SwMPEp7E6N2asG1YjFkZ",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "objectHash": "hq__6WeMHrA9maB1uUqKbniCiMtno5wZX14DCiNVYk14mWTkPujVEDkio3SwMPEp7E6N2asG1YjFkZ",
            "length": 3
          },
          "hash": "0x55b4d7a0843860efae6f73516311017c350ee5df515d39b8d796156c9f5c5a42",
          "confirmations": 54,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x23f85"
          },
          "to": "0xfBa79Ff00a86594f188556FF43f7332847419316",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 62,
          "r": "0xc6a1f26fe336ca1bd84cf7062fd3fae7a184fb2b241eb935d1023908ed7987fe",
          "s": "0x7bc55d675db85bb0b5ca60b12e928cc58ae1a0488e9b5f5334b3a14319e835c5",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d3e8501dcd6500083023f8594fba79ff00a86594f188556ff43f733284741931680b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f3657654d487241396d6142317555714b626e6943694d746e6f35775a5831344443694e56596b31346d57546b50756a5645446b696f3353774d5045703745364e3261734731596a466b5a000000000000000000000000000000000000831d26b7a0c6a1f26fe336ca1bd84cf7062fd3fae7a184fb2b241eb935d1023908ed7987fea07bc55d675db85bb0b5ca60b12e928cc58ae1a0488e9b5f5334b3a14319e835c5",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x23f85"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99977,
              "transactionHash": "0x55b4d7a0843860efae6f73516311017c350ee5df515d39b8d796156c9f5c5a42",
              "address": "0xfBa79Ff00a86594f188556FF43f7332847419316",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e900000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f3657654d487241396d6142317555714b626e6943694d746e6f35775a5831344443694e56596b31346d57546b50756a5645446b696f3353774d5045703745364e3261734731596a466b5a000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x7f8bfd86efae93e8349590de3b678f15c9710db2c04a15f42ff350774994f553",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x23f85"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99976,
          "blockHash": "0xd537f11af53c6b2d16a91bfa1f4eadc9cc3ad39f03352a46266c761522fbb500",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x425d88bB87E01f269457dBcC62aC7a0533e3271a",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4a69417933697170526966563759796437435a4c7072454b4b334d463571436e74377437764168676f687057654d55754175477666794c693437703861624c6f4543665836794b374246000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xc1f6e242492d4fce18db333e1cacba37bc5b3297abea9d6b19fe84f58572bba1",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "2": "hq__JiAy3iqpRifV7Yyd7CZLprEKK3MF5qCnt7t7vAhgohpWeMUuAuGvfyLi47p8abLoECfX6yK7BF",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "objectHash": "hq__JiAy3iqpRifV7Yyd7CZLprEKK3MF5qCnt7t7vAhgohpWeMUuAuGvfyLi47p8abLoECfX6yK7BF",
            "length": 3
          },
          "hash": "0xc1f6e242492d4fce18db333e1cacba37bc5b3297abea9d6b19fe84f58572bba1",
          "confirmations": 55,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x23f85"
          },
          "to": "0x425d88bB87E01f269457dBcC62aC7a0533e3271a",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 61,
          "r": "0x00b2f306d27f8477500611f5bb195fb0678397b2c93f628f66ba073d418e1bf0",
          "s": "0x777ef32ad79b8c4fb79ca87b089ef5c80af6a08225d6e758e61cdaac956de275",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9010c3d8501dcd6500083023f8594425d88bb87e01f269457dbcc62ac7a0533e3271a80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4a69417933697170526966563759796437435a4c7072454b4b334d463571436e74377437764168676f687057654d55754175477666794c693437703861624c6f4543665836794b374246000000000000000000000000000000000000831d26b89fb2f306d27f8477500611f5bb195fb0678397b2c93f628f66ba073d418e1bf0a0777ef32ad79b8c4fb79ca87b089ef5c80af6a08225d6e758e61cdaac956de275",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x23f85"
          },
          "logsBloom": "0x00000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99976,
              "transactionHash": "0xc1f6e242492d4fce18db333e1cacba37bc5b3297abea9d6b19fe84f58572bba1",
              "address": "0x425d88bB87E01f269457dBcC62aC7a0533e3271a",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e900000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4a69417933697170526966563759796437435a4c7072454b4b334d463571436e74377437764168676f687057654d55754175477666794c693437703861624c6f4543665836794b374246000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xd537f11af53c6b2d16a91bfa1f4eadc9cc3ad39f03352a46266c761522fbb500",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x23f85"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99975,
          "blockHash": "0x28d7cf874a1c12e4d0b8161a2bb93c830970af0ee468a1d64c72e4bce7f1ba54",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x364890aD0AD806907de2936656d9E1Df63d5Ee3B",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f417a464c6261756a3641556973706548314337414a466273756f42564b3236397a5358475343344d477639437446593475586570484b357342456b7352616675686865654368744d5157000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xa9f26cb7422d070141f3f58774a8d02a2e9d61bfbe6afe1776709fc47e774bda",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "2": "hq__AzFLbauj6AUispeH1C7AJFbsuoBVK269zSXGSC4MGv9CtFY4uXepHK5sBEksRafuhheeChtMQW",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "objectHash": "hq__AzFLbauj6AUispeH1C7AJFbsuoBVK269zSXGSC4MGv9CtFY4uXepHK5sBEksRafuhheeChtMQW",
            "length": 3
          },
          "hash": "0xa9f26cb7422d070141f3f58774a8d02a2e9d61bfbe6afe1776709fc47e774bda",
          "confirmations": 56,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x23f85"
          },
          "to": "0x364890aD0AD806907de2936656d9E1Df63d5Ee3B",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 60,
          "r": "0x18194da09df05d7b70f30237c446495042146a64a1af9376b62b0607a6033eef",
          "s": "0x3ad24760a16059c601e335e83b39f9961ea269e2dabfa5cf1cd519b3cc063a52",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9010d3c8501dcd6500083023f8594364890ad0ad806907de2936656d9e1df63d5ee3b80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f417a464c6261756a3641556973706548314337414a466273756f42564b3236397a5358475343344d477639437446593475586570484b357342456b7352616675686865654368744d5157000000000000000000000000000000000000831d26b8a018194da09df05d7b70f30237c446495042146a64a1af9376b62b0607a6033eefa03ad24760a16059c601e335e83b39f9961ea269e2dabfa5cf1cd519b3cc063a52",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x23f85"
          },
          "logsBloom": "0x00000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99975,
              "transactionHash": "0xa9f26cb7422d070141f3f58774a8d02a2e9d61bfbe6afe1776709fc47e774bda",
              "address": "0x364890aD0AD806907de2936656d9E1Df63d5Ee3B",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e900000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f417a464c6261756a3641556973706548314337414a466273756f42564b3236397a5358475343344d477639437446593475586570484b357342456b7352616675686865654368744d5157000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x28d7cf874a1c12e4d0b8161a2bb93c830970af0ee468a1d64c72e4bce7f1ba54",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x23f85"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99974,
          "blockHash": "0xd53b9792546ba1f6c7648cdd8077041a122125e46a8e246882ce50731d2b5ce8",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x65c523399F60F5ffcc53dffee8ddCAE2028d9156",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x928358f41bd6816ab6c52ca2da52c8c027450b066ccc67b630689941a82f821f",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__LiDphZwC8Ycys4BfeZnQoktZLFooFCrNu2R6TxGE452puq5TZsYkMgbdDQSZLBHgcCHoVG7NC5",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__LiDphZwC8Ycys4BfeZnQoktZLFooFCrNu2R6TxGE452puq5TZsYkMgbdDQSZLBHgcCHoVG7NC5",
            "length": 2
          },
          "hash": "0x928358f41bd6816ab6c52ca2da52c8c027450b066ccc67b630689941a82f821f",
          "confirmations": 57,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x65c523399F60F5ffcc53dffee8ddCAE2028d9156",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3909,
          "r": "0x86d52d39cafaabcace42a531f2c1afc1f74cdd93007e076fb77e2a704e04110d",
          "s": "0x628b5f421b4c4586b028dac19dac729dce89812f0788d0020c776741a73b0ebd",
          "v": 27,
          "creates": null,
          "raw": "0xf86b820f458501dcd65000839896809465c523399f60f5ffcc53dffee8ddcae2028d91568084446e88261ba086d52d39cafaabcace42a531f2c1afc1f74cdd93007e076fb77e2a704e04110da0628b5f421b4c4586b028dac19dac729dce89812f0788d0020c776741a73b0ebd",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x189c1"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000100000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99974,
              "transactionHash": "0x928358f41bd6816ab6c52ca2da52c8c027450b066ccc67b630689941a82f821f",
              "address": "0x65c523399F60F5ffcc53dffee8ddCAE2028d9156",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4c694470685a77433859637973344266655a6e516f6b745a4c466f6f4643724e753252365478474534353270757135545a73596b4d6762644451535a4c4248676343486f5647374e4335000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xd53b9792546ba1f6c7648cdd8077041a122125e46a8e246882ce50731d2b5ce8",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x189c1"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99973,
          "blockHash": "0x7661213bf38915e4aa6845e332866559c5839e1f05b8930734d27c78ee549b39",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x682d20541e47883F4D10c739e14f0A4B328835a7",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xd6fef99e8d13e6d3888661f24c1165e61bde4c47794723b1fdc2aa0245c4f5a6",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0xd6fef99e8d13e6d3888661f24c1165e61bde4c47794723b1fdc2aa0245c4f5a6",
          "confirmations": 58,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5f3c"
          },
          "to": "0x682d20541e47883F4D10c739e14f0A4B328835a7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 59,
          "r": "0x330da3089eaf277d39967eca99a5a742fa0bca3dacd5eb18b12ec49171c65282",
          "s": "0x4377086f7c55d22811ff597f324d525037fe8a75fa063787962aa1cdf3cf21bd",
          "v": 1910455,
          "creates": null,
          "raw": "0xf86b3b8501dcd65000825f3c94682d20541e47883f4d10c739e14f0a4b328835a78084c287e0ed831d26b7a0330da3089eaf277d39967eca99a5a742fa0bca3dacd5eb18b12ec49171c65282a04377086f7c55d22811ff597f324d525037fe8a75fa063787962aa1cdf3cf21bd",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5f3c"
          },
          "logsBloom": "0x00000000000010800000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99973,
              "transactionHash": "0xd6fef99e8d13e6d3888661f24c1165e61bde4c47794723b1fdc2aa0245c4f5a6",
              "address": "0x682d20541e47883F4D10c739e14f0A4B328835a7",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x7661213bf38915e4aa6845e332866559c5839e1f05b8930734d27c78ee549b39",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5f3c"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99972,
          "blockHash": "0x6e597655a4ae6b275a04858cce071325ced5614526d3234214f6fba87ac1988b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x65c523399F60F5ffcc53dffee8ddCAE2028d9156",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4c694470685a77433859637973344266655a6e516f6b745a4c466f6f4643724e753252365478474534353270757135545a73596b4d6762644451535a4c4248676343486f5647374e4335000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x1ac8e3214830e3f81438fa8fbe35c20406f3f1e6b1b4078f8c07d9e3e9297dca",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "2": "hq__LiDphZwC8Ycys4BfeZnQoktZLFooFCrNu2R6TxGE452puq5TZsYkMgbdDQSZLBHgcCHoVG7NC5",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "objectHash": "hq__LiDphZwC8Ycys4BfeZnQoktZLFooFCrNu2R6TxGE452puq5TZsYkMgbdDQSZLBHgcCHoVG7NC5",
            "length": 3
          },
          "hash": "0x1ac8e3214830e3f81438fa8fbe35c20406f3f1e6b1b4078f8c07d9e3e9297dca",
          "confirmations": 59,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x23f85"
          },
          "to": "0x65c523399F60F5ffcc53dffee8ddCAE2028d9156",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 58,
          "r": "0x71a8bcd2e5f382d36977cfec3b05f436755fd88d95645f5d9a11ccf5865b2298",
          "s": "0x3dc55891b02f14c90f146d2dd1906859d70522eb0959ee0b249756af72d0bf64",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d3a8501dcd6500083023f859465c523399f60f5ffcc53dffee8ddcae2028d915680b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4c694470685a77433859637973344266655a6e516f6b745a4c466f6f4643724e753252365478474534353270757135545a73596b4d6762644451535a4c4248676343486f5647374e4335000000000000000000000000000000000000831d26b7a071a8bcd2e5f382d36977cfec3b05f436755fd88d95645f5d9a11ccf5865b2298a03dc55891b02f14c90f146d2dd1906859d70522eb0959ee0b249756af72d0bf64",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x23f85"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000800000100000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99972,
              "transactionHash": "0x1ac8e3214830e3f81438fa8fbe35c20406f3f1e6b1b4078f8c07d9e3e9297dca",
              "address": "0x65c523399F60F5ffcc53dffee8ddCAE2028d9156",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e900000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4c694470685a77433859637973344266655a6e516f6b745a4c466f6f4643724e753252365478474534353270757135545a73596b4d6762644451535a4c4248676343486f5647374e4335000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x6e597655a4ae6b275a04858cce071325ced5614526d3234214f6fba87ac1988b",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x23f85"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99971,
          "blockHash": "0xa60b2bcafd3399b8808cc4b80807ba4e67afa1bf800a589711df0b7e30dacfd4",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x02F4Fa9e893FE03ccCdF5A67AA75B4bd5a3F872c",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x2703c1baf91dd7afe091ffb68d7b1979438a4ec241dce9170fdc71c9f9296de5",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0x2703c1baf91dd7afe091ffb68d7b1979438a4ec241dce9170fdc71c9f9296de5",
          "confirmations": 60,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5f3c"
          },
          "to": "0x02F4Fa9e893FE03ccCdF5A67AA75B4bd5a3F872c",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 57,
          "r": "0xd10321a3f3407959327ab07ec7b32cef88eab9525348ccbd1d266d3f1964a95b",
          "s": "0x7036638a9bcd5a7eceee484d66ee7b69d593f0efccc795a0fd05b8456584403d",
          "v": 1910455,
          "creates": null,
          "raw": "0xf86b398501dcd65000825f3c9402f4fa9e893fe03cccdf5a67aa75b4bd5a3f872c8084c287e0ed831d26b7a0d10321a3f3407959327ab07ec7b32cef88eab9525348ccbd1d266d3f1964a95ba07036638a9bcd5a7eceee484d66ee7b69d593f0efccc795a0fd05b8456584403d",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5f3c"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000020000000000000000000000000000200000000000000000000000000000000000000000010000000000010000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99971,
              "transactionHash": "0x2703c1baf91dd7afe091ffb68d7b1979438a4ec241dce9170fdc71c9f9296de5",
              "address": "0x02F4Fa9e893FE03ccCdF5A67AA75B4bd5a3F872c",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xa60b2bcafd3399b8808cc4b80807ba4e67afa1bf800a589711df0b7e30dacfd4",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5f3c"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99970,
          "blockHash": "0xae81f51a978d8d3028087f2e22d1578c121a35c27af9bba9720a210ffc3ff36b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x65c523399F60F5ffcc53dffee8ddCAE2028d9156",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xbfe727a3282ba19e3e81aa28d597544c32ff973684d81181182f6784a9d79c8f",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0xbfe727a3282ba19e3e81aa28d597544c32ff973684d81181182f6784a9d79c8f",
          "confirmations": 61,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5f3c"
          },
          "to": "0x65c523399F60F5ffcc53dffee8ddCAE2028d9156",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 56,
          "r": "0xfa9e742efd018268a136ac70fd6299004983f3fca26461daee8c10b72c915075",
          "s": "0x48abd06bf68007979d31bb536f9aba5453126a7344a9c73519c98415546c4489",
          "v": 1910456,
          "creates": null,
          "raw": "0xf86b388501dcd65000825f3c9465c523399f60f5ffcc53dffee8ddcae2028d91568084c287e0ed831d26b8a0fa9e742efd018268a136ac70fd6299004983f3fca26461daee8c10b72c915075a048abd06bf68007979d31bb536f9aba5453126a7344a9c73519c98415546c4489",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5f3c"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99970,
              "transactionHash": "0xbfe727a3282ba19e3e81aa28d597544c32ff973684d81181182f6784a9d79c8f",
              "address": "0x65c523399F60F5ffcc53dffee8ddCAE2028d9156",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xae81f51a978d8d3028087f2e22d1578c121a35c27af9bba9720a210ffc3ff36b",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5f3c"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99969,
          "blockHash": "0x4140205e0d63c9a2f30f8cf888632dcc98cccad6e521ada3cab53ff6805348c8",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x43bd32B8000Ed2f81a7CF05Ad2C176B3F9480E2f",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034643233353435343537363035623534393531323534653265663038303964366438373638303932353462383738303863616362313038303531636263373166623739626332353938383361613433636465643462313837336533353336313939376237306538666531633966343461613330653837646133393437313964363100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0x2d4270033491bf3649e14f5bb125a5b2160d63170192e021770d2b3702f124c6",
          "logIndex": 0,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x05"
            },
            "1": 0,
            "2": "hq__L69SfT3rm5DwnoRs2YX126RQxF2Q6rryooJEFV8MsG8SphxxUDy5TeVFGK3629ygrjWXmpg6Xg",
            "3": "0x04d23545457605b54951254e2ef0809d6d876809254b87808cacb108051cbc71fb79bc259883aa43cded4b1873e35361997b70e8fe1c9f44aa30e87da394719d61",
            "4": "",
            "requestID": {
              "_hex": "0x05"
            },
            "level": 0,
            "contentHash": "hq__L69SfT3rm5DwnoRs2YX126RQxF2Q6rryooJEFV8MsG8SphxxUDy5TeVFGK3629ygrjWXmpg6Xg",
            "pkeRequestor": "0x04d23545457605b54951254e2ef0809d6d876809254b87808cacb108051cbc71fb79bc259883aa43cded4b1873e35361997b70e8fe1c9f44aa30e87da394719d61",
            "pkeAFGH": "",
            "length": 5
          },
          "contract": "BaseContent",
          "hash": "0x2d4270033491bf3649e14f5bb125a5b2160d63170192e021770d2b3702f124c6",
          "confirmations": 62,
          "from": "0x95d9593d8e0d9eE996174075D38a61B6353b4ff8",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x155b6"
          },
          "to": "0x43bd32B8000Ed2f81a7CF05Ad2C176B3F9480E2f",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3674,
          "r": "0xd4fafc8f55b2af5ea835e14ba83aacab3642d45e45a13854368dbc9b32956f76",
          "s": "0x17472273d5130c25179d7b96aec37c438fc19d4152888b1850f8177935fac6fd",
          "v": 1910455,
          "creates": null,
          "raw": "0xf90230820e5a8501dcd65000830155b69443bd32b8000ed2f81a7cf05ad2c176b3f9480e2f80b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034643233353435343537363035623534393531323534653265663038303964366438373638303932353462383738303863616362313038303531636263373166623739626332353938383361613433636465643462313837336533353336313939376237306538666531633966343461613330653837646133393437313964363100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b7a0d4fafc8f55b2af5ea835e14ba83aacab3642d45e45a13854368dbc9b32956f76a017472273d5130c25179d7b96aec37c438fc19d4152888b1850f8177935fac6fd",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x155b6"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99969,
              "transactionHash": "0x2d4270033491bf3649e14f5bb125a5b2160d63170192e021770d2b3702f124c6",
              "address": "0x43bd32B8000Ed2f81a7CF05Ad2C176B3F9480E2f",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000005000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f4c363953665433726d3544776e6f5273325958313236525178463251367272796f6f4a454656384d73473853706878785544793554655646474b333632397967726a57586d70673658670000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830346432333534353435373630356235343935313235346532656630383039643664383736383039323534623837383038636163623130383035316362633731666237396263323539383833616134336364656434623138373365333533363139393762373065386665316339663434616133306538376461333934373139643631000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x4140205e0d63c9a2f30f8cf888632dcc98cccad6e521ada3cab53ff6805348c8",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x155b6"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99968,
          "blockHash": "0x6708257446da5beb95d4e4703172bbcbb3e7e181493f173757d49a9e4aa7883d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2E3590ECF1b621AAa0CeA1eA7B36f4400cfd6305",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x23707de1096964027cb57986f58b0ca8113135b07115bce8424a4cbbfec9cfe6",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__JnvPC8XLFfgJQXCUTU1V4jDFY4jqNSzvNJCfceAdpNxXxpNVdZoG45cLSohERnk4dwWm5izUk4",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__JnvPC8XLFfgJQXCUTU1V4jDFY4jqNSzvNJCfceAdpNxXxpNVdZoG45cLSohERnk4dwWm5izUk4",
            "length": 2
          },
          "hash": "0x23707de1096964027cb57986f58b0ca8113135b07115bce8424a4cbbfec9cfe6",
          "confirmations": 63,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x2E3590ECF1b621AAa0CeA1eA7B36f4400cfd6305",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3908,
          "r": "0xe21c5aebd7514716051731b00d18444d5039cc04386980043213c71ac64936fc",
          "s": "0x0a788a9eaa3428b46eb51c317899e93d50dff4f963a87fc39e75c02f42ea6405",
          "v": 27,
          "creates": null,
          "raw": "0xf86b820f448501dcd6500083989680942e3590ecf1b621aaa0cea1ea7b36f4400cfd63058084446e88261ba0e21c5aebd7514716051731b00d18444d5039cc04386980043213c71ac64936fca00a788a9eaa3428b46eb51c317899e93d50dff4f963a87fc39e75c02f42ea6405",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x189c1"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99968,
              "transactionHash": "0x23707de1096964027cb57986f58b0ca8113135b07115bce8424a4cbbfec9cfe6",
              "address": "0x2E3590ECF1b621AAa0CeA1eA7B36f4400cfd6305",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4a6e76504338584c4666674a5158435554553156346a444659346a714e537a764e4a436663654164704e785878704e56645a6f473435634c536f6845526e6b346477576d35697a556b34000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x6708257446da5beb95d4e4703172bbcbb3e7e181493f173757d49a9e4aa7883d",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x189c1"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99967,
          "blockHash": "0x067d37034e445e7cb7ccd9e7a2e9d2c6215a7ec0c2b83fdf397c22bd97ff663c",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x3abc8D972Ac4293257412009E9e690EfEDBcd15e",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xb48ba46d3c04b394ca17b7ea585961209241f05d76b3e4d86f53686ca8b803f7",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0xb48ba46d3c04b394ca17b7ea585961209241f05d76b3e4d86f53686ca8b803f7",
          "confirmations": 64,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5f3c"
          },
          "to": "0x3abc8D972Ac4293257412009E9e690EfEDBcd15e",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 55,
          "r": "0xea0d231588792d5a69def8c6cf6623b913988c592e15ce3d811c8147e38b3a74",
          "s": "0x01502e132dc6f4a3c182db931a7a03f34b0e5f12860d6d6a08d3679b119beaf6",
          "v": 1910455,
          "creates": null,
          "raw": "0xf86b378501dcd65000825f3c943abc8d972ac4293257412009e9e690efedbcd15e8084c287e0ed831d26b7a0ea0d231588792d5a69def8c6cf6623b913988c592e15ce3d811c8147e38b3a74a001502e132dc6f4a3c182db931a7a03f34b0e5f12860d6d6a08d3679b119beaf6",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5f3c"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000001000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99967,
              "transactionHash": "0xb48ba46d3c04b394ca17b7ea585961209241f05d76b3e4d86f53686ca8b803f7",
              "address": "0x3abc8D972Ac4293257412009E9e690EfEDBcd15e",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x067d37034e445e7cb7ccd9e7a2e9d2c6215a7ec0c2b83fdf397c22bd97ff663c",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5f3c"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99966,
          "blockHash": "0xc0e93800d30aea96a0f9aa142a082a217bbb172e84a6b19921e4e78f8d47929e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2E3590ECF1b621AAa0CeA1eA7B36f4400cfd6305",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4a6e76504338584c4666674a5158435554553156346a444659346a714e537a764e4a436663654164704e785878704e56645a6f473435634c536f6845526e6b346477576d35697a556b34000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x27fc322ead415b86842a4118f31efd43333054a4dde2c886028a833ba1754117",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "2": "hq__JnvPC8XLFfgJQXCUTU1V4jDFY4jqNSzvNJCfceAdpNxXxpNVdZoG45cLSohERnk4dwWm5izUk4",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "objectHash": "hq__JnvPC8XLFfgJQXCUTU1V4jDFY4jqNSzvNJCfceAdpNxXxpNVdZoG45cLSohERnk4dwWm5izUk4",
            "length": 3
          },
          "hash": "0x27fc322ead415b86842a4118f31efd43333054a4dde2c886028a833ba1754117",
          "confirmations": 65,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x23f85"
          },
          "to": "0x2E3590ECF1b621AAa0CeA1eA7B36f4400cfd6305",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 54,
          "r": "0x8cbe86f0b109ff98a255d079c70e3353c15d62be4f3c1f2190a3f96058552ce4",
          "s": "0x257356376a4887488cc83b483646478865722d724b0bee52376d92b54ab7e4fc",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d368501dcd6500083023f85942e3590ecf1b621aaa0cea1ea7b36f4400cfd630580b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4a6e76504338584c4666674a5158435554553156346a444659346a714e537a764e4a436663654164704e785878704e56645a6f473435634c536f6845526e6b346477576d35697a556b34000000000000000000000000000000000000831d26b7a08cbe86f0b109ff98a255d079c70e3353c15d62be4f3c1f2190a3f96058552ce4a0257356376a4887488cc83b483646478865722d724b0bee52376d92b54ab7e4fc",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x23f85"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99966,
              "transactionHash": "0x27fc322ead415b86842a4118f31efd43333054a4dde2c886028a833ba1754117",
              "address": "0x2E3590ECF1b621AAa0CeA1eA7B36f4400cfd6305",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e900000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4a6e76504338584c4666674a5158435554553156346a444659346a714e537a764e4a436663654164704e785878704e56645a6f473435634c536f6845526e6b346477576d35697a556b34000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xc0e93800d30aea96a0f9aa142a082a217bbb172e84a6b19921e4e78f8d47929e",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x23f85"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99965,
          "blockHash": "0x62def36e38ae8faefe6dd347a10b52b3627215514ea61eac61e8899dfc026e82",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF0055D45e4397968723e5C1456ca9acaB3f535c7",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x8155de8c1ff4f86487910f16480558df67c4988de3c35e7b66252e2b47c4e3eb",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__3mXcJRjH2WuV1h7695B9mJZd2pRddSEKKaNvgURxWbYvgk2QqwEDVHUqVMV1AT71PrfWZUbJYW",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__3mXcJRjH2WuV1h7695B9mJZd2pRddSEKKaNvgURxWbYvgk2QqwEDVHUqVMV1AT71PrfWZUbJYW",
            "length": 2
          },
          "hash": "0x8155de8c1ff4f86487910f16480558df67c4988de3c35e7b66252e2b47c4e3eb",
          "confirmations": 66,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0xF0055D45e4397968723e5C1456ca9acaB3f535c7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3907,
          "r": "0x1b4b9a9b2aa74b1d60d8e191e3208b33ce8789cd116d0ca3c531c4969c654302",
          "s": "0x3bd665bf3cb47381b6d6264ebb5b6ee5961084edde498c79b4a879ba9484da82",
          "v": 28,
          "creates": null,
          "raw": "0xf86b820f438501dcd650008398968094f0055d45e4397968723e5c1456ca9acab3f535c78084446e88261ca01b4b9a9b2aa74b1d60d8e191e3208b33ce8789cd116d0ca3c531c4969c654302a03bd665bf3cb47381b6d6264ebb5b6ee5961084edde498c79b4a879ba9484da82",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x189c1"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000200000000000000000000200000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99965,
              "transactionHash": "0x8155de8c1ff4f86487910f16480558df67c4988de3c35e7b66252e2b47c4e3eb",
              "address": "0xF0055D45e4397968723e5C1456ca9acaB3f535c7",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f336d58634a526a483257755631683736393542396d4a5a64327052646453454b4b614e766755527857625976676b32517177454456485571564d563141543731507266575a55624a5957000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x62def36e38ae8faefe6dd347a10b52b3627215514ea61eac61e8899dfc026e82",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x189c1"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99964,
          "blockHash": "0x844f474a373214af3afd5cfebe3e33bcddc86f770561dcc485de5cb83321de1a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xfBa79Ff00a86594f188556FF43f7332847419316",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x884e04791209a5392fcaf638de73f024739f4132282a7b8ac57c8b0b42cc3d5e",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0x884e04791209a5392fcaf638de73f024739f4132282a7b8ac57c8b0b42cc3d5e",
          "confirmations": 67,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5f3c"
          },
          "to": "0xfBa79Ff00a86594f188556FF43f7332847419316",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 53,
          "r": "0xb4c8484f9f70b2619fff49ae5f3d94e1503d53493c676f7e72b23216dd5d7b39",
          "s": "0x725e37b66aa3bb9a9c1ecde2781a0e9be6e436990bbd93fdd08261a228e47f04",
          "v": 1910455,
          "creates": null,
          "raw": "0xf86b358501dcd65000825f3c94fba79ff00a86594f188556ff43f73328474193168084c287e0ed831d26b7a0b4c8484f9f70b2619fff49ae5f3d94e1503d53493c676f7e72b23216dd5d7b39a0725e37b66aa3bb9a9c1ecde2781a0e9be6e436990bbd93fdd08261a228e47f04",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5f3c"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000200000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99964,
              "transactionHash": "0x884e04791209a5392fcaf638de73f024739f4132282a7b8ac57c8b0b42cc3d5e",
              "address": "0xfBa79Ff00a86594f188556FF43f7332847419316",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x844f474a373214af3afd5cfebe3e33bcddc86f770561dcc485de5cb83321de1a",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5f3c"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99963,
          "blockHash": "0x0c917b86456d281633175424f015f3a6e2e3d06717544841ce0abf5c6a61aef3",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2E3590ECF1b621AAa0CeA1eA7B36f4400cfd6305",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x78fc83fda85f2bdd32dcb46097f5e7fefef8954a274b40a6fb87a613e9e8031e",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0x78fc83fda85f2bdd32dcb46097f5e7fefef8954a274b40a6fb87a613e9e8031e",
          "confirmations": 68,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5f3c"
          },
          "to": "0x2E3590ECF1b621AAa0CeA1eA7B36f4400cfd6305",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 52,
          "r": "0xb557d3725db3fc7c3796f65a9ed66899588f5c287989da654c06bac7b78a7b5f",
          "s": "0x23a5335935379f82c5fcf369846d631decadaccd4cd73645c2d1e78f951695e7",
          "v": 1910456,
          "creates": null,
          "raw": "0xf86b348501dcd65000825f3c942e3590ecf1b621aaa0cea1ea7b36f4400cfd63058084c287e0ed831d26b8a0b557d3725db3fc7c3796f65a9ed66899588f5c287989da654c06bac7b78a7b5fa023a5335935379f82c5fcf369846d631decadaccd4cd73645c2d1e78f951695e7",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5f3c"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000100000004000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99963,
              "transactionHash": "0x78fc83fda85f2bdd32dcb46097f5e7fefef8954a274b40a6fb87a613e9e8031e",
              "address": "0x2E3590ECF1b621AAa0CeA1eA7B36f4400cfd6305",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x0c917b86456d281633175424f015f3a6e2e3d06717544841ce0abf5c6a61aef3",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5f3c"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99962,
          "blockHash": "0x55c0b39d122df2caa398fa9a16bc592277de2d118530de8b283589ff56a2336d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF0055D45e4397968723e5C1456ca9acaB3f535c7",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f336d58634a526a483257755631683736393542396d4a5a64327052646453454b4b614e766755527857625976676b32517177454456485571564d563141543731507266575a55624a5957000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xe80d2c54ee5f6f708a3e28df76a5b3deab3ad213a0cb1ff7f3900945b155d402",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "2": "hq__3mXcJRjH2WuV1h7695B9mJZd2pRddSEKKaNvgURxWbYvgk2QqwEDVHUqVMV1AT71PrfWZUbJYW",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "objectHash": "hq__3mXcJRjH2WuV1h7695B9mJZd2pRddSEKKaNvgURxWbYvgk2QqwEDVHUqVMV1AT71PrfWZUbJYW",
            "length": 3
          },
          "hash": "0xe80d2c54ee5f6f708a3e28df76a5b3deab3ad213a0cb1ff7f3900945b155d402",
          "confirmations": 69,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x23f85"
          },
          "to": "0xF0055D45e4397968723e5C1456ca9acaB3f535c7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 51,
          "r": "0x56387bc6218c8a0dc9fcfc34394c7ad1332cddf31257cb816e315629255d82a4",
          "s": "0x2cb4310b2933ba3b5ef9adaddfbeda786f9c9c83089888b77036b90fde3db123",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d338501dcd6500083023f8594f0055d45e4397968723e5c1456ca9acab3f535c780b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f336d58634a526a483257755631683736393542396d4a5a64327052646453454b4b614e766755527857625976676b32517177454456485571564d563141543731507266575a55624a5957000000000000000000000000000000000000831d26b7a056387bc6218c8a0dc9fcfc34394c7ad1332cddf31257cb816e315629255d82a4a02cb4310b2933ba3b5ef9adaddfbeda786f9c9c83089888b77036b90fde3db123",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x23f85"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000200000000000000000000200000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99962,
              "transactionHash": "0xe80d2c54ee5f6f708a3e28df76a5b3deab3ad213a0cb1ff7f3900945b155d402",
              "address": "0xF0055D45e4397968723e5C1456ca9acaB3f535c7",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e900000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f336d58634a526a483257755631683736393542396d4a5a64327052646453454b4b614e766755527857625976676b32517177454456485571564d563141543731507266575a55624a5957000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x55c0b39d122df2caa398fa9a16bc592277de2d118530de8b283589ff56a2336d",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x23f85"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99961,
          "blockHash": "0x1e66a31280afa002b0dd25fb88215a020ab258350d0b3a8c46bc4c254c49fe64",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x425d88bB87E01f269457dBcC62aC7a0533e3271a",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xa8266faa3dab4edc7dc65f4f1da69755795e893c8bb9b65844c7d99c90b8a604",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0xa8266faa3dab4edc7dc65f4f1da69755795e893c8bb9b65844c7d99c90b8a604",
          "confirmations": 70,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5f3c"
          },
          "to": "0x425d88bB87E01f269457dBcC62aC7a0533e3271a",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 50,
          "r": "0x584b0335adaf11e8107fce647e38365dd4a4b5c5399e7d7ea8156c0a079a1bd7",
          "s": "0x5151eccb0bda4e2b13f3410ba8c25a00267fe252acf954b9f1d258dfe68bb0ee",
          "v": 1910456,
          "creates": null,
          "raw": "0xf86b328501dcd65000825f3c94425d88bb87e01f269457dbcc62ac7a0533e3271a8084c287e0ed831d26b8a0584b0335adaf11e8107fce647e38365dd4a4b5c5399e7d7ea8156c0a079a1bd7a05151eccb0bda4e2b13f3410ba8c25a00267fe252acf954b9f1d258dfe68bb0ee",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5f3c"
          },
          "logsBloom": "0x00000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000100000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99961,
              "transactionHash": "0xa8266faa3dab4edc7dc65f4f1da69755795e893c8bb9b65844c7d99c90b8a604",
              "address": "0x425d88bB87E01f269457dBcC62aC7a0533e3271a",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x1e66a31280afa002b0dd25fb88215a020ab258350d0b3a8c46bc4c254c49fe64",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5f3c"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99960,
          "blockHash": "0xed30ba750a74286cdd449cfbeb18263311326bc4f3b20b80e6664ba14d22a98e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xFbA57AFB42d63e7B09F783fA6E0604239d7Bd779",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x14881389e631136022484073bbaf083d940eaaed08ef03cee026096d7de33ad7",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__79G2gQsnaAm9tSBqmThtRVZYamnSJwhKgAK7ikw9EjjSJF8c4z7QCrnhpggMrxM48UvFc3nxtg",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__79G2gQsnaAm9tSBqmThtRVZYamnSJwhKgAK7ikw9EjjSJF8c4z7QCrnhpggMrxM48UvFc3nxtg",
            "length": 2
          },
          "hash": "0x14881389e631136022484073bbaf083d940eaaed08ef03cee026096d7de33ad7",
          "confirmations": 71,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0xFbA57AFB42d63e7B09F783fA6E0604239d7Bd779",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3906,
          "r": "0xf9ba544742cae23989245772803dd0f758b059c1f8f909f09b78a94d3ca0f1e2",
          "s": "0x69aab0f519c1bebe7674ffd72342f2ce83df5be06d1cce69421921b7c216ae14",
          "v": 28,
          "creates": null,
          "raw": "0xf86b820f428501dcd650008398968094fba57afb42d63e7b09f783fa6e0604239d7bd7798084446e88261ca0f9ba544742cae23989245772803dd0f758b059c1f8f909f09b78a94d3ca0f1e2a069aab0f519c1bebe7674ffd72342f2ce83df5be06d1cce69421921b7c216ae14",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x189c1"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000002000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99960,
              "transactionHash": "0x14881389e631136022484073bbaf083d940eaaed08ef03cee026096d7de33ad7",
              "address": "0xFbA57AFB42d63e7B09F783fA6E0604239d7Bd779",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f373947326751736e61416d39745342716d54687452565a59616d6e534a77684b67414b37696b7739456a6a534a463863347a375143726e687067674d72784d343855764663336e787467000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xed30ba750a74286cdd449cfbeb18263311326bc4f3b20b80e6664ba14d22a98e",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x189c1"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99959,
          "blockHash": "0x9b041d3cae4d1d071cfb8f913250daeb6235637e20e3e809d3941f9b0df1c427",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF0055D45e4397968723e5C1456ca9acaB3f535c7",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xa03ed9e91d07794913ae5688ae4658e320b36d9044a7e17b08826ec1dac73c34",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0xa03ed9e91d07794913ae5688ae4658e320b36d9044a7e17b08826ec1dac73c34",
          "confirmations": 72,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5f3c"
          },
          "to": "0xF0055D45e4397968723e5C1456ca9acaB3f535c7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 49,
          "r": "0x54114dd7e73889941d79815721c559f6b9d77a52c9728170e950a3dccac6dcf4",
          "s": "0x3043fa8ae0292e5974fa7bd9b4059df74091d35653a2ca7d7e21b98a3b5a295a",
          "v": 1910455,
          "creates": null,
          "raw": "0xf86b318501dcd65000825f3c94f0055d45e4397968723e5c1456ca9acab3f535c78084c287e0ed831d26b7a054114dd7e73889941d79815721c559f6b9d77a52c9728170e950a3dccac6dcf4a03043fa8ae0292e5974fa7bd9b4059df74091d35653a2ca7d7e21b98a3b5a295a",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5f3c"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000200000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99959,
              "transactionHash": "0xa03ed9e91d07794913ae5688ae4658e320b36d9044a7e17b08826ec1dac73c34",
              "address": "0xF0055D45e4397968723e5C1456ca9acaB3f535c7",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x9b041d3cae4d1d071cfb8f913250daeb6235637e20e3e809d3941f9b0df1c427",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5f3c"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99958,
          "blockHash": "0xe782170eabdade80113ec52a690647c47749e1f2ce5e394869ac3c7d2eb491be",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xFbA57AFB42d63e7B09F783fA6E0604239d7Bd779",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f373947326751736e61416d39745342716d54687452565a59616d6e534a77684b67414b37696b7739456a6a534a463863347a375143726e687067674d72784d343855764663336e787467000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x9e80ce04071037728edb924a221c909c515514bf8ad88a04265663fae9476344",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "2": "hq__79G2gQsnaAm9tSBqmThtRVZYamnSJwhKgAK7ikw9EjjSJF8c4z7QCrnhpggMrxM48UvFc3nxtg",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "objectHash": "hq__79G2gQsnaAm9tSBqmThtRVZYamnSJwhKgAK7ikw9EjjSJF8c4z7QCrnhpggMrxM48UvFc3nxtg",
            "length": 3
          },
          "hash": "0x9e80ce04071037728edb924a221c909c515514bf8ad88a04265663fae9476344",
          "confirmations": 73,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x23f85"
          },
          "to": "0xFbA57AFB42d63e7B09F783fA6E0604239d7Bd779",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 48,
          "r": "0x275e234bd80bb082ba3f355d3c9dd5881f8c594f6f08c307e11e39776bbf9364",
          "s": "0x32e3120ad5c08edc255ad3f0916ef82c0222acb4b8091cffed08105821555228",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d308501dcd6500083023f8594fba57afb42d63e7b09f783fa6e0604239d7bd77980b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f373947326751736e61416d39745342716d54687452565a59616d6e534a77684b67414b37696b7739456a6a534a463863347a375143726e687067674d72784d343855764663336e787467000000000000000000000000000000000000831d26b7a0275e234bd80bb082ba3f355d3c9dd5881f8c594f6f08c307e11e39776bbf9364a032e3120ad5c08edc255ad3f0916ef82c0222acb4b8091cffed08105821555228",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x23f85"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000002000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99958,
              "transactionHash": "0x9e80ce04071037728edb924a221c909c515514bf8ad88a04265663fae9476344",
              "address": "0xFbA57AFB42d63e7B09F783fA6E0604239d7Bd779",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e900000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f373947326751736e61416d39745342716d54687452565a59616d6e534a77684b67414b37696b7739456a6a534a463863347a375143726e687067674d72784d343855764663336e787467000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xe782170eabdade80113ec52a690647c47749e1f2ce5e394869ac3c7d2eb491be",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x23f85"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99957,
          "blockHash": "0xd9a1bad0a28826309c3a5ac3d910ac7636768007f26ecd15667bd2b025c1e229",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x364890aD0AD806907de2936656d9E1Df63d5Ee3B",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xa587c5585d5bef556c76da937e79c4d1df0480706aeab3634f9ee6eb9ef3a827",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0xa587c5585d5bef556c76da937e79c4d1df0480706aeab3634f9ee6eb9ef3a827",
          "confirmations": 74,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5f3c"
          },
          "to": "0x364890aD0AD806907de2936656d9E1Df63d5Ee3B",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 47,
          "r": "0x4060f8e3f1e07b224c0f35c294729f9cee54ccefd0db59b9b0370bc49fd3742a",
          "s": "0x6df0c94b1f2ee363bbdb1ed935e573c68ec5e12d6343cc9fd095455f99748441",
          "v": 1910456,
          "creates": null,
          "raw": "0xf86b2f8501dcd65000825f3c94364890ad0ad806907de2936656d9e1df63d5ee3b8084c287e0ed831d26b8a04060f8e3f1e07b224c0f35c294729f9cee54ccefd0db59b9b0370bc49fd3742aa06df0c94b1f2ee363bbdb1ed935e573c68ec5e12d6343cc9fd095455f99748441",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5f3c"
          },
          "logsBloom": "0x00000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99957,
              "transactionHash": "0xa587c5585d5bef556c76da937e79c4d1df0480706aeab3634f9ee6eb9ef3a827",
              "address": "0x364890aD0AD806907de2936656d9E1Df63d5Ee3B",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xd9a1bad0a28826309c3a5ac3d910ac7636768007f26ecd15667bd2b025c1e229",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5f3c"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99956,
          "blockHash": "0xec65a76d3967f8ed81c9e7808e52059c46f67e61867afc73156d2415a1c38511",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xFbA57AFB42d63e7B09F783fA6E0604239d7Bd779",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xbabd066d734aae65cf9887693f0417202a10fbbf5b33874c842c84885cff1661",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0xbabd066d734aae65cf9887693f0417202a10fbbf5b33874c842c84885cff1661",
          "confirmations": 75,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5f3c"
          },
          "to": "0xFbA57AFB42d63e7B09F783fA6E0604239d7Bd779",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 46,
          "r": "0x47f697799ae87df49717f9d6c549d1e41be814fa9a3461dd491c539b449d564f",
          "s": "0x19b0efd25868d4f96d4d23296267df1003e694b1493e1e830bab9d86bf513def",
          "v": 1910455,
          "creates": null,
          "raw": "0xf86b2e8501dcd65000825f3c94fba57afb42d63e7b09f783fa6e0604239d7bd7798084c287e0ed831d26b7a047f697799ae87df49717f9d6c549d1e41be814fa9a3461dd491c539b449d564fa019b0efd25868d4f96d4d23296267df1003e694b1493e1e830bab9d86bf513def",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5f3c"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000200000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99956,
              "transactionHash": "0xbabd066d734aae65cf9887693f0417202a10fbbf5b33874c842c84885cff1661",
              "address": "0xFbA57AFB42d63e7B09F783fA6E0604239d7Bd779",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xec65a76d3967f8ed81c9e7808e52059c46f67e61867afc73156d2415a1c38511",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5f3c"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99955,
          "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x682d20541e47883F4D10c739e14f0A4B328835a7",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x682d20541e47883F4D10c739e14f0A4B328835a7",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary",
          "hash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
          "confirmations": 76,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 45,
          "r": "0xa73484479839dcbc4cf513c1a792a9645a105cd1b988f8d1ff3e2f8d2bf19575",
          "s": "0x5d237f9a7a7aef6d6b2af0c63501dbb858205e246425cb376d6f32f36ccba961",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c2d8501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0a73484479839dcbc4cf513c1a792a9645a105cd1b988f8d1ff3e2f8d2bf19575a05d237f9a7a7aef6d6b2af0c63501dbb858205e246425cb376d6f32f36ccba961",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004001080000000000000000000000000000000000000000000000002000008080804000000000000100000000000008400000000800000000000000004080000000000000000040000000000000000000000000000000000000000000000000000000300000020000000000040000000000001000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99955,
              "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
              "address": "0x682d20541e47883F4D10c739e14f0A4B328835a7",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99955,
              "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
              "address": "0x682d20541e47883F4D10c739e14f0A4B328835a7",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99955,
              "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99955,
              "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000682d20541e47883f4d10c739e14f0a4b328835a700000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99955,
              "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000682d20541e47883f4d10c739e14f0a4b328835a7",
              "logIndex": 4,
              "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99955,
              "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000682d20541e47883f4d10c739e14f0a4b328835a700000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99955,
          "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x682d20541e47883F4D10c739e14f0A4B328835a7",
            "contentAddress": "0x682d20541e47883F4D10c739e14f0A4B328835a7",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
          "confirmations": 76,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 45,
          "r": "0xa73484479839dcbc4cf513c1a792a9645a105cd1b988f8d1ff3e2f8d2bf19575",
          "s": "0x5d237f9a7a7aef6d6b2af0c63501dbb858205e246425cb376d6f32f36ccba961",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c2d8501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0a73484479839dcbc4cf513c1a792a9645a105cd1b988f8d1ff3e2f8d2bf19575a05d237f9a7a7aef6d6b2af0c63501dbb858205e246425cb376d6f32f36ccba961",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004001080000000000000000000000000000000000000000000000002000008080804000000000000100000000000008400000000800000000000000004080000000000000000040000000000000000000000000000000000000000000000000000000300000020000000000040000000000001000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99955,
              "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
              "address": "0x682d20541e47883F4D10c739e14f0A4B328835a7",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99955,
              "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
              "address": "0x682d20541e47883F4D10c739e14f0A4B328835a7",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99955,
              "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99955,
              "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000682d20541e47883f4d10c739e14f0a4b328835a700000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99955,
              "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000682d20541e47883f4d10c739e14f0a4b328835a7",
              "logIndex": 4,
              "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99955,
              "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000682d20541e47883f4d10c739e14f0a4b328835a700000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99955,
          "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "1": "0x682d20541e47883F4D10c739e14f0A4B328835a7",
            "2": 200,
            "principal": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "entity": "0x682d20541e47883F4D10c739e14f0A4B328835a7",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
          "confirmations": 76,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 45,
          "r": "0xa73484479839dcbc4cf513c1a792a9645a105cd1b988f8d1ff3e2f8d2bf19575",
          "s": "0x5d237f9a7a7aef6d6b2af0c63501dbb858205e246425cb376d6f32f36ccba961",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c2d8501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0a73484479839dcbc4cf513c1a792a9645a105cd1b988f8d1ff3e2f8d2bf19575a05d237f9a7a7aef6d6b2af0c63501dbb858205e246425cb376d6f32f36ccba961",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004001080000000000000000000000000000000000000000000000002000008080804000000000000100000000000008400000000800000000000000004080000000000000000040000000000000000000000000000000000000000000000000000000300000020000000000040000000000001000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99955,
              "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
              "address": "0x682d20541e47883F4D10c739e14f0A4B328835a7",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99955,
              "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
              "address": "0x682d20541e47883F4D10c739e14f0A4B328835a7",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99955,
              "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99955,
              "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000682d20541e47883f4d10c739e14f0a4b328835a700000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99955,
              "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000682d20541e47883f4d10c739e14f0a4b328835a7",
              "logIndex": 4,
              "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99955,
              "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000682d20541e47883f4d10c739e14f0a4b328835a700000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99955,
          "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "walletAddress": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
          "confirmations": 76,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 45,
          "r": "0xa73484479839dcbc4cf513c1a792a9645a105cd1b988f8d1ff3e2f8d2bf19575",
          "s": "0x5d237f9a7a7aef6d6b2af0c63501dbb858205e246425cb376d6f32f36ccba961",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c2d8501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0a73484479839dcbc4cf513c1a792a9645a105cd1b988f8d1ff3e2f8d2bf19575a05d237f9a7a7aef6d6b2af0c63501dbb858205e246425cb376d6f32f36ccba961",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004001080000000000000000000000000000000000000000000000002000008080804000000000000100000000000008400000000800000000000000004080000000000000000040000000000000000000000000000000000000000000000000000000300000020000000000040000000000001000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99955,
              "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
              "address": "0x682d20541e47883F4D10c739e14f0A4B328835a7",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99955,
              "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
              "address": "0x682d20541e47883F4D10c739e14f0A4B328835a7",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99955,
              "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99955,
              "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000682d20541e47883f4d10c739e14f0a4b328835a700000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99955,
              "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000682d20541e47883f4d10c739e14f0a4b328835a7",
              "logIndex": 4,
              "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99955,
              "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000682d20541e47883f4d10c739e14f0a4b328835a700000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99955,
          "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x682d20541e47883F4D10c739e14f0A4B328835a7",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
          "confirmations": 76,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 45,
          "r": "0xa73484479839dcbc4cf513c1a792a9645a105cd1b988f8d1ff3e2f8d2bf19575",
          "s": "0x5d237f9a7a7aef6d6b2af0c63501dbb858205e246425cb376d6f32f36ccba961",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c2d8501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0a73484479839dcbc4cf513c1a792a9645a105cd1b988f8d1ff3e2f8d2bf19575a05d237f9a7a7aef6d6b2af0c63501dbb858205e246425cb376d6f32f36ccba961",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004001080000000000000000000000000000000000000000000000002000008080804000000000000100000000000008400000000800000000000000004080000000000000000040000000000000000000000000000000000000000000000000000000300000020000000000040000000000001000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99955,
              "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
              "address": "0x682d20541e47883F4D10c739e14f0A4B328835a7",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99955,
              "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
              "address": "0x682d20541e47883F4D10c739e14f0A4B328835a7",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99955,
              "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99955,
              "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000682d20541e47883f4d10c739e14f0a4b328835a700000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99955,
              "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000682d20541e47883f4d10c739e14f0a4b328835a7",
              "logIndex": 4,
              "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99955,
              "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000682d20541e47883f4d10c739e14f0a4b328835a700000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99955,
          "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x682d20541e47883F4D10c739e14f0A4B328835a7",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "containingLibrary": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
          "confirmations": 76,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 45,
          "r": "0xa73484479839dcbc4cf513c1a792a9645a105cd1b988f8d1ff3e2f8d2bf19575",
          "s": "0x5d237f9a7a7aef6d6b2af0c63501dbb858205e246425cb376d6f32f36ccba961",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c2d8501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0a73484479839dcbc4cf513c1a792a9645a105cd1b988f8d1ff3e2f8d2bf19575a05d237f9a7a7aef6d6b2af0c63501dbb858205e246425cb376d6f32f36ccba961",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004001080000000000000000000000000000000000000000000000002000008080804000000000000100000000000008400000000800000000000000004080000000000000000040000000000000000000000000000000000000000000000000000000300000020000000000040000000000001000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99955,
              "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
              "address": "0x682d20541e47883F4D10c739e14f0A4B328835a7",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99955,
              "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
              "address": "0x682d20541e47883F4D10c739e14f0A4B328835a7",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99955,
              "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99955,
              "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000682d20541e47883f4d10c739e14f0a4b328835a700000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99955,
              "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000682d20541e47883f4d10c739e14f0a4b328835a7",
              "logIndex": 4,
              "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99955,
              "transactionHash": "0x639456413e66b61204f8640e07a9b640083d4dea3673bd8ac37930c0cc383314",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000682d20541e47883f4d10c739e14f0a4b328835a700000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x84c3b4b6002b88e749293248475453d47697d5c47ff07ff240d70ca33d5b6b01",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99954,
          "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x02F4Fa9e893FE03ccCdF5A67AA75B4bd5a3F872c",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x02F4Fa9e893FE03ccCdF5A67AA75B4bd5a3F872c",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary",
          "hash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
          "confirmations": 77,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 44,
          "r": "0x0c632552d8cfc95219502290f6976b1ed9afeaa2b4352f48b35247d4124a572d",
          "s": "0x7f230262eb9909bbc4597c0faeb009191054ead5d9e743500523dc947f1c4886",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c2c8501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a00c632552d8cfc95219502290f6976b1ed9afeaa2b4352f48b35247d4124a572da07f230262eb9909bbc4597c0faeb009191054ead5d9e743500523dc947f1c4886",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008400000000800000000000000004080000000000000000040000000000000000000000020000000000000000000000000000002300000020000000000040000000000001000080000000000000000000000000000000000001000000000000000400000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99954,
              "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
              "address": "0x02F4Fa9e893FE03ccCdF5A67AA75B4bd5a3F872c",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99954,
              "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
              "address": "0x02F4Fa9e893FE03ccCdF5A67AA75B4bd5a3F872c",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99954,
              "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99954,
              "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a74400000000000000000000000002f4fa9e893fe03cccdf5a67aa75b4bd5a3f872c00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99954,
              "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000002f4fa9e893fe03cccdf5a67aa75b4bd5a3f872c",
              "logIndex": 4,
              "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99954,
              "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000002f4fa9e893fe03cccdf5a67aa75b4bd5a3f872c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99954,
          "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x02F4Fa9e893FE03ccCdF5A67AA75B4bd5a3F872c",
            "contentAddress": "0x02F4Fa9e893FE03ccCdF5A67AA75B4bd5a3F872c",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
          "confirmations": 77,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 44,
          "r": "0x0c632552d8cfc95219502290f6976b1ed9afeaa2b4352f48b35247d4124a572d",
          "s": "0x7f230262eb9909bbc4597c0faeb009191054ead5d9e743500523dc947f1c4886",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c2c8501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a00c632552d8cfc95219502290f6976b1ed9afeaa2b4352f48b35247d4124a572da07f230262eb9909bbc4597c0faeb009191054ead5d9e743500523dc947f1c4886",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008400000000800000000000000004080000000000000000040000000000000000000000020000000000000000000000000000002300000020000000000040000000000001000080000000000000000000000000000000000001000000000000000400000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99954,
              "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
              "address": "0x02F4Fa9e893FE03ccCdF5A67AA75B4bd5a3F872c",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99954,
              "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
              "address": "0x02F4Fa9e893FE03ccCdF5A67AA75B4bd5a3F872c",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99954,
              "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99954,
              "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a74400000000000000000000000002f4fa9e893fe03cccdf5a67aa75b4bd5a3f872c00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99954,
              "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000002f4fa9e893fe03cccdf5a67aa75b4bd5a3f872c",
              "logIndex": 4,
              "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99954,
              "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000002f4fa9e893fe03cccdf5a67aa75b4bd5a3f872c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99954,
          "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "1": "0x02F4Fa9e893FE03ccCdF5A67AA75B4bd5a3F872c",
            "2": 200,
            "principal": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "entity": "0x02F4Fa9e893FE03ccCdF5A67AA75B4bd5a3F872c",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
          "confirmations": 77,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 44,
          "r": "0x0c632552d8cfc95219502290f6976b1ed9afeaa2b4352f48b35247d4124a572d",
          "s": "0x7f230262eb9909bbc4597c0faeb009191054ead5d9e743500523dc947f1c4886",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c2c8501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a00c632552d8cfc95219502290f6976b1ed9afeaa2b4352f48b35247d4124a572da07f230262eb9909bbc4597c0faeb009191054ead5d9e743500523dc947f1c4886",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008400000000800000000000000004080000000000000000040000000000000000000000020000000000000000000000000000002300000020000000000040000000000001000080000000000000000000000000000000000001000000000000000400000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99954,
              "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
              "address": "0x02F4Fa9e893FE03ccCdF5A67AA75B4bd5a3F872c",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99954,
              "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
              "address": "0x02F4Fa9e893FE03ccCdF5A67AA75B4bd5a3F872c",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99954,
              "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99954,
              "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a74400000000000000000000000002f4fa9e893fe03cccdf5a67aa75b4bd5a3f872c00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99954,
              "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000002f4fa9e893fe03cccdf5a67aa75b4bd5a3f872c",
              "logIndex": 4,
              "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99954,
              "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000002f4fa9e893fe03cccdf5a67aa75b4bd5a3f872c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99954,
          "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "walletAddress": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
          "confirmations": 77,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 44,
          "r": "0x0c632552d8cfc95219502290f6976b1ed9afeaa2b4352f48b35247d4124a572d",
          "s": "0x7f230262eb9909bbc4597c0faeb009191054ead5d9e743500523dc947f1c4886",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c2c8501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a00c632552d8cfc95219502290f6976b1ed9afeaa2b4352f48b35247d4124a572da07f230262eb9909bbc4597c0faeb009191054ead5d9e743500523dc947f1c4886",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008400000000800000000000000004080000000000000000040000000000000000000000020000000000000000000000000000002300000020000000000040000000000001000080000000000000000000000000000000000001000000000000000400000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99954,
              "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
              "address": "0x02F4Fa9e893FE03ccCdF5A67AA75B4bd5a3F872c",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99954,
              "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
              "address": "0x02F4Fa9e893FE03ccCdF5A67AA75B4bd5a3F872c",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99954,
              "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99954,
              "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a74400000000000000000000000002f4fa9e893fe03cccdf5a67aa75b4bd5a3f872c00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99954,
              "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000002f4fa9e893fe03cccdf5a67aa75b4bd5a3f872c",
              "logIndex": 4,
              "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99954,
              "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000002f4fa9e893fe03cccdf5a67aa75b4bd5a3f872c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99954,
          "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x02F4Fa9e893FE03ccCdF5A67AA75B4bd5a3F872c",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
          "confirmations": 77,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 44,
          "r": "0x0c632552d8cfc95219502290f6976b1ed9afeaa2b4352f48b35247d4124a572d",
          "s": "0x7f230262eb9909bbc4597c0faeb009191054ead5d9e743500523dc947f1c4886",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c2c8501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a00c632552d8cfc95219502290f6976b1ed9afeaa2b4352f48b35247d4124a572da07f230262eb9909bbc4597c0faeb009191054ead5d9e743500523dc947f1c4886",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008400000000800000000000000004080000000000000000040000000000000000000000020000000000000000000000000000002300000020000000000040000000000001000080000000000000000000000000000000000001000000000000000400000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99954,
              "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
              "address": "0x02F4Fa9e893FE03ccCdF5A67AA75B4bd5a3F872c",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99954,
              "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
              "address": "0x02F4Fa9e893FE03ccCdF5A67AA75B4bd5a3F872c",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99954,
              "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99954,
              "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a74400000000000000000000000002f4fa9e893fe03cccdf5a67aa75b4bd5a3f872c00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99954,
              "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000002f4fa9e893fe03cccdf5a67aa75b4bd5a3f872c",
              "logIndex": 4,
              "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99954,
              "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000002f4fa9e893fe03cccdf5a67aa75b4bd5a3f872c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99954,
          "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x02F4Fa9e893FE03ccCdF5A67AA75B4bd5a3F872c",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "containingLibrary": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
          "confirmations": 77,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 44,
          "r": "0x0c632552d8cfc95219502290f6976b1ed9afeaa2b4352f48b35247d4124a572d",
          "s": "0x7f230262eb9909bbc4597c0faeb009191054ead5d9e743500523dc947f1c4886",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c2c8501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a00c632552d8cfc95219502290f6976b1ed9afeaa2b4352f48b35247d4124a572da07f230262eb9909bbc4597c0faeb009191054ead5d9e743500523dc947f1c4886",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008400000000800000000000000004080000000000000000040000000000000000000000020000000000000000000000000000002300000020000000000040000000000001000080000000000000000000000000000000000001000000000000000400000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99954,
              "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
              "address": "0x02F4Fa9e893FE03ccCdF5A67AA75B4bd5a3F872c",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99954,
              "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
              "address": "0x02F4Fa9e893FE03ccCdF5A67AA75B4bd5a3F872c",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99954,
              "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99954,
              "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a74400000000000000000000000002f4fa9e893fe03cccdf5a67aa75b4bd5a3f872c00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99954,
              "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000002f4fa9e893fe03cccdf5a67aa75b4bd5a3f872c",
              "logIndex": 4,
              "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99954,
              "transactionHash": "0xb0192b0f23ff1ec32e6310422bc647d50249c1b0c6a0f70a0643318080812931",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000002f4fa9e893fe03cccdf5a67aa75b4bd5a3f872c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xe86c1a365d411958c1cbfe22f66d7300df4b642b928b41800b7e81de7ac881ae",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99953,
          "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x65c523399F60F5ffcc53dffee8ddCAE2028d9156",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x65c523399F60F5ffcc53dffee8ddCAE2028d9156",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary",
          "hash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
          "confirmations": 78,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 43,
          "r": "0xece08df2f1c109edee009d408111e26cc2d4b9ec0ca4d0454a3503998c02da5a",
          "s": "0x18b78f0ecf046be94e9d1ca5ed985765086763d5267962cd8cc6c64422193461",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c2b8501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0ece08df2f1c109edee009d408111e26cc2d4b9ec0ca4d0454a3503998c02da5aa018b78f0ecf046be94e9d1ca5ed985765086763d5267962cd8cc6c64422193461",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008402000000800000000000000004080000000000000000040000000000000000000000000000000000000000000000000000000300000020000000000040000000000001000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000002000000000000000000000000000000000000010000000000000000a000100000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99953,
              "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
              "address": "0x65c523399F60F5ffcc53dffee8ddCAE2028d9156",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99953,
              "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
              "address": "0x65c523399F60F5ffcc53dffee8ddCAE2028d9156",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99953,
              "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99953,
              "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a74400000000000000000000000065c523399f60f5ffcc53dffee8ddcae2028d915600000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99953,
              "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000065c523399f60f5ffcc53dffee8ddcae2028d9156",
              "logIndex": 4,
              "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99953,
              "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000065c523399f60f5ffcc53dffee8ddcae2028d915600000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99953,
          "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x65c523399F60F5ffcc53dffee8ddCAE2028d9156",
            "contentAddress": "0x65c523399F60F5ffcc53dffee8ddCAE2028d9156",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
          "confirmations": 78,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 43,
          "r": "0xece08df2f1c109edee009d408111e26cc2d4b9ec0ca4d0454a3503998c02da5a",
          "s": "0x18b78f0ecf046be94e9d1ca5ed985765086763d5267962cd8cc6c64422193461",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c2b8501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0ece08df2f1c109edee009d408111e26cc2d4b9ec0ca4d0454a3503998c02da5aa018b78f0ecf046be94e9d1ca5ed985765086763d5267962cd8cc6c64422193461",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008402000000800000000000000004080000000000000000040000000000000000000000000000000000000000000000000000000300000020000000000040000000000001000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000002000000000000000000000000000000000000010000000000000000a000100000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99953,
              "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
              "address": "0x65c523399F60F5ffcc53dffee8ddCAE2028d9156",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99953,
              "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
              "address": "0x65c523399F60F5ffcc53dffee8ddCAE2028d9156",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99953,
              "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99953,
              "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a74400000000000000000000000065c523399f60f5ffcc53dffee8ddcae2028d915600000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99953,
              "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000065c523399f60f5ffcc53dffee8ddcae2028d9156",
              "logIndex": 4,
              "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99953,
              "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000065c523399f60f5ffcc53dffee8ddcae2028d915600000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99953,
          "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "1": "0x65c523399F60F5ffcc53dffee8ddCAE2028d9156",
            "2": 200,
            "principal": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "entity": "0x65c523399F60F5ffcc53dffee8ddCAE2028d9156",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
          "confirmations": 78,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 43,
          "r": "0xece08df2f1c109edee009d408111e26cc2d4b9ec0ca4d0454a3503998c02da5a",
          "s": "0x18b78f0ecf046be94e9d1ca5ed985765086763d5267962cd8cc6c64422193461",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c2b8501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0ece08df2f1c109edee009d408111e26cc2d4b9ec0ca4d0454a3503998c02da5aa018b78f0ecf046be94e9d1ca5ed985765086763d5267962cd8cc6c64422193461",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008402000000800000000000000004080000000000000000040000000000000000000000000000000000000000000000000000000300000020000000000040000000000001000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000002000000000000000000000000000000000000010000000000000000a000100000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99953,
              "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
              "address": "0x65c523399F60F5ffcc53dffee8ddCAE2028d9156",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99953,
              "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
              "address": "0x65c523399F60F5ffcc53dffee8ddCAE2028d9156",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99953,
              "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99953,
              "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a74400000000000000000000000065c523399f60f5ffcc53dffee8ddcae2028d915600000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99953,
              "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000065c523399f60f5ffcc53dffee8ddcae2028d9156",
              "logIndex": 4,
              "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99953,
              "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000065c523399f60f5ffcc53dffee8ddcae2028d915600000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99953,
          "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "walletAddress": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
          "confirmations": 78,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 43,
          "r": "0xece08df2f1c109edee009d408111e26cc2d4b9ec0ca4d0454a3503998c02da5a",
          "s": "0x18b78f0ecf046be94e9d1ca5ed985765086763d5267962cd8cc6c64422193461",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c2b8501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0ece08df2f1c109edee009d408111e26cc2d4b9ec0ca4d0454a3503998c02da5aa018b78f0ecf046be94e9d1ca5ed985765086763d5267962cd8cc6c64422193461",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008402000000800000000000000004080000000000000000040000000000000000000000000000000000000000000000000000000300000020000000000040000000000001000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000002000000000000000000000000000000000000010000000000000000a000100000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99953,
              "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
              "address": "0x65c523399F60F5ffcc53dffee8ddCAE2028d9156",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99953,
              "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
              "address": "0x65c523399F60F5ffcc53dffee8ddCAE2028d9156",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99953,
              "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99953,
              "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a74400000000000000000000000065c523399f60f5ffcc53dffee8ddcae2028d915600000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99953,
              "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000065c523399f60f5ffcc53dffee8ddcae2028d9156",
              "logIndex": 4,
              "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99953,
              "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000065c523399f60f5ffcc53dffee8ddcae2028d915600000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99953,
          "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x65c523399F60F5ffcc53dffee8ddCAE2028d9156",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
          "confirmations": 78,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 43,
          "r": "0xece08df2f1c109edee009d408111e26cc2d4b9ec0ca4d0454a3503998c02da5a",
          "s": "0x18b78f0ecf046be94e9d1ca5ed985765086763d5267962cd8cc6c64422193461",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c2b8501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0ece08df2f1c109edee009d408111e26cc2d4b9ec0ca4d0454a3503998c02da5aa018b78f0ecf046be94e9d1ca5ed985765086763d5267962cd8cc6c64422193461",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008402000000800000000000000004080000000000000000040000000000000000000000000000000000000000000000000000000300000020000000000040000000000001000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000002000000000000000000000000000000000000010000000000000000a000100000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99953,
              "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
              "address": "0x65c523399F60F5ffcc53dffee8ddCAE2028d9156",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99953,
              "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
              "address": "0x65c523399F60F5ffcc53dffee8ddCAE2028d9156",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99953,
              "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99953,
              "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a74400000000000000000000000065c523399f60f5ffcc53dffee8ddcae2028d915600000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99953,
              "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000065c523399f60f5ffcc53dffee8ddcae2028d9156",
              "logIndex": 4,
              "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99953,
              "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000065c523399f60f5ffcc53dffee8ddcae2028d915600000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99953,
          "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x65c523399F60F5ffcc53dffee8ddCAE2028d9156",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "containingLibrary": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
          "confirmations": 78,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 43,
          "r": "0xece08df2f1c109edee009d408111e26cc2d4b9ec0ca4d0454a3503998c02da5a",
          "s": "0x18b78f0ecf046be94e9d1ca5ed985765086763d5267962cd8cc6c64422193461",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c2b8501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0ece08df2f1c109edee009d408111e26cc2d4b9ec0ca4d0454a3503998c02da5aa018b78f0ecf046be94e9d1ca5ed985765086763d5267962cd8cc6c64422193461",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008402000000800000000000000004080000000000000000040000000000000000000000000000000000000000000000000000000300000020000000000040000000000001000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000002000000000000000000000000000000000000010000000000000000a000100000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99953,
              "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
              "address": "0x65c523399F60F5ffcc53dffee8ddCAE2028d9156",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99953,
              "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
              "address": "0x65c523399F60F5ffcc53dffee8ddCAE2028d9156",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99953,
              "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99953,
              "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a74400000000000000000000000065c523399f60f5ffcc53dffee8ddcae2028d915600000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99953,
              "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000065c523399f60f5ffcc53dffee8ddcae2028d9156",
              "logIndex": 4,
              "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99953,
              "transactionHash": "0x73a6cdd4f55a8aae59ace1c9322b8cf398926cd0f75c80172b783a292774c6b9",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000065c523399f60f5ffcc53dffee8ddcae2028d915600000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x7b4ed4f53e5314ce2a2be5fb0d54672563397a6aa20cc82245027322e0a8b0d6",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99952,
          "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x3abc8D972Ac4293257412009E9e690EfEDBcd15e",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x3abc8D972Ac4293257412009E9e690EfEDBcd15e",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary",
          "hash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
          "confirmations": 79,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 42,
          "r": "0x9801d72ab9afcbfc68a54f75c4f940c9a14d3188b989e7dae79905759c94c295",
          "s": "0x70cb36423293755cb0bfb14069fdd7e4146936cfea0a61ad801bf54f82088585",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c2a8501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a09801d72ab9afcbfc68a54f75c4f940c9a14d3188b989e7dae79905759c94c295a070cb36423293755cb0bfb14069fdd7e4146936cfea0a61ad801bf54f82088585",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008400000000800000000000000004080000000000000000040000200000000000000000000000000000000000000000000000000300000020000000000040000000000001000080000000000100000000000000000000000001000000001000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99952,
              "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
              "address": "0x3abc8D972Ac4293257412009E9e690EfEDBcd15e",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99952,
              "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
              "address": "0x3abc8D972Ac4293257412009E9e690EfEDBcd15e",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99952,
              "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99952,
              "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a7440000000000000000000000003abc8d972ac4293257412009e9e690efedbcd15e00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99952,
              "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000003abc8d972ac4293257412009e9e690efedbcd15e",
              "logIndex": 4,
              "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99952,
              "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000003abc8d972ac4293257412009e9e690efedbcd15e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99952,
          "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x3abc8D972Ac4293257412009E9e690EfEDBcd15e",
            "contentAddress": "0x3abc8D972Ac4293257412009E9e690EfEDBcd15e",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
          "confirmations": 79,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 42,
          "r": "0x9801d72ab9afcbfc68a54f75c4f940c9a14d3188b989e7dae79905759c94c295",
          "s": "0x70cb36423293755cb0bfb14069fdd7e4146936cfea0a61ad801bf54f82088585",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c2a8501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a09801d72ab9afcbfc68a54f75c4f940c9a14d3188b989e7dae79905759c94c295a070cb36423293755cb0bfb14069fdd7e4146936cfea0a61ad801bf54f82088585",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008400000000800000000000000004080000000000000000040000200000000000000000000000000000000000000000000000000300000020000000000040000000000001000080000000000100000000000000000000000001000000001000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99952,
              "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
              "address": "0x3abc8D972Ac4293257412009E9e690EfEDBcd15e",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99952,
              "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
              "address": "0x3abc8D972Ac4293257412009E9e690EfEDBcd15e",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99952,
              "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99952,
              "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a7440000000000000000000000003abc8d972ac4293257412009e9e690efedbcd15e00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99952,
              "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000003abc8d972ac4293257412009e9e690efedbcd15e",
              "logIndex": 4,
              "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99952,
              "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000003abc8d972ac4293257412009e9e690efedbcd15e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99952,
          "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "1": "0x3abc8D972Ac4293257412009E9e690EfEDBcd15e",
            "2": 200,
            "principal": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "entity": "0x3abc8D972Ac4293257412009E9e690EfEDBcd15e",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
          "confirmations": 79,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 42,
          "r": "0x9801d72ab9afcbfc68a54f75c4f940c9a14d3188b989e7dae79905759c94c295",
          "s": "0x70cb36423293755cb0bfb14069fdd7e4146936cfea0a61ad801bf54f82088585",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c2a8501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a09801d72ab9afcbfc68a54f75c4f940c9a14d3188b989e7dae79905759c94c295a070cb36423293755cb0bfb14069fdd7e4146936cfea0a61ad801bf54f82088585",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008400000000800000000000000004080000000000000000040000200000000000000000000000000000000000000000000000000300000020000000000040000000000001000080000000000100000000000000000000000001000000001000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99952,
              "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
              "address": "0x3abc8D972Ac4293257412009E9e690EfEDBcd15e",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99952,
              "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
              "address": "0x3abc8D972Ac4293257412009E9e690EfEDBcd15e",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99952,
              "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99952,
              "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a7440000000000000000000000003abc8d972ac4293257412009e9e690efedbcd15e00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99952,
              "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000003abc8d972ac4293257412009e9e690efedbcd15e",
              "logIndex": 4,
              "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99952,
              "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000003abc8d972ac4293257412009e9e690efedbcd15e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99952,
          "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "walletAddress": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
          "confirmations": 79,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 42,
          "r": "0x9801d72ab9afcbfc68a54f75c4f940c9a14d3188b989e7dae79905759c94c295",
          "s": "0x70cb36423293755cb0bfb14069fdd7e4146936cfea0a61ad801bf54f82088585",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c2a8501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a09801d72ab9afcbfc68a54f75c4f940c9a14d3188b989e7dae79905759c94c295a070cb36423293755cb0bfb14069fdd7e4146936cfea0a61ad801bf54f82088585",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008400000000800000000000000004080000000000000000040000200000000000000000000000000000000000000000000000000300000020000000000040000000000001000080000000000100000000000000000000000001000000001000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99952,
              "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
              "address": "0x3abc8D972Ac4293257412009E9e690EfEDBcd15e",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99952,
              "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
              "address": "0x3abc8D972Ac4293257412009E9e690EfEDBcd15e",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99952,
              "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99952,
              "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a7440000000000000000000000003abc8d972ac4293257412009e9e690efedbcd15e00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99952,
              "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000003abc8d972ac4293257412009e9e690efedbcd15e",
              "logIndex": 4,
              "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99952,
              "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000003abc8d972ac4293257412009e9e690efedbcd15e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99952,
          "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x3abc8D972Ac4293257412009E9e690EfEDBcd15e",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
          "confirmations": 79,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 42,
          "r": "0x9801d72ab9afcbfc68a54f75c4f940c9a14d3188b989e7dae79905759c94c295",
          "s": "0x70cb36423293755cb0bfb14069fdd7e4146936cfea0a61ad801bf54f82088585",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c2a8501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a09801d72ab9afcbfc68a54f75c4f940c9a14d3188b989e7dae79905759c94c295a070cb36423293755cb0bfb14069fdd7e4146936cfea0a61ad801bf54f82088585",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008400000000800000000000000004080000000000000000040000200000000000000000000000000000000000000000000000000300000020000000000040000000000001000080000000000100000000000000000000000001000000001000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99952,
              "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
              "address": "0x3abc8D972Ac4293257412009E9e690EfEDBcd15e",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99952,
              "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
              "address": "0x3abc8D972Ac4293257412009E9e690EfEDBcd15e",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99952,
              "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99952,
              "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a7440000000000000000000000003abc8d972ac4293257412009e9e690efedbcd15e00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99952,
              "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000003abc8d972ac4293257412009e9e690efedbcd15e",
              "logIndex": 4,
              "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99952,
              "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000003abc8d972ac4293257412009e9e690efedbcd15e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99952,
          "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x3abc8D972Ac4293257412009E9e690EfEDBcd15e",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "containingLibrary": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
          "confirmations": 79,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 42,
          "r": "0x9801d72ab9afcbfc68a54f75c4f940c9a14d3188b989e7dae79905759c94c295",
          "s": "0x70cb36423293755cb0bfb14069fdd7e4146936cfea0a61ad801bf54f82088585",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c2a8501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a09801d72ab9afcbfc68a54f75c4f940c9a14d3188b989e7dae79905759c94c295a070cb36423293755cb0bfb14069fdd7e4146936cfea0a61ad801bf54f82088585",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008400000000800000000000000004080000000000000000040000200000000000000000000000000000000000000000000000000300000020000000000040000000000001000080000000000100000000000000000000000001000000001000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99952,
              "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
              "address": "0x3abc8D972Ac4293257412009E9e690EfEDBcd15e",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99952,
              "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
              "address": "0x3abc8D972Ac4293257412009E9e690EfEDBcd15e",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99952,
              "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99952,
              "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a7440000000000000000000000003abc8d972ac4293257412009e9e690efedbcd15e00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99952,
              "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000003abc8d972ac4293257412009e9e690efedbcd15e",
              "logIndex": 4,
              "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99952,
              "transactionHash": "0x000f5beb02effba02031c1a74731bdd5d30abc9d1b39043bc6986870379c4ea7",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000003abc8d972ac4293257412009e9e690efedbcd15e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xd1943693bd245768db255f4f302c8086fa728ea66398f8fd9a03dd4b9e66b684",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99951,
          "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0xfBa79Ff00a86594f188556FF43f7332847419316",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0xfBa79Ff00a86594f188556FF43f7332847419316",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary",
          "hash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
          "confirmations": 80,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 41,
          "r": "0x3fec3f8943740cbf3368b7eed0bead660bef0d12745daf4173ba0a814c58eddb",
          "s": "0x3c8e2df7503702373e889563f1df93c0e48bc88d3b7baff66451df87ee058187",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c298501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a03fec3f8943740cbf3368b7eed0bead660bef0d12745daf4173ba0a814c58eddba03c8e2df7503702373e889563f1df93c0e48bc88d3b7baff66451df87ee058187",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008400000000800000000000000004080000000000000000040000020000000000000000000000000000000000000000000000000300000020000000000040020000000001000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99951,
              "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
              "address": "0xfBa79Ff00a86594f188556FF43f7332847419316",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99951,
              "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
              "address": "0xfBa79Ff00a86594f188556FF43f7332847419316",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99951,
              "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99951,
              "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000fba79ff00a86594f188556ff43f733284741931600000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99951,
              "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000fba79ff00a86594f188556ff43f7332847419316",
              "logIndex": 4,
              "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99951,
              "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000fba79ff00a86594f188556ff43f733284741931600000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99951,
          "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0xfBa79Ff00a86594f188556FF43f7332847419316",
            "contentAddress": "0xfBa79Ff00a86594f188556FF43f7332847419316",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
          "confirmations": 80,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 41,
          "r": "0x3fec3f8943740cbf3368b7eed0bead660bef0d12745daf4173ba0a814c58eddb",
          "s": "0x3c8e2df7503702373e889563f1df93c0e48bc88d3b7baff66451df87ee058187",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c298501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a03fec3f8943740cbf3368b7eed0bead660bef0d12745daf4173ba0a814c58eddba03c8e2df7503702373e889563f1df93c0e48bc88d3b7baff66451df87ee058187",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008400000000800000000000000004080000000000000000040000020000000000000000000000000000000000000000000000000300000020000000000040020000000001000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99951,
              "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
              "address": "0xfBa79Ff00a86594f188556FF43f7332847419316",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99951,
              "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
              "address": "0xfBa79Ff00a86594f188556FF43f7332847419316",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99951,
              "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99951,
              "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000fba79ff00a86594f188556ff43f733284741931600000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99951,
              "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000fba79ff00a86594f188556ff43f7332847419316",
              "logIndex": 4,
              "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99951,
              "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000fba79ff00a86594f188556ff43f733284741931600000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99951,
          "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "1": "0xfBa79Ff00a86594f188556FF43f7332847419316",
            "2": 200,
            "principal": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "entity": "0xfBa79Ff00a86594f188556FF43f7332847419316",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
          "confirmations": 80,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 41,
          "r": "0x3fec3f8943740cbf3368b7eed0bead660bef0d12745daf4173ba0a814c58eddb",
          "s": "0x3c8e2df7503702373e889563f1df93c0e48bc88d3b7baff66451df87ee058187",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c298501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a03fec3f8943740cbf3368b7eed0bead660bef0d12745daf4173ba0a814c58eddba03c8e2df7503702373e889563f1df93c0e48bc88d3b7baff66451df87ee058187",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008400000000800000000000000004080000000000000000040000020000000000000000000000000000000000000000000000000300000020000000000040020000000001000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99951,
              "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
              "address": "0xfBa79Ff00a86594f188556FF43f7332847419316",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99951,
              "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
              "address": "0xfBa79Ff00a86594f188556FF43f7332847419316",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99951,
              "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99951,
              "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000fba79ff00a86594f188556ff43f733284741931600000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99951,
              "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000fba79ff00a86594f188556ff43f7332847419316",
              "logIndex": 4,
              "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99951,
              "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000fba79ff00a86594f188556ff43f733284741931600000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99951,
          "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "walletAddress": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
          "confirmations": 80,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 41,
          "r": "0x3fec3f8943740cbf3368b7eed0bead660bef0d12745daf4173ba0a814c58eddb",
          "s": "0x3c8e2df7503702373e889563f1df93c0e48bc88d3b7baff66451df87ee058187",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c298501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a03fec3f8943740cbf3368b7eed0bead660bef0d12745daf4173ba0a814c58eddba03c8e2df7503702373e889563f1df93c0e48bc88d3b7baff66451df87ee058187",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008400000000800000000000000004080000000000000000040000020000000000000000000000000000000000000000000000000300000020000000000040020000000001000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99951,
              "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
              "address": "0xfBa79Ff00a86594f188556FF43f7332847419316",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99951,
              "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
              "address": "0xfBa79Ff00a86594f188556FF43f7332847419316",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99951,
              "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99951,
              "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000fba79ff00a86594f188556ff43f733284741931600000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99951,
              "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000fba79ff00a86594f188556ff43f7332847419316",
              "logIndex": 4,
              "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99951,
              "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000fba79ff00a86594f188556ff43f733284741931600000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99951,
          "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xfBa79Ff00a86594f188556FF43f7332847419316",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
          "confirmations": 80,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 41,
          "r": "0x3fec3f8943740cbf3368b7eed0bead660bef0d12745daf4173ba0a814c58eddb",
          "s": "0x3c8e2df7503702373e889563f1df93c0e48bc88d3b7baff66451df87ee058187",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c298501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a03fec3f8943740cbf3368b7eed0bead660bef0d12745daf4173ba0a814c58eddba03c8e2df7503702373e889563f1df93c0e48bc88d3b7baff66451df87ee058187",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008400000000800000000000000004080000000000000000040000020000000000000000000000000000000000000000000000000300000020000000000040020000000001000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99951,
              "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
              "address": "0xfBa79Ff00a86594f188556FF43f7332847419316",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99951,
              "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
              "address": "0xfBa79Ff00a86594f188556FF43f7332847419316",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99951,
              "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99951,
              "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000fba79ff00a86594f188556ff43f733284741931600000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99951,
              "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000fba79ff00a86594f188556ff43f7332847419316",
              "logIndex": 4,
              "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99951,
              "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000fba79ff00a86594f188556ff43f733284741931600000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99951,
          "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xfBa79Ff00a86594f188556FF43f7332847419316",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "containingLibrary": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
          "confirmations": 80,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 41,
          "r": "0x3fec3f8943740cbf3368b7eed0bead660bef0d12745daf4173ba0a814c58eddb",
          "s": "0x3c8e2df7503702373e889563f1df93c0e48bc88d3b7baff66451df87ee058187",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c298501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a03fec3f8943740cbf3368b7eed0bead660bef0d12745daf4173ba0a814c58eddba03c8e2df7503702373e889563f1df93c0e48bc88d3b7baff66451df87ee058187",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008400000000800000000000000004080000000000000000040000020000000000000000000000000000000000000000000000000300000020000000000040020000000001000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99951,
              "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
              "address": "0xfBa79Ff00a86594f188556FF43f7332847419316",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99951,
              "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
              "address": "0xfBa79Ff00a86594f188556FF43f7332847419316",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99951,
              "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99951,
              "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000fba79ff00a86594f188556ff43f733284741931600000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99951,
              "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000fba79ff00a86594f188556ff43f7332847419316",
              "logIndex": 4,
              "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99951,
              "transactionHash": "0x9c933296305c2459e877db169b7fb9c8137f5237766e4ab8861f848e4d846251",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000fba79ff00a86594f188556ff43f733284741931600000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xc3f23b275c272d020090be5ed8372f7ee1675946f42a56c719a58cb56e8239bf",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99950,
          "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x2E3590ECF1b621AAa0CeA1eA7B36f4400cfd6305",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x2E3590ECF1b621AAa0CeA1eA7B36f4400cfd6305",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary",
          "hash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
          "confirmations": 81,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 40,
          "r": "0x21d02a22a026558f7d151ff496d339ad650b3c5475cc3ce59c249273d701bf99",
          "s": "0x4b48f2972a682bee4c46d15737864d102cd6cd3c830a86d0572494d3ebdf25e9",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c288501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a021d02a22a026558f7d151ff496d339ad650b3c5475cc3ce59c249273d701bf99a04b48f2972a682bee4c46d15737864d102cd6cd3c830a86d0572494d3ebdf25e9",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008400000000800000000000000004280000000000000000040000000000000000000000000000000000000000000000000000000300000020000000000040000000000001000080000010000000400000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99950,
              "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
              "address": "0x2E3590ECF1b621AAa0CeA1eA7B36f4400cfd6305",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99950,
              "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
              "address": "0x2E3590ECF1b621AAa0CeA1eA7B36f4400cfd6305",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99950,
              "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99950,
              "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a7440000000000000000000000002e3590ecf1b621aaa0cea1ea7b36f4400cfd630500000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99950,
              "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000002e3590ecf1b621aaa0cea1ea7b36f4400cfd6305",
              "logIndex": 4,
              "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99950,
              "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000002e3590ecf1b621aaa0cea1ea7b36f4400cfd630500000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99950,
          "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x2E3590ECF1b621AAa0CeA1eA7B36f4400cfd6305",
            "contentAddress": "0x2E3590ECF1b621AAa0CeA1eA7B36f4400cfd6305",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
          "confirmations": 81,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 40,
          "r": "0x21d02a22a026558f7d151ff496d339ad650b3c5475cc3ce59c249273d701bf99",
          "s": "0x4b48f2972a682bee4c46d15737864d102cd6cd3c830a86d0572494d3ebdf25e9",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c288501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a021d02a22a026558f7d151ff496d339ad650b3c5475cc3ce59c249273d701bf99a04b48f2972a682bee4c46d15737864d102cd6cd3c830a86d0572494d3ebdf25e9",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008400000000800000000000000004280000000000000000040000000000000000000000000000000000000000000000000000000300000020000000000040000000000001000080000010000000400000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99950,
              "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
              "address": "0x2E3590ECF1b621AAa0CeA1eA7B36f4400cfd6305",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99950,
              "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
              "address": "0x2E3590ECF1b621AAa0CeA1eA7B36f4400cfd6305",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99950,
              "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99950,
              "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a7440000000000000000000000002e3590ecf1b621aaa0cea1ea7b36f4400cfd630500000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99950,
              "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000002e3590ecf1b621aaa0cea1ea7b36f4400cfd6305",
              "logIndex": 4,
              "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99950,
              "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000002e3590ecf1b621aaa0cea1ea7b36f4400cfd630500000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99950,
          "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "1": "0x2E3590ECF1b621AAa0CeA1eA7B36f4400cfd6305",
            "2": 200,
            "principal": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "entity": "0x2E3590ECF1b621AAa0CeA1eA7B36f4400cfd6305",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
          "confirmations": 81,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 40,
          "r": "0x21d02a22a026558f7d151ff496d339ad650b3c5475cc3ce59c249273d701bf99",
          "s": "0x4b48f2972a682bee4c46d15737864d102cd6cd3c830a86d0572494d3ebdf25e9",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c288501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a021d02a22a026558f7d151ff496d339ad650b3c5475cc3ce59c249273d701bf99a04b48f2972a682bee4c46d15737864d102cd6cd3c830a86d0572494d3ebdf25e9",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008400000000800000000000000004280000000000000000040000000000000000000000000000000000000000000000000000000300000020000000000040000000000001000080000010000000400000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99950,
              "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
              "address": "0x2E3590ECF1b621AAa0CeA1eA7B36f4400cfd6305",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99950,
              "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
              "address": "0x2E3590ECF1b621AAa0CeA1eA7B36f4400cfd6305",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99950,
              "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99950,
              "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a7440000000000000000000000002e3590ecf1b621aaa0cea1ea7b36f4400cfd630500000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99950,
              "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000002e3590ecf1b621aaa0cea1ea7b36f4400cfd6305",
              "logIndex": 4,
              "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99950,
              "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000002e3590ecf1b621aaa0cea1ea7b36f4400cfd630500000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99950,
          "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "walletAddress": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
          "confirmations": 81,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 40,
          "r": "0x21d02a22a026558f7d151ff496d339ad650b3c5475cc3ce59c249273d701bf99",
          "s": "0x4b48f2972a682bee4c46d15737864d102cd6cd3c830a86d0572494d3ebdf25e9",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c288501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a021d02a22a026558f7d151ff496d339ad650b3c5475cc3ce59c249273d701bf99a04b48f2972a682bee4c46d15737864d102cd6cd3c830a86d0572494d3ebdf25e9",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008400000000800000000000000004280000000000000000040000000000000000000000000000000000000000000000000000000300000020000000000040000000000001000080000010000000400000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99950,
              "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
              "address": "0x2E3590ECF1b621AAa0CeA1eA7B36f4400cfd6305",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99950,
              "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
              "address": "0x2E3590ECF1b621AAa0CeA1eA7B36f4400cfd6305",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99950,
              "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99950,
              "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a7440000000000000000000000002e3590ecf1b621aaa0cea1ea7b36f4400cfd630500000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99950,
              "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000002e3590ecf1b621aaa0cea1ea7b36f4400cfd6305",
              "logIndex": 4,
              "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99950,
              "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000002e3590ecf1b621aaa0cea1ea7b36f4400cfd630500000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99950,
          "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2E3590ECF1b621AAa0CeA1eA7B36f4400cfd6305",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
          "confirmations": 81,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 40,
          "r": "0x21d02a22a026558f7d151ff496d339ad650b3c5475cc3ce59c249273d701bf99",
          "s": "0x4b48f2972a682bee4c46d15737864d102cd6cd3c830a86d0572494d3ebdf25e9",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c288501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a021d02a22a026558f7d151ff496d339ad650b3c5475cc3ce59c249273d701bf99a04b48f2972a682bee4c46d15737864d102cd6cd3c830a86d0572494d3ebdf25e9",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008400000000800000000000000004280000000000000000040000000000000000000000000000000000000000000000000000000300000020000000000040000000000001000080000010000000400000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99950,
              "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
              "address": "0x2E3590ECF1b621AAa0CeA1eA7B36f4400cfd6305",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99950,
              "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
              "address": "0x2E3590ECF1b621AAa0CeA1eA7B36f4400cfd6305",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99950,
              "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99950,
              "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a7440000000000000000000000002e3590ecf1b621aaa0cea1ea7b36f4400cfd630500000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99950,
              "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000002e3590ecf1b621aaa0cea1ea7b36f4400cfd6305",
              "logIndex": 4,
              "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99950,
              "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000002e3590ecf1b621aaa0cea1ea7b36f4400cfd630500000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99950,
          "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2E3590ECF1b621AAa0CeA1eA7B36f4400cfd6305",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "containingLibrary": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
          "confirmations": 81,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 40,
          "r": "0x21d02a22a026558f7d151ff496d339ad650b3c5475cc3ce59c249273d701bf99",
          "s": "0x4b48f2972a682bee4c46d15737864d102cd6cd3c830a86d0572494d3ebdf25e9",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c288501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a021d02a22a026558f7d151ff496d339ad650b3c5475cc3ce59c249273d701bf99a04b48f2972a682bee4c46d15737864d102cd6cd3c830a86d0572494d3ebdf25e9",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008400000000800000000000000004280000000000000000040000000000000000000000000000000000000000000000000000000300000020000000000040000000000001000080000010000000400000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99950,
              "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
              "address": "0x2E3590ECF1b621AAa0CeA1eA7B36f4400cfd6305",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99950,
              "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
              "address": "0x2E3590ECF1b621AAa0CeA1eA7B36f4400cfd6305",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99950,
              "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99950,
              "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a7440000000000000000000000002e3590ecf1b621aaa0cea1ea7b36f4400cfd630500000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99950,
              "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000002e3590ecf1b621aaa0cea1ea7b36f4400cfd6305",
              "logIndex": 4,
              "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99950,
              "transactionHash": "0x89d534ffd57da5e5eb1cfb4d03400f48860587844e0c954f5df785c4a2e9ec9c",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000002e3590ecf1b621aaa0cea1ea7b36f4400cfd630500000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x17fe5d40ed80e5b168160745645679835884d3ed4e63f3f7debfe2edbb5f7370",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99949,
          "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x425d88bB87E01f269457dBcC62aC7a0533e3271a",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x425d88bB87E01f269457dBcC62aC7a0533e3271a",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary",
          "hash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
          "confirmations": 82,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 39,
          "r": "0x13d3e492d5c7b397800914f6359394a37b66bbee790d74bc97c3fda7c247ef82",
          "s": "0x1d46474aa1c9bd2eb21890ff0a93e4b9cbaf1ecc13849e86eb0a2e8c66b6a915",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c278501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a013d3e492d5c7b397800914f6359394a37b66bbee790d74bc97c3fda7c247ef82a01d46474aa1c9bd2eb21890ff0a93e4b9cbaf1ecc13849e86eb0a2e8c66b6a915",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000100000000000000000000000000000000000000000000000002000008000804000000000000100000000000008400000000800000000000000004080000000000000000040000000000000000000000000000000000000000000000000000000300000020000000000040000000000001000080000000000000000000000000000000000001000000000000000000010000000000000000002020000000000000000000000000000000400000000008000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99949,
              "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
              "address": "0x425d88bB87E01f269457dBcC62aC7a0533e3271a",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99949,
              "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
              "address": "0x425d88bB87E01f269457dBcC62aC7a0533e3271a",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99949,
              "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99949,
              "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000425d88bb87e01f269457dbcc62ac7a0533e3271a00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99949,
              "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000425d88bb87e01f269457dbcc62ac7a0533e3271a",
              "logIndex": 4,
              "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99949,
              "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000425d88bb87e01f269457dbcc62ac7a0533e3271a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99949,
          "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x425d88bB87E01f269457dBcC62aC7a0533e3271a",
            "contentAddress": "0x425d88bB87E01f269457dBcC62aC7a0533e3271a",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
          "confirmations": 82,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 39,
          "r": "0x13d3e492d5c7b397800914f6359394a37b66bbee790d74bc97c3fda7c247ef82",
          "s": "0x1d46474aa1c9bd2eb21890ff0a93e4b9cbaf1ecc13849e86eb0a2e8c66b6a915",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c278501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a013d3e492d5c7b397800914f6359394a37b66bbee790d74bc97c3fda7c247ef82a01d46474aa1c9bd2eb21890ff0a93e4b9cbaf1ecc13849e86eb0a2e8c66b6a915",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000100000000000000000000000000000000000000000000000002000008000804000000000000100000000000008400000000800000000000000004080000000000000000040000000000000000000000000000000000000000000000000000000300000020000000000040000000000001000080000000000000000000000000000000000001000000000000000000010000000000000000002020000000000000000000000000000000400000000008000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99949,
              "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
              "address": "0x425d88bB87E01f269457dBcC62aC7a0533e3271a",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99949,
              "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
              "address": "0x425d88bB87E01f269457dBcC62aC7a0533e3271a",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99949,
              "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99949,
              "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000425d88bb87e01f269457dbcc62ac7a0533e3271a00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99949,
              "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000425d88bb87e01f269457dbcc62ac7a0533e3271a",
              "logIndex": 4,
              "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99949,
              "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000425d88bb87e01f269457dbcc62ac7a0533e3271a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99949,
          "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "1": "0x425d88bB87E01f269457dBcC62aC7a0533e3271a",
            "2": 200,
            "principal": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "entity": "0x425d88bB87E01f269457dBcC62aC7a0533e3271a",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
          "confirmations": 82,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 39,
          "r": "0x13d3e492d5c7b397800914f6359394a37b66bbee790d74bc97c3fda7c247ef82",
          "s": "0x1d46474aa1c9bd2eb21890ff0a93e4b9cbaf1ecc13849e86eb0a2e8c66b6a915",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c278501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a013d3e492d5c7b397800914f6359394a37b66bbee790d74bc97c3fda7c247ef82a01d46474aa1c9bd2eb21890ff0a93e4b9cbaf1ecc13849e86eb0a2e8c66b6a915",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000100000000000000000000000000000000000000000000000002000008000804000000000000100000000000008400000000800000000000000004080000000000000000040000000000000000000000000000000000000000000000000000000300000020000000000040000000000001000080000000000000000000000000000000000001000000000000000000010000000000000000002020000000000000000000000000000000400000000008000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99949,
              "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
              "address": "0x425d88bB87E01f269457dBcC62aC7a0533e3271a",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99949,
              "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
              "address": "0x425d88bB87E01f269457dBcC62aC7a0533e3271a",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99949,
              "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99949,
              "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000425d88bb87e01f269457dbcc62ac7a0533e3271a00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99949,
              "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000425d88bb87e01f269457dbcc62ac7a0533e3271a",
              "logIndex": 4,
              "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99949,
              "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000425d88bb87e01f269457dbcc62ac7a0533e3271a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99949,
          "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "walletAddress": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
          "confirmations": 82,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 39,
          "r": "0x13d3e492d5c7b397800914f6359394a37b66bbee790d74bc97c3fda7c247ef82",
          "s": "0x1d46474aa1c9bd2eb21890ff0a93e4b9cbaf1ecc13849e86eb0a2e8c66b6a915",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c278501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a013d3e492d5c7b397800914f6359394a37b66bbee790d74bc97c3fda7c247ef82a01d46474aa1c9bd2eb21890ff0a93e4b9cbaf1ecc13849e86eb0a2e8c66b6a915",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000100000000000000000000000000000000000000000000000002000008000804000000000000100000000000008400000000800000000000000004080000000000000000040000000000000000000000000000000000000000000000000000000300000020000000000040000000000001000080000000000000000000000000000000000001000000000000000000010000000000000000002020000000000000000000000000000000400000000008000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99949,
              "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
              "address": "0x425d88bB87E01f269457dBcC62aC7a0533e3271a",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99949,
              "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
              "address": "0x425d88bB87E01f269457dBcC62aC7a0533e3271a",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99949,
              "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99949,
              "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000425d88bb87e01f269457dbcc62ac7a0533e3271a00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99949,
              "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000425d88bb87e01f269457dbcc62ac7a0533e3271a",
              "logIndex": 4,
              "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99949,
              "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000425d88bb87e01f269457dbcc62ac7a0533e3271a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99949,
          "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x425d88bB87E01f269457dBcC62aC7a0533e3271a",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
          "confirmations": 82,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 39,
          "r": "0x13d3e492d5c7b397800914f6359394a37b66bbee790d74bc97c3fda7c247ef82",
          "s": "0x1d46474aa1c9bd2eb21890ff0a93e4b9cbaf1ecc13849e86eb0a2e8c66b6a915",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c278501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a013d3e492d5c7b397800914f6359394a37b66bbee790d74bc97c3fda7c247ef82a01d46474aa1c9bd2eb21890ff0a93e4b9cbaf1ecc13849e86eb0a2e8c66b6a915",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000100000000000000000000000000000000000000000000000002000008000804000000000000100000000000008400000000800000000000000004080000000000000000040000000000000000000000000000000000000000000000000000000300000020000000000040000000000001000080000000000000000000000000000000000001000000000000000000010000000000000000002020000000000000000000000000000000400000000008000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99949,
              "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
              "address": "0x425d88bB87E01f269457dBcC62aC7a0533e3271a",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99949,
              "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
              "address": "0x425d88bB87E01f269457dBcC62aC7a0533e3271a",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99949,
              "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99949,
              "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000425d88bb87e01f269457dbcc62ac7a0533e3271a00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99949,
              "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000425d88bb87e01f269457dbcc62ac7a0533e3271a",
              "logIndex": 4,
              "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99949,
              "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000425d88bb87e01f269457dbcc62ac7a0533e3271a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99949,
          "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x425d88bB87E01f269457dBcC62aC7a0533e3271a",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "containingLibrary": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
          "confirmations": 82,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 39,
          "r": "0x13d3e492d5c7b397800914f6359394a37b66bbee790d74bc97c3fda7c247ef82",
          "s": "0x1d46474aa1c9bd2eb21890ff0a93e4b9cbaf1ecc13849e86eb0a2e8c66b6a915",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c278501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a013d3e492d5c7b397800914f6359394a37b66bbee790d74bc97c3fda7c247ef82a01d46474aa1c9bd2eb21890ff0a93e4b9cbaf1ecc13849e86eb0a2e8c66b6a915",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000100000000000000000000000000000000000000000000000002000008000804000000000000100000000000008400000000800000000000000004080000000000000000040000000000000000000000000000000000000000000000000000000300000020000000000040000000000001000080000000000000000000000000000000000001000000000000000000010000000000000000002020000000000000000000000000000000400000000008000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99949,
              "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
              "address": "0x425d88bB87E01f269457dBcC62aC7a0533e3271a",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99949,
              "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
              "address": "0x425d88bB87E01f269457dBcC62aC7a0533e3271a",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99949,
              "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99949,
              "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000425d88bb87e01f269457dbcc62ac7a0533e3271a00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99949,
              "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000425d88bb87e01f269457dbcc62ac7a0533e3271a",
              "logIndex": 4,
              "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99949,
              "transactionHash": "0x24c4132b5ecec6094eeb9a15470088ed862caeb2bd3445861918773ec36d535b",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000425d88bb87e01f269457dbcc62ac7a0533e3271a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xa95642cdccc000bd438d55dcc740618c17e7ed34e3435bd37ae317bd6e29a94d",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99948,
          "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0xF0055D45e4397968723e5C1456ca9acaB3f535c7",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0xF0055D45e4397968723e5C1456ca9acaB3f535c7",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary",
          "hash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
          "confirmations": 83,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 38,
          "r": "0x22100c1f66bd6d10c4acb543f08135fcb2b5560d6819bce81f20f78de1680af9",
          "s": "0x18b906241b5b46144a1ca468ffb42cac1505a1eb9f884e85287e02c739c8e34c",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c268501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a022100c1f66bd6d10c4acb543f08135fcb2b5560d6819bce81f20f78de1680af9a018b906241b5b46144a1ca468ffb42cac1505a1eb9f884e85287e02c739c8e34c",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008400000000800000000000000004080000000000000000040000000000000000000000000000000000000800000000000000000300000020000000000040000000000001000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000200000000000000000080200000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99948,
              "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
              "address": "0xF0055D45e4397968723e5C1456ca9acaB3f535c7",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99948,
              "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
              "address": "0xF0055D45e4397968723e5C1456ca9acaB3f535c7",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99948,
              "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99948,
              "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000f0055d45e4397968723e5c1456ca9acab3f535c700000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99948,
              "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000f0055d45e4397968723e5c1456ca9acab3f535c7",
              "logIndex": 4,
              "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99948,
              "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000f0055d45e4397968723e5c1456ca9acab3f535c700000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99948,
          "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0xF0055D45e4397968723e5C1456ca9acaB3f535c7",
            "contentAddress": "0xF0055D45e4397968723e5C1456ca9acaB3f535c7",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
          "confirmations": 83,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 38,
          "r": "0x22100c1f66bd6d10c4acb543f08135fcb2b5560d6819bce81f20f78de1680af9",
          "s": "0x18b906241b5b46144a1ca468ffb42cac1505a1eb9f884e85287e02c739c8e34c",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c268501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a022100c1f66bd6d10c4acb543f08135fcb2b5560d6819bce81f20f78de1680af9a018b906241b5b46144a1ca468ffb42cac1505a1eb9f884e85287e02c739c8e34c",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008400000000800000000000000004080000000000000000040000000000000000000000000000000000000800000000000000000300000020000000000040000000000001000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000200000000000000000080200000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99948,
              "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
              "address": "0xF0055D45e4397968723e5C1456ca9acaB3f535c7",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99948,
              "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
              "address": "0xF0055D45e4397968723e5C1456ca9acaB3f535c7",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99948,
              "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99948,
              "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000f0055d45e4397968723e5c1456ca9acab3f535c700000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99948,
              "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000f0055d45e4397968723e5c1456ca9acab3f535c7",
              "logIndex": 4,
              "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99948,
              "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000f0055d45e4397968723e5c1456ca9acab3f535c700000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99948,
          "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "1": "0xF0055D45e4397968723e5C1456ca9acaB3f535c7",
            "2": 200,
            "principal": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "entity": "0xF0055D45e4397968723e5C1456ca9acaB3f535c7",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
          "confirmations": 83,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 38,
          "r": "0x22100c1f66bd6d10c4acb543f08135fcb2b5560d6819bce81f20f78de1680af9",
          "s": "0x18b906241b5b46144a1ca468ffb42cac1505a1eb9f884e85287e02c739c8e34c",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c268501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a022100c1f66bd6d10c4acb543f08135fcb2b5560d6819bce81f20f78de1680af9a018b906241b5b46144a1ca468ffb42cac1505a1eb9f884e85287e02c739c8e34c",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008400000000800000000000000004080000000000000000040000000000000000000000000000000000000800000000000000000300000020000000000040000000000001000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000200000000000000000080200000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99948,
              "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
              "address": "0xF0055D45e4397968723e5C1456ca9acaB3f535c7",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99948,
              "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
              "address": "0xF0055D45e4397968723e5C1456ca9acaB3f535c7",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99948,
              "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99948,
              "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000f0055d45e4397968723e5c1456ca9acab3f535c700000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99948,
              "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000f0055d45e4397968723e5c1456ca9acab3f535c7",
              "logIndex": 4,
              "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99948,
              "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000f0055d45e4397968723e5c1456ca9acab3f535c700000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99948,
          "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "walletAddress": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
          "confirmations": 83,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 38,
          "r": "0x22100c1f66bd6d10c4acb543f08135fcb2b5560d6819bce81f20f78de1680af9",
          "s": "0x18b906241b5b46144a1ca468ffb42cac1505a1eb9f884e85287e02c739c8e34c",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c268501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a022100c1f66bd6d10c4acb543f08135fcb2b5560d6819bce81f20f78de1680af9a018b906241b5b46144a1ca468ffb42cac1505a1eb9f884e85287e02c739c8e34c",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008400000000800000000000000004080000000000000000040000000000000000000000000000000000000800000000000000000300000020000000000040000000000001000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000200000000000000000080200000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99948,
              "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
              "address": "0xF0055D45e4397968723e5C1456ca9acaB3f535c7",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99948,
              "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
              "address": "0xF0055D45e4397968723e5C1456ca9acaB3f535c7",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99948,
              "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99948,
              "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000f0055d45e4397968723e5c1456ca9acab3f535c700000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99948,
              "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000f0055d45e4397968723e5c1456ca9acab3f535c7",
              "logIndex": 4,
              "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99948,
              "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000f0055d45e4397968723e5c1456ca9acab3f535c700000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99948,
          "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF0055D45e4397968723e5C1456ca9acaB3f535c7",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
          "confirmations": 83,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 38,
          "r": "0x22100c1f66bd6d10c4acb543f08135fcb2b5560d6819bce81f20f78de1680af9",
          "s": "0x18b906241b5b46144a1ca468ffb42cac1505a1eb9f884e85287e02c739c8e34c",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c268501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a022100c1f66bd6d10c4acb543f08135fcb2b5560d6819bce81f20f78de1680af9a018b906241b5b46144a1ca468ffb42cac1505a1eb9f884e85287e02c739c8e34c",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008400000000800000000000000004080000000000000000040000000000000000000000000000000000000800000000000000000300000020000000000040000000000001000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000200000000000000000080200000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99948,
              "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
              "address": "0xF0055D45e4397968723e5C1456ca9acaB3f535c7",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99948,
              "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
              "address": "0xF0055D45e4397968723e5C1456ca9acaB3f535c7",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99948,
              "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99948,
              "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000f0055d45e4397968723e5c1456ca9acab3f535c700000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99948,
              "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000f0055d45e4397968723e5c1456ca9acab3f535c7",
              "logIndex": 4,
              "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99948,
              "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000f0055d45e4397968723e5c1456ca9acab3f535c700000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99948,
          "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF0055D45e4397968723e5C1456ca9acaB3f535c7",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "containingLibrary": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
          "confirmations": 83,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 38,
          "r": "0x22100c1f66bd6d10c4acb543f08135fcb2b5560d6819bce81f20f78de1680af9",
          "s": "0x18b906241b5b46144a1ca468ffb42cac1505a1eb9f884e85287e02c739c8e34c",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c268501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a022100c1f66bd6d10c4acb543f08135fcb2b5560d6819bce81f20f78de1680af9a018b906241b5b46144a1ca468ffb42cac1505a1eb9f884e85287e02c739c8e34c",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008400000000800000000000000004080000000000000000040000000000000000000000000000000000000800000000000000000300000020000000000040000000000001000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000200000000000000000080200000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99948,
              "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
              "address": "0xF0055D45e4397968723e5C1456ca9acaB3f535c7",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99948,
              "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
              "address": "0xF0055D45e4397968723e5C1456ca9acaB3f535c7",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99948,
              "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99948,
              "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000f0055d45e4397968723e5c1456ca9acab3f535c700000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99948,
              "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000f0055d45e4397968723e5c1456ca9acab3f535c7",
              "logIndex": 4,
              "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99948,
              "transactionHash": "0x28a4d6e07f8cff1a9f206baa62956db0b4e2e80af7318e4507ea9a3176c930d4",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000f0055d45e4397968723e5c1456ca9acab3f535c700000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x08d8cf83946105ef3393c8658cac78f8855b80069c2003024b9d20d272d457c4",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99947,
          "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x364890aD0AD806907de2936656d9E1Df63d5Ee3B",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x364890aD0AD806907de2936656d9E1Df63d5Ee3B",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary",
          "hash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
          "confirmations": 84,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 37,
          "r": "0xeadbfbf6c54002f82314959aae77a6e81cbbe3af5d789933aa916a1463e4a5c9",
          "s": "0x0f4d56b654c3ee6c98d59fab7ef78a05efc8ddf33fa3115865a92fee936a4671",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c258501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0eadbfbf6c54002f82314959aae77a6e81cbbe3af5d789933aa916a1463e4a5c9a00f4d56b654c3ee6c98d59fab7ef78a05efc8ddf33fa3115865a92fee936a4671",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000004000000000000000000000000000002000008000804000000000000100000000000008400000000800000002000000004080000200000000000040000000000000000000000000000000000000000000000000000000300000020000000000040000000000001000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99947,
              "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
              "address": "0x364890aD0AD806907de2936656d9E1Df63d5Ee3B",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99947,
              "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
              "address": "0x364890aD0AD806907de2936656d9E1Df63d5Ee3B",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99947,
              "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99947,
              "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000364890ad0ad806907de2936656d9e1df63d5ee3b00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99947,
              "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000364890ad0ad806907de2936656d9e1df63d5ee3b",
              "logIndex": 4,
              "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99947,
              "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000364890ad0ad806907de2936656d9e1df63d5ee3b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99947,
          "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x364890aD0AD806907de2936656d9E1Df63d5Ee3B",
            "contentAddress": "0x364890aD0AD806907de2936656d9E1Df63d5Ee3B",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
          "confirmations": 84,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 37,
          "r": "0xeadbfbf6c54002f82314959aae77a6e81cbbe3af5d789933aa916a1463e4a5c9",
          "s": "0x0f4d56b654c3ee6c98d59fab7ef78a05efc8ddf33fa3115865a92fee936a4671",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c258501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0eadbfbf6c54002f82314959aae77a6e81cbbe3af5d789933aa916a1463e4a5c9a00f4d56b654c3ee6c98d59fab7ef78a05efc8ddf33fa3115865a92fee936a4671",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000004000000000000000000000000000002000008000804000000000000100000000000008400000000800000002000000004080000200000000000040000000000000000000000000000000000000000000000000000000300000020000000000040000000000001000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99947,
              "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
              "address": "0x364890aD0AD806907de2936656d9E1Df63d5Ee3B",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99947,
              "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
              "address": "0x364890aD0AD806907de2936656d9E1Df63d5Ee3B",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99947,
              "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99947,
              "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000364890ad0ad806907de2936656d9e1df63d5ee3b00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99947,
              "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000364890ad0ad806907de2936656d9e1df63d5ee3b",
              "logIndex": 4,
              "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99947,
              "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000364890ad0ad806907de2936656d9e1df63d5ee3b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99947,
          "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "1": "0x364890aD0AD806907de2936656d9E1Df63d5Ee3B",
            "2": 200,
            "principal": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "entity": "0x364890aD0AD806907de2936656d9E1Df63d5Ee3B",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
          "confirmations": 84,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 37,
          "r": "0xeadbfbf6c54002f82314959aae77a6e81cbbe3af5d789933aa916a1463e4a5c9",
          "s": "0x0f4d56b654c3ee6c98d59fab7ef78a05efc8ddf33fa3115865a92fee936a4671",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c258501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0eadbfbf6c54002f82314959aae77a6e81cbbe3af5d789933aa916a1463e4a5c9a00f4d56b654c3ee6c98d59fab7ef78a05efc8ddf33fa3115865a92fee936a4671",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000004000000000000000000000000000002000008000804000000000000100000000000008400000000800000002000000004080000200000000000040000000000000000000000000000000000000000000000000000000300000020000000000040000000000001000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99947,
              "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
              "address": "0x364890aD0AD806907de2936656d9E1Df63d5Ee3B",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99947,
              "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
              "address": "0x364890aD0AD806907de2936656d9E1Df63d5Ee3B",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99947,
              "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99947,
              "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000364890ad0ad806907de2936656d9e1df63d5ee3b00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99947,
              "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000364890ad0ad806907de2936656d9e1df63d5ee3b",
              "logIndex": 4,
              "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99947,
              "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000364890ad0ad806907de2936656d9e1df63d5ee3b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99947,
          "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "walletAddress": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
          "confirmations": 84,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 37,
          "r": "0xeadbfbf6c54002f82314959aae77a6e81cbbe3af5d789933aa916a1463e4a5c9",
          "s": "0x0f4d56b654c3ee6c98d59fab7ef78a05efc8ddf33fa3115865a92fee936a4671",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c258501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0eadbfbf6c54002f82314959aae77a6e81cbbe3af5d789933aa916a1463e4a5c9a00f4d56b654c3ee6c98d59fab7ef78a05efc8ddf33fa3115865a92fee936a4671",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000004000000000000000000000000000002000008000804000000000000100000000000008400000000800000002000000004080000200000000000040000000000000000000000000000000000000000000000000000000300000020000000000040000000000001000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99947,
              "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
              "address": "0x364890aD0AD806907de2936656d9E1Df63d5Ee3B",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99947,
              "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
              "address": "0x364890aD0AD806907de2936656d9E1Df63d5Ee3B",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99947,
              "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99947,
              "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000364890ad0ad806907de2936656d9e1df63d5ee3b00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99947,
              "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000364890ad0ad806907de2936656d9e1df63d5ee3b",
              "logIndex": 4,
              "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99947,
              "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000364890ad0ad806907de2936656d9e1df63d5ee3b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99947,
          "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x364890aD0AD806907de2936656d9E1Df63d5Ee3B",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
          "confirmations": 84,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 37,
          "r": "0xeadbfbf6c54002f82314959aae77a6e81cbbe3af5d789933aa916a1463e4a5c9",
          "s": "0x0f4d56b654c3ee6c98d59fab7ef78a05efc8ddf33fa3115865a92fee936a4671",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c258501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0eadbfbf6c54002f82314959aae77a6e81cbbe3af5d789933aa916a1463e4a5c9a00f4d56b654c3ee6c98d59fab7ef78a05efc8ddf33fa3115865a92fee936a4671",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000004000000000000000000000000000002000008000804000000000000100000000000008400000000800000002000000004080000200000000000040000000000000000000000000000000000000000000000000000000300000020000000000040000000000001000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99947,
              "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
              "address": "0x364890aD0AD806907de2936656d9E1Df63d5Ee3B",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99947,
              "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
              "address": "0x364890aD0AD806907de2936656d9E1Df63d5Ee3B",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99947,
              "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99947,
              "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000364890ad0ad806907de2936656d9e1df63d5ee3b00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99947,
              "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000364890ad0ad806907de2936656d9e1df63d5ee3b",
              "logIndex": 4,
              "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99947,
              "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000364890ad0ad806907de2936656d9e1df63d5ee3b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99947,
          "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x364890aD0AD806907de2936656d9E1Df63d5Ee3B",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "containingLibrary": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
          "confirmations": 84,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 37,
          "r": "0xeadbfbf6c54002f82314959aae77a6e81cbbe3af5d789933aa916a1463e4a5c9",
          "s": "0x0f4d56b654c3ee6c98d59fab7ef78a05efc8ddf33fa3115865a92fee936a4671",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c258501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0eadbfbf6c54002f82314959aae77a6e81cbbe3af5d789933aa916a1463e4a5c9a00f4d56b654c3ee6c98d59fab7ef78a05efc8ddf33fa3115865a92fee936a4671",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000004000000000000000000000000000002000008000804000000000000100000000000008400000000800000002000000004080000200000000000040000000000000000000000000000000000000000000000000000000300000020000000000040000000000001000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99947,
              "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
              "address": "0x364890aD0AD806907de2936656d9E1Df63d5Ee3B",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99947,
              "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
              "address": "0x364890aD0AD806907de2936656d9E1Df63d5Ee3B",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99947,
              "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99947,
              "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000364890ad0ad806907de2936656d9e1df63d5ee3b00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99947,
              "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000364890ad0ad806907de2936656d9e1df63d5ee3b",
              "logIndex": 4,
              "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99947,
              "transactionHash": "0xe2d03fc5db67c4b9ebe32f3c46435a59fd64a2f2c19ba6f2bb93f5cc9bbbe19d",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000364890ad0ad806907de2936656d9e1df63d5ee3b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x6e260d472eaedcd4ed08ceba74aed83955aada03c1b9daa177ed6d87de9f7146",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99946,
          "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
          "logIndex": 5,
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0xFbA57AFB42d63e7B09F783fA6E0604239d7Bd779",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0xFbA57AFB42d63e7B09F783fA6E0604239d7Bd779",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary",
          "hash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
          "confirmations": 85,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 36,
          "r": "0xf82ed22f630744aa0a19c25061fcdf4a257c27fff1cf0c14b7e06160ef23d884",
          "s": "0x3e9ddb91eb814c658e0cb85fe71fb5ceb1865de498f8de17ea75edc5c7ba0007",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c248501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0f82ed22f630744aa0a19c25061fcdf4a257c27fff1cf0c14b7e06160ef23d884a03e9ddb91eb814c658e0cb85fe71fb5ceb1865de498f8de17ea75edc5c7ba0007",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008400000000800000000000000004080000000000000000040000000000000000000000000000000000000000000000000000000300000020000000000040000000000001000080000000000000000000000000000000000001000000000000020000000000000000000000002020000000000000000000000000000000400010000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000002000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99946,
              "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
              "address": "0xFbA57AFB42d63e7B09F783fA6E0604239d7Bd779",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99946,
              "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
              "address": "0xFbA57AFB42d63e7B09F783fA6E0604239d7Bd779",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99946,
              "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99946,
              "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000fba57afb42d63e7b09f783fa6e0604239d7bd77900000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99946,
              "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000fba57afb42d63e7b09f783fa6e0604239d7bd779",
              "logIndex": 4,
              "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99946,
              "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000fba57afb42d63e7b09f783fa6e0604239d7bd77900000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99946,
          "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
          "logIndex": 4,
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0xFbA57AFB42d63e7B09F783fA6E0604239d7Bd779",
            "contentAddress": "0xFbA57AFB42d63e7B09F783fA6E0604239d7Bd779",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
          "confirmations": 85,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 36,
          "r": "0xf82ed22f630744aa0a19c25061fcdf4a257c27fff1cf0c14b7e06160ef23d884",
          "s": "0x3e9ddb91eb814c658e0cb85fe71fb5ceb1865de498f8de17ea75edc5c7ba0007",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c248501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0f82ed22f630744aa0a19c25061fcdf4a257c27fff1cf0c14b7e06160ef23d884a03e9ddb91eb814c658e0cb85fe71fb5ceb1865de498f8de17ea75edc5c7ba0007",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008400000000800000000000000004080000000000000000040000000000000000000000000000000000000000000000000000000300000020000000000040000000000001000080000000000000000000000000000000000001000000000000020000000000000000000000002020000000000000000000000000000000400010000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000002000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99946,
              "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
              "address": "0xFbA57AFB42d63e7B09F783fA6E0604239d7Bd779",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99946,
              "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
              "address": "0xFbA57AFB42d63e7B09F783fA6E0604239d7Bd779",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99946,
              "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99946,
              "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000fba57afb42d63e7b09f783fa6e0604239d7bd77900000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99946,
              "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000fba57afb42d63e7b09f783fa6e0604239d7bd779",
              "logIndex": 4,
              "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99946,
              "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000fba57afb42d63e7b09f783fa6e0604239d7bd77900000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99946,
          "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
          "logIndex": 3,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "1": "0xFbA57AFB42d63e7B09F783fA6E0604239d7Bd779",
            "2": 200,
            "principal": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "entity": "0xFbA57AFB42d63e7B09F783fA6E0604239d7Bd779",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
          "confirmations": 85,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 36,
          "r": "0xf82ed22f630744aa0a19c25061fcdf4a257c27fff1cf0c14b7e06160ef23d884",
          "s": "0x3e9ddb91eb814c658e0cb85fe71fb5ceb1865de498f8de17ea75edc5c7ba0007",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c248501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0f82ed22f630744aa0a19c25061fcdf4a257c27fff1cf0c14b7e06160ef23d884a03e9ddb91eb814c658e0cb85fe71fb5ceb1865de498f8de17ea75edc5c7ba0007",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008400000000800000000000000004080000000000000000040000000000000000000000000000000000000000000000000000000300000020000000000040000000000001000080000000000000000000000000000000000001000000000000020000000000000000000000002020000000000000000000000000000000400010000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000002000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99946,
              "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
              "address": "0xFbA57AFB42d63e7B09F783fA6E0604239d7Bd779",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99946,
              "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
              "address": "0xFbA57AFB42d63e7B09F783fA6E0604239d7Bd779",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99946,
              "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99946,
              "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000fba57afb42d63e7b09f783fa6e0604239d7bd77900000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99946,
              "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000fba57afb42d63e7b09f783fa6e0604239d7bd779",
              "logIndex": 4,
              "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99946,
              "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000fba57afb42d63e7b09f783fa6e0604239d7bd77900000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99946,
          "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
          "logIndex": 2,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "walletAddress": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
          "confirmations": 85,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 36,
          "r": "0xf82ed22f630744aa0a19c25061fcdf4a257c27fff1cf0c14b7e06160ef23d884",
          "s": "0x3e9ddb91eb814c658e0cb85fe71fb5ceb1865de498f8de17ea75edc5c7ba0007",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c248501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0f82ed22f630744aa0a19c25061fcdf4a257c27fff1cf0c14b7e06160ef23d884a03e9ddb91eb814c658e0cb85fe71fb5ceb1865de498f8de17ea75edc5c7ba0007",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008400000000800000000000000004080000000000000000040000000000000000000000000000000000000000000000000000000300000020000000000040000000000001000080000000000000000000000000000000000001000000000000020000000000000000000000002020000000000000000000000000000000400010000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000002000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99946,
              "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
              "address": "0xFbA57AFB42d63e7B09F783fA6E0604239d7Bd779",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99946,
              "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
              "address": "0xFbA57AFB42d63e7B09F783fA6E0604239d7Bd779",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99946,
              "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99946,
              "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000fba57afb42d63e7b09f783fa6e0604239d7bd77900000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99946,
              "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000fba57afb42d63e7b09f783fa6e0604239d7bd779",
              "logIndex": 4,
              "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99946,
              "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000fba57afb42d63e7b09f783fa6e0604239d7bd77900000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99946,
          "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xFbA57AFB42d63e7B09F783fA6E0604239d7Bd779",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
          "logIndex": 1,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
          "confirmations": 85,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 36,
          "r": "0xf82ed22f630744aa0a19c25061fcdf4a257c27fff1cf0c14b7e06160ef23d884",
          "s": "0x3e9ddb91eb814c658e0cb85fe71fb5ceb1865de498f8de17ea75edc5c7ba0007",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c248501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0f82ed22f630744aa0a19c25061fcdf4a257c27fff1cf0c14b7e06160ef23d884a03e9ddb91eb814c658e0cb85fe71fb5ceb1865de498f8de17ea75edc5c7ba0007",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008400000000800000000000000004080000000000000000040000000000000000000000000000000000000000000000000000000300000020000000000040000000000001000080000000000000000000000000000000000001000000000000020000000000000000000000002020000000000000000000000000000000400010000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000002000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99946,
              "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
              "address": "0xFbA57AFB42d63e7B09F783fA6E0604239d7Bd779",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99946,
              "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
              "address": "0xFbA57AFB42d63e7B09F783fA6E0604239d7Bd779",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99946,
              "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99946,
              "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000fba57afb42d63e7b09f783fa6e0604239d7bd77900000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99946,
              "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000fba57afb42d63e7b09f783fa6e0604239d7bd779",
              "logIndex": 4,
              "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99946,
              "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000fba57afb42d63e7b09f783fa6e0604239d7bd77900000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99946,
          "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xFbA57AFB42d63e7B09F783fA6E0604239d7Bd779",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
          "logIndex": 0,
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "containingLibrary": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
          "confirmations": 85,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 36,
          "r": "0xf82ed22f630744aa0a19c25061fcdf4a257c27fff1cf0c14b7e06160ef23d884",
          "s": "0x3e9ddb91eb814c658e0cb85fe71fb5ceb1865de498f8de17ea75edc5c7ba0007",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c248501dcd6500083415ff294d703a1849fc7f31154a510e0b0b602c901a49e9080a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0f82ed22f630744aa0a19c25061fcdf4a257c27fff1cf0c14b7e06160ef23d884a03e9ddb91eb814c658e0cb85fe71fb5ceb1865de498f8de17ea75edc5c7ba0007",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002000008000804000000000000100000000000008400000000800000000000000004080000000000000000040000000000000000000000000000000000000000000000000000000300000020000000000040000000000001000080000000000000000000000000000000000001000000000000020000000000000000000000002020000000000000000000000000000000400010000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000002000000000080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99946,
              "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
              "address": "0xFbA57AFB42d63e7B09F783fA6E0604239d7Bd779",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 0,
              "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99946,
              "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
              "address": "0xFbA57AFB42d63e7B09F783fA6E0604239d7Bd779",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99946,
              "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 2,
              "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99946,
              "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000fba57afb42d63e7b09f783fa6e0604239d7bd77900000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99946,
              "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000fba57afb42d63e7b09f783fa6e0604239d7bd779",
              "logIndex": 4,
              "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99946,
              "transactionHash": "0x4976f5090fb537907e52c7634e6713205866f7c233b2c92583c7a0be7b091e8d",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000fba57afb42d63e7b09f783fa6e0604239d7bd77900000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xa760e8efa089ccd56d93e599a350167f7791bee0480bfca07851dff5dec55886",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99945,
          "blockHash": "0xd48d43f60ffeaf674dd1f7031b174b7a4f9a86d790ee809ff5fa8d79ffe8538e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xf7d15a5e9b8a69d2c55f875fe3b44fc18b95b0ff715646187cf3b99801a481ec",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__8yX7y5Maazcv2A62dKYDN2sHMZ1tg5MsVSML8BFuz7oz9JkVr7vfEytxBUoRZ2wwGTj1ztdpsq",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__8yX7y5Maazcv2A62dKYDN2sHMZ1tg5MsVSML8BFuz7oz9JkVr7vfEytxBUoRZ2wwGTj1ztdpsq",
            "length": 2
          },
          "hash": "0xf7d15a5e9b8a69d2c55f875fe3b44fc18b95b0ff715646187cf3b99801a481ec",
          "confirmations": 86,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3905,
          "r": "0x9d6ad1985d97cb11be7bda9b8a652aa0e6300aceeb4a7797fe9023966aba9c45",
          "s": "0x64e7d6da765a6082ba8a8ee94c3a2644e20147e910217e5e90fa30bc32da0f62",
          "v": 28,
          "creates": null,
          "raw": "0xf86b820f418501dcd650008398968094d703a1849fc7f31154a510e0b0b602c901a49e908084446e88261ca09d6ad1985d97cb11be7bda9b8a652aa0e6300aceeb4a7797fe9023966aba9c45a064e7d6da765a6082ba8a8ee94c3a2644e20147e910217e5e90fa30bc32da0f62",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1a5a6"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99945,
              "transactionHash": "0xf7d15a5e9b8a69d2c55f875fe3b44fc18b95b0ff715646187cf3b99801a481ec",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f3879583779354d61617a637632413632644b59444e3273484d5a317467354d7356534d4c384246757a376f7a394a6b56723776664579747842556f525a32777747546a317a7464707371000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xd48d43f60ffeaf674dd1f7031b174b7a4f9a86d790ee809ff5fa8d79ffe8538e",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1a5a6"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99944,
          "blockHash": "0x2b12bd96c9d71bb1c18e51dc420dc94f2d46833f9f1c3689858235a3bf863661",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f3879583779354d61617a637632413632644b59444e3273484d5a317467354d7356534d4c384246757a376f7a394a6b56723776664579747842556f525a32777747546a317a7464707371000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x90494895b815a855f44893029dfd2b2016809a6a559ecb02fe8e89d3ce0250c1",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "2": "hq__8yX7y5Maazcv2A62dKYDN2sHMZ1tg5MsVSML8BFuz7oz9JkVr7vfEytxBUoRZ2wwGTj1ztdpsq",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__8yX7y5Maazcv2A62dKYDN2sHMZ1tg5MsVSML8BFuz7oz9JkVr7vfEytxBUoRZ2wwGTj1ztdpsq",
            "length": 3
          },
          "hash": "0x90494895b815a855f44893029dfd2b2016809a6a559ecb02fe8e89d3ce0250c1",
          "confirmations": 87,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1bd57"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 35,
          "r": "0xe3814348a969213cc1fb940676d13f51720e4b429930fc21a6ec52197d04f3fe",
          "s": "0x620ed319b5b427547697e40a1919be176e6f062571ef4fb168e6dab1a9a74d7b",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9010d238501dcd650008301bd5794d703a1849fc7f31154a510e0b0b602c901a49e9080b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f3879583779354d61617a637632413632644b59444e3273484d5a317467354d7356534d4c384246757a376f7a394a6b56723776664579747842556f525a32777747546a317a7464707371000000000000000000000000000000000000831d26b8a0e3814348a969213cc1fb940676d13f51720e4b429930fc21a6ec52197d04f3fea0620ed319b5b427547697e40a1919be176e6f062571ef4fb168e6dab1a9a74d7b",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1bd57"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99944,
              "transactionHash": "0x90494895b815a855f44893029dfd2b2016809a6a559ecb02fe8e89d3ce0250c1",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f3879583779354d61617a637632413632644b59444e3273484d5a317467354d7356534d4c384246757a376f7a394a6b56723776664579747842556f525a32777747546a317a7464707371000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x2b12bd96c9d71bb1c18e51dc420dc94f2d46833f9f1c3689858235a3bf863661",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1bd57"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99943,
          "blockHash": "0x41c9601d434003df23a3460c26752374bcbd22034429dfd64bfa95fce0ad9ba4",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xaeea1aeccc487032879ff6a181d29f2e7a32c18acb61cfa9484694bea273bcfa",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0xaeea1aeccc487032879ff6a181d29f2e7a32c18acb61cfa9484694bea273bcfa",
          "confirmations": 88,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5fc0"
          },
          "to": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 34,
          "r": "0xbe09654e63a1e7c4569e9f2d5473c4627a7843e25d9b2062ec6f58f783de340f",
          "s": "0x052fd497bfd150bd5a1a281d96c57c774862a53a3a9af76c47a3cfb81d498cc4",
          "v": 1910456,
          "creates": null,
          "raw": "0xf86b228501dcd65000825fc094d703a1849fc7f31154a510e0b0b602c901a49e908084c287e0ed831d26b8a0be09654e63a1e7c4569e9f2d5473c4627a7843e25d9b2062ec6f58f783de340fa0052fd497bfd150bd5a1a281d96c57c774862a53a3a9af76c47a3cfb81d498cc4",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5fc0"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000200010000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99943,
              "transactionHash": "0xaeea1aeccc487032879ff6a181d29f2e7a32c18acb61cfa9484694bea273bcfa",
              "address": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x41c9601d434003df23a3460c26752374bcbd22034429dfd64bfa95fce0ad9ba4",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5fc0"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99942,
          "blockHash": "0xa38d3ad9a873ce8648194b268187f31222268811813f36fc3ea4877145e0c6e0",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x40b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4",
          "topics": [
            "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571"
          ],
          "transactionHash": "0xe132d66c67628e019810e0edccabeaaf4c8a7932b07de12ed61bd65c38a07d48",
          "logIndex": 2,
          "name": "CreateLibrary",
          "signature": "CreateLibrary(address)",
          "topic": "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571",
          "values": {
            "0": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "libraryAddress": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0xe132d66c67628e019810e0edccabeaaf4c8a7932b07de12ed61bd65c38a07d48",
          "confirmations": 89,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x35bc93"
          },
          "to": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 33,
          "r": "0x594c082e00703d7232cf66ad2f34ee021e8f2a9e00517c58d874e49553e08550",
          "s": "0x184549128f33678b9b2663865128982573749f211c234d99f2f2c1a22eaa9d6d",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c218501dcd650008335bc93948f5b42b31d734800c5f1d3be26461f3827d6549880a440b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4831d26b8a0594c082e00703d7232cf66ad2f34ee021e8f2a9e00517c58d874e49553e08550a0184549128f33678b9b2663865128982573749f211c234d99f2f2c1a22eaa9d6d",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x34e8ee"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000020000000008040000000000001000000000000080000000000000000000000000040800000000000000080000000000000000000000000000000000000000000000000000000001000000000000000000400000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000080000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99942,
              "transactionHash": "0xe132d66c67628e019810e0edccabeaaf4c8a7932b07de12ed61bd65c38a07d48",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 0,
              "blockHash": "0xa38d3ad9a873ce8648194b268187f31222268811813f36fc3ea4877145e0c6e0",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99942,
              "transactionHash": "0xe132d66c67628e019810e0edccabeaaf4c8a7932b07de12ed61bd65c38a07d48",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e9000000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 1,
              "blockHash": "0xa38d3ad9a873ce8648194b268187f31222268811813f36fc3ea4877145e0c6e0",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99942,
              "transactionHash": "0xe132d66c67628e019810e0edccabeaaf4c8a7932b07de12ed61bd65c38a07d48",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 2,
              "blockHash": "0xa38d3ad9a873ce8648194b268187f31222268811813f36fc3ea4877145e0c6e0",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x34e8ee"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99942,
          "blockHash": "0xa38d3ad9a873ce8648194b268187f31222268811813f36fc3ea4877145e0c6e0",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
          "data": "0x40b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0xe132d66c67628e019810e0edccabeaaf4c8a7932b07de12ed61bd65c38a07d48",
          "logIndex": 1,
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "1": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "2": 200,
            "principal": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "entity": "0xD703A1849fC7F31154a510e0B0b602c901A49e90",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0xe132d66c67628e019810e0edccabeaaf4c8a7932b07de12ed61bd65c38a07d48",
          "confirmations": 89,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x35bc93"
          },
          "to": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 33,
          "r": "0x594c082e00703d7232cf66ad2f34ee021e8f2a9e00517c58d874e49553e08550",
          "s": "0x184549128f33678b9b2663865128982573749f211c234d99f2f2c1a22eaa9d6d",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c218501dcd650008335bc93948f5b42b31d734800c5f1d3be26461f3827d6549880a440b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4831d26b8a0594c082e00703d7232cf66ad2f34ee021e8f2a9e00517c58d874e49553e08550a0184549128f33678b9b2663865128982573749f211c234d99f2f2c1a22eaa9d6d",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x34e8ee"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000020000000008040000000000001000000000000080000000000000000000000000040800000000000000080000000000000000000000000000000000000000000000000000000001000000000000000000400000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000080000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99942,
              "transactionHash": "0xe132d66c67628e019810e0edccabeaaf4c8a7932b07de12ed61bd65c38a07d48",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 0,
              "blockHash": "0xa38d3ad9a873ce8648194b268187f31222268811813f36fc3ea4877145e0c6e0",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99942,
              "transactionHash": "0xe132d66c67628e019810e0edccabeaaf4c8a7932b07de12ed61bd65c38a07d48",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e9000000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 1,
              "blockHash": "0xa38d3ad9a873ce8648194b268187f31222268811813f36fc3ea4877145e0c6e0",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99942,
              "transactionHash": "0xe132d66c67628e019810e0edccabeaaf4c8a7932b07de12ed61bd65c38a07d48",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 2,
              "blockHash": "0xa38d3ad9a873ce8648194b268187f31222268811813f36fc3ea4877145e0c6e0",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x34e8ee"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99942,
          "blockHash": "0xa38d3ad9a873ce8648194b268187f31222268811813f36fc3ea4877145e0c6e0",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x40b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0xe132d66c67628e019810e0edccabeaaf4c8a7932b07de12ed61bd65c38a07d48",
          "logIndex": 0,
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "walletAddress": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0xe132d66c67628e019810e0edccabeaaf4c8a7932b07de12ed61bd65c38a07d48",
          "confirmations": 89,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x35bc93"
          },
          "to": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 33,
          "r": "0x594c082e00703d7232cf66ad2f34ee021e8f2a9e00517c58d874e49553e08550",
          "s": "0x184549128f33678b9b2663865128982573749f211c234d99f2f2c1a22eaa9d6d",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c218501dcd650008335bc93948f5b42b31d734800c5f1d3be26461f3827d6549880a440b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4831d26b8a0594c082e00703d7232cf66ad2f34ee021e8f2a9e00517c58d874e49553e08550a0184549128f33678b9b2663865128982573749f211c234d99f2f2c1a22eaa9d6d",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x34e8ee"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000020000000008040000000000001000000000000080000000000000000000000000040800000000000000080000000000000000000000000000000000000000000000000000000001000000000000000000400000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000080000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99942,
              "transactionHash": "0xe132d66c67628e019810e0edccabeaaf4c8a7932b07de12ed61bd65c38a07d48",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744",
              "logIndex": 0,
              "blockHash": "0xa38d3ad9a873ce8648194b268187f31222268811813f36fc3ea4877145e0c6e0",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99942,
              "transactionHash": "0xe132d66c67628e019810e0edccabeaaf4c8a7932b07de12ed61bd65c38a07d48",
              "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e9000000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 1,
              "blockHash": "0xa38d3ad9a873ce8648194b268187f31222268811813f36fc3ea4877145e0c6e0",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99942,
              "transactionHash": "0xe132d66c67628e019810e0edccabeaaf4c8a7932b07de12ed61bd65c38a07d48",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571"
              ],
              "data": "0x000000000000000000000000d703a1849fc7f31154a510e0b0b602c901a49e90",
              "logIndex": 2,
              "blockHash": "0xa38d3ad9a873ce8648194b268187f31222268811813f36fc3ea4877145e0c6e0",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x34e8ee"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99939,
          "blockHash": "0xcd31faac6bc190fc851768b235ed2e8016d629c78c56ce85a5207daf116cc6cb",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x2fa66bdb7aa79e493536962acd8365621d894417d74c44346425233d78c4ddcc",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__5j2vhZXC4ke2BZDHJj3Zcj3DqchhUm9r1XK5stKtbAttA5kEAeV65LDTap69JfpihM7HHUpiNm",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__5j2vhZXC4ke2BZDHJj3Zcj3DqchhUm9r1XK5stKtbAttA5kEAeV65LDTap69JfpihM7HHUpiNm",
            "length": 2
          },
          "hash": "0x2fa66bdb7aa79e493536962acd8365621d894417d74c44346425233d78c4ddcc",
          "confirmations": 92,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3904,
          "r": "0x3a8bbee0b0026372f6f12725cb50fd897fb79075559cd9564660219d772a2021",
          "s": "0x73c5c6c87e0063acfe24285b5f06a9e6f2f88b69d538413f376658ace36e5c8e",
          "v": 28,
          "creates": null,
          "raw": "0xf86b820f408501dcd650008398968094d4e1b2f36470f09d3858d34da41b70682416caba8084446e88261ca03a8bbee0b0026372f6f12725cb50fd897fb79075559cd9564660219d772a2021a073c5c6c87e0063acfe24285b5f06a9e6f2f88b69d538413f376658ace36e5c8e",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x290e3"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000100000010000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99939,
              "transactionHash": "0x2fa66bdb7aa79e493536962acd8365621d894417d74c44346425233d78c4ddcc",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f356a3276685a5843346b6532425a44484a6a335a636a334471636868556d397231584b3573744b746241747441356b4541655636354c4454617036394a667069684d3748485570694e6d000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xcd31faac6bc190fc851768b235ed2e8016d629c78c56ce85a5207daf116cc6cb",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x290e3"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99941,
          "blockHash": "0xce666b2349f34df0afc64c7fd0343b43901e82e562d7e3aef26a48fb2a116657",
          "hash": "0x5766677626cf7d56222f6eeb176bb14747a1295cf56f7665938e791a01768bf9",
          "parentHash": "0x141231738ca9fed137303e20d24afdeb219c9a59e13169cddbe0f7d8cb939b5b",
          "number": 99941,
          "timestamp": 1572986053,
          "nonce": 17,
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x5208"
          },
          "gasUsed": {
            "_hex": "0x5208"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd683010815846765746886676f312e3133856c696e7578000000000000000000d10931b95149fb699ba53b7c661ed265011473d6b8c822a56705b61277de6e2f3281b7f2b356b9834602534fdffa7bdc5950b758103924739514f2906407b14500",
          "transactions": [
            "0x5766677626cf7d56222f6eeb176bb14747a1295cf56f7665938e791a01768bf9"
          ],
          "transactionHash": "0x5766677626cf7d56222f6eeb176bb14747a1295cf56f7665938e791a01768bf9",
          "transactionIndex": 0,
          "confirmations": 90,
          "from": "0x748FC1d42E9a685862068541C7012fFdCd148a89",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "to": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
          "value": {
            "_hex": "0x86afb2697458e000"
          },
          "data": "0x",
          "r": "0x1200bc6ff1a295ed6ca89b214ad85a1ade8fafae70c2f39db0b642635baa42d9",
          "s": "0x1381776164562005b0465fc59031c8eb40724fc64500d102bbbadf476b90d561",
          "v": 1910455,
          "creates": null,
          "raw": "0xf86f118501dcd6500082520894d9dc97b58c5f2584062cf69775d160ed9a3bfbc48886afb2697458e00080831d26b7a01200bc6ff1a295ed6ca89b214ad85a1ade8fafae70c2f39db0b642635baa42d9a01381776164562005b0465fc59031c8eb40724fc64500d102bbbadf476b90d561",
          "networkId": 955210,
          "contractAddress": null,
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [],
          "cumulativeGasUsed": {
            "_hex": "0x5208"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99940,
          "blockHash": "0x141231738ca9fed137303e20d24afdeb219c9a59e13169cddbe0f7d8cb939b5b",
          "hash": "0x74b24d7f050fb058921ed60febdf96b6f748aff2002cd580652f673dca844294",
          "parentHash": "0xcd31faac6bc190fc851768b235ed2e8016d629c78c56ce85a5207daf116cc6cb",
          "number": 99940,
          "timestamp": 1572986053,
          "nonce": 15,
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x5208"
          },
          "gasUsed": {
            "_hex": "0x5208"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd683010815846765746886676f312e3133856c696e757800000000000000000044296d6f3f307fd3b3ad569fdfc629a6e47e9ff1070e4cd8c3842ab1304ada5b43838ed63508ff6a4c90624572778ac1c66f0ed0ff58d32de97a2a6d7cff9efd01",
          "transactions": [
            "0x74b24d7f050fb058921ed60febdf96b6f748aff2002cd580652f673dca844294"
          ],
          "transactionHash": "0x74b24d7f050fb058921ed60febdf96b6f748aff2002cd580652f673dca844294",
          "transactionIndex": 0,
          "confirmations": 91,
          "from": "0x1c92316560eE0656966864Fa21c477F7e96dBac6",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "to": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
          "value": {
            "_hex": "0x84fe898eea48e000"
          },
          "data": "0x",
          "r": "0xeacd5ea58559b89d66219b8e6125236a6c7e5068332a9ada6c69f1b783d5fb92",
          "s": "0x2d7eb3cf3cbfc681d7e736d1d5cc76ac92f8db9b955a5da483876557f2559e18",
          "v": 1910456,
          "creates": null,
          "raw": "0xf86f0f8501dcd6500082520894d9dc97b58c5f2584062cf69775d160ed9a3bfbc48884fe898eea48e00080831d26b8a0eacd5ea58559b89d66219b8e6125236a6c7e5068332a9ada6c69f1b783d5fb92a02d7eb3cf3cbfc681d7e736d1d5cc76ac92f8db9b955a5da483876557f2559e18",
          "networkId": 955210,
          "contractAddress": null,
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [],
          "cumulativeGasUsed": {
            "_hex": "0x5208"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99938,
          "blockHash": "0x9053f238a2d418126e62b4e1b9a84bfbc259fa484092782c30b3b68007eec1d2",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xE334068189301D7A8d32cb1f63942f2a715E2661",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x8fae328dcc7a5d812f865dd82179872bcc7c53ee13eb4e9928799511a759ef4e",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__7vMMmthGMYMGuCESeEooExV7KyJcAu3GBGNk9cG8W932zEd7mxsDq1bPosPoj4acZ5Jtw5kds6",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__7vMMmthGMYMGuCESeEooExV7KyJcAu3GBGNk9cG8W932zEd7mxsDq1bPosPoj4acZ5Jtw5kds6",
            "length": 2
          },
          "hash": "0x8fae328dcc7a5d812f865dd82179872bcc7c53ee13eb4e9928799511a759ef4e",
          "confirmations": 93,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0xE334068189301D7A8d32cb1f63942f2a715E2661",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3903,
          "r": "0x9381093716d037bfcca52275b4506ff9a1a91d222fa0561212e0340e82314303",
          "s": "0x0b2a8e42b0d288b11decfb742fa48dee0d1cd2f7ce680a05595bbc0cc8f75cf1",
          "v": 27,
          "creates": null,
          "raw": "0xf86b820f3f8501dcd650008398968094e334068189301d7a8d32cb1f63942f2a715e26618084446e88261ba09381093716d037bfcca52275b4506ff9a1a91d222fa0561212e0340e82314303a00b2a8e42b0d288b11decfb742fa48dee0d1cd2f7ce680a05595bbc0cc8f75cf1",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x2387d"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99938,
              "transactionHash": "0x8fae328dcc7a5d812f865dd82179872bcc7c53ee13eb4e9928799511a759ef4e",
              "address": "0xE334068189301D7A8d32cb1f63942f2a715E2661",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f37764d4d6d7468474d594d477543455365456f6f457856374b794a634175334742474e6b39634738573933327a4564376d787344713162506f73506f6a3461635a354a7477356b647336000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x9053f238a2d418126e62b4e1b9a84bfbc259fa484092782c30b3b68007eec1d2",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x2387d"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99937,
          "blockHash": "0x7dc1a142da7659f9fb232f558730fe02e3ff50b04ef1e7add0fb978c5ba49ffb",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f356a3276685a5843346b6532425a44484a6a335a636a334471636868556d397231584b3573744b746241747441356b4541655636354c4454617036394a667069684d3748485570694e6d000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x63d7ccb199d49eac9e46d54abd653b25399852c6abbd091e59be131b893cea73",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
            "2": "hq__5j2vhZXC4ke2BZDHJj3Zcj3DqchhUm9r1XK5stKtbAttA5kEAeV65LDTap69JfpihM7HHUpiNm",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
            "objectHash": "hq__5j2vhZXC4ke2BZDHJj3Zcj3DqchhUm9r1XK5stKtbAttA5kEAeV65LDTap69JfpihM7HHUpiNm",
            "length": 3
          },
          "hash": "0x63d7ccb199d49eac9e46d54abd653b25399852c6abbd091e59be131b893cea73",
          "confirmations": 94,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x204ed"
          },
          "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 32,
          "r": "0x7a40f8c9577bb8797312aceeae9490a6050ed4469395bd5f2ba2e5c5a4d9cc88",
          "s": "0x224182e5038b0c08a7c610cd67248c020c437d240a83e172e2395c1c122c0e9d",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d208501dcd65000830204ed94d4e1b2f36470f09d3858d34da41b70682416caba80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f356a3276685a5843346b6532425a44484a6a335a636a334471636868556d397231584b3573744b746241747441356b4541655636354c4454617036394a667069684d3748485570694e6d000000000000000000000000000000000000831d26b7a07a40f8c9577bb8797312aceeae9490a6050ed4469395bd5f2ba2e5c5a4d9cc88a0224182e5038b0c08a7c610cd67248c020c437d240a83e172e2395c1c122c0e9d",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x204ed"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000100000010000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99937,
              "transactionHash": "0x63d7ccb199d49eac9e46d54abd653b25399852c6abbd091e59be131b893cea73",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000341c59b16a9b2664b7bb4fc20306faef50b6cf140000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f356a3276685a5843346b6532425a44484a6a335a636a334471636868556d397231584b3573744b746241747441356b4541655636354c4454617036394a667069684d3748485570694e6d000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x7dc1a142da7659f9fb232f558730fe02e3ff50b04ef1e7add0fb978c5ba49ffb",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x204ed"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99936,
          "blockHash": "0x604c5aabb25d9f192bb26d742f542b1425f8f9a95a120f6956e966b749c111c1",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xE334068189301D7A8d32cb1f63942f2a715E2661",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f37764d4d6d7468474d594d477543455365456f6f457856374b794a634175334742474e6b39634738573933327a4564376d787344713162506f73506f6a3461635a354a7477356b647336000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x0cd0b76bf76b5b5eeef784b5bd6efd3806f8b9bac5ebaa137cfda0be69d98bc4",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "2": "hq__7vMMmthGMYMGuCESeEooExV7KyJcAu3GBGNk9cG8W932zEd7mxsDq1bPosPoj4acZ5Jtw5kds6",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__7vMMmthGMYMGuCESeEooExV7KyJcAu3GBGNk9cG8W932zEd7mxsDq1bPosPoj4acZ5Jtw5kds6",
            "length": 3
          },
          "hash": "0x0cd0b76bf76b5b5eeef784b5bd6efd3806f8b9bac5ebaa137cfda0be69d98bc4",
          "confirmations": 96,
          "from": "0x748FC1d42E9a685862068541C7012fFdCd148a89",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x184fb"
          },
          "to": "0xE334068189301D7A8d32cb1f63942f2a715E2661",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 16,
          "r": "0x87461aa46aa35931abdf76ccaa9114de99877a4e80e65881c0a08ca6cf6eec9a",
          "s": "0x61b94b18b4958a5f73c209a8eb11e6eb8f51fe8ec3be2cee4fc726e268fa6c45",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d108501dcd65000830184fb94e334068189301d7a8d32cb1f63942f2a715e266180b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f37764d4d6d7468474d594d477543455365456f6f457856374b794a634175334742474e6b39634738573933327a4564376d787344713162506f73506f6a3461635a354a7477356b647336000000000000000000000000000000000000831d26b7a087461aa46aa35931abdf76ccaa9114de99877a4e80e65881c0a08ca6cf6eec9aa061b94b18b4958a5f73c209a8eb11e6eb8f51fe8ec3be2cee4fc726e268fa6c45",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x184fb"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99936,
              "transactionHash": "0x0cd0b76bf76b5b5eeef784b5bd6efd3806f8b9bac5ebaa137cfda0be69d98bc4",
              "address": "0xE334068189301D7A8d32cb1f63942f2a715E2661",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f37764d4d6d7468474d594d477543455365456f6f457856374b794a634175334742474e6b39634738573933327a4564376d787344713162506f73506f6a3461635a354a7477356b647336000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x604c5aabb25d9f192bb26d742f542b1425f8f9a95a120f6956e966b749c111c1",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x184fb"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99934,
          "blockHash": "0x075dfbd7a832150d3c6ce263e5e58665d448b2597997deb4a98181228edde3a4",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4a50726647656432527753466a5a4c725a7a665331657731384b4d6d7931356547526e4754754a644e663151515454367a675954343956693376326179777438356d5158693144576379000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xf7e6e57c92fd838c713472060578811866eb11a754f5ce6673e6c41e9dbc23de",
          "logIndex": 0,
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
            "2": "hq__JPrfGed2RwSFjZLrZzfS1ew18KMmy15eGRnGTuJdNf1QQTT6zgYT49Vi3v2aywt85mQXi1DWcy",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
            "objectHash": "hq__JPrfGed2RwSFjZLrZzfS1ew18KMmy15eGRnGTuJdNf1QQTT6zgYT49Vi3v2aywt85mQXi1DWcy",
            "length": 3
          },
          "hash": "0xf7e6e57c92fd838c713472060578811866eb11a754f5ce6673e6c41e9dbc23de",
          "confirmations": 98,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x23f85"
          },
          "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 31,
          "r": "0x3fed6afd418e945d9a68f591e7bb82dfa591897724622590926363259ea86b44",
          "s": "0x56ded1b53e297f9cb1a18ce32619e8e516ed270af886646162ce852d2ea0200d",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d1f8501dcd6500083023f8594d4e1b2f36470f09d3858d34da41b70682416caba80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4a50726647656432527753466a5a4c725a7a665331657731384b4d6d7931356547526e4754754a644e663151515454367a675954343956693376326179777438356d5158693144576379000000000000000000000000000000000000831d26b7a03fed6afd418e945d9a68f591e7bb82dfa591897724622590926363259ea86b44a056ded1b53e297f9cb1a18ce32619e8e516ed270af886646162ce852d2ea0200d",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x23f85"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000100000010000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99934,
              "transactionHash": "0xf7e6e57c92fd838c713472060578811866eb11a754f5ce6673e6c41e9dbc23de",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000341c59b16a9b2664b7bb4fc20306faef50b6cf140000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4a50726647656432527753466a5a4c725a7a665331657731384b4d6d7931356547526e4754754a644e663151515454367a675954343956693376326179777438356d5158693144576379000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x075dfbd7a832150d3c6ce263e5e58665d448b2597997deb4a98181228edde3a4",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x23f85"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99935,
          "blockHash": "0x96cfe86c29c78723050899e422b3c16c4e7debb16adedab380bcc78e669be42f",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xf03a48f03d9f63a7dfbe5abd00d1629a2ca3e40632790cf1226b387484076931",
          "logIndex": 0,
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__JPrfGed2RwSFjZLrZzfS1ew18KMmy15eGRnGTuJdNf1QQTT6zgYT49Vi3v2aywt85mQXi1DWcy",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__JPrfGed2RwSFjZLrZzfS1ew18KMmy15eGRnGTuJdNf1QQTT6zgYT49Vi3v2aywt85mQXi1DWcy",
            "length": 2
          },
          "hash": "0xf03a48f03d9f63a7dfbe5abd00d1629a2ca3e40632790cf1226b387484076931",
          "confirmations": 97,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3902,
          "r": "0x5a4e6d8f5bfd1732046a30275aabc71772b7f18569aeec1efaf9600ab2a05b89",
          "s": "0x70cbca31bc603c70b290b9c6cb4e3e60f984b6cbe678601e67e6f596b720736b",
          "v": 27,
          "creates": null,
          "raw": "0xf86b820f3e8501dcd650008398968094d4e1b2f36470f09d3858d34da41b70682416caba8084446e88261ba05a4e6d8f5bfd1732046a30275aabc71772b7f18569aeec1efaf9600ab2a05b89a070cbca31bc603c70b290b9c6cb4e3e60f984b6cbe678601e67e6f596b720736b",
          "networkId": 0,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x189c1"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000100000010000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99935,
              "transactionHash": "0xf03a48f03d9f63a7dfbe5abd00d1629a2ca3e40632790cf1226b387484076931",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4a50726647656432527753466a5a4c725a7a665331657731384b4d6d7931356547526e4754754a644e663151515454367a675954343956693376326179777438356d5158693144576379000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x96cfe86c29c78723050899e422b3c16c4e7debb16adedab380bcc78e669be42f",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x189c1"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99933,
          "blockHash": "0x53f18784670264f70c227f934e937aef19aef4c25922ae2f61131160219c916d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xC70C7A090E4c21E559FC79db6e317cbc8897b6a7",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034383761323065386534336336623137333938336566636237316165346431643866333232323832333262333962663462306137373966313036353031326262356634393561373431613234653039663666313535313639376134643564316331633561343566323163623036333431323437643431313336373265313434386400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0x98e883418377d1090f6aefc2e8a894e6c3ab7e04abd9448af5efb00df246a731",
          "logIndex": 2,
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x01"
            },
            "1": 0,
            "2": "hq__KnZKUrRn4YfzHDGFGNw6isD6KkQe3pLbneAgZCRe6WFB2LeBz1a5X2LFvLLQBmUiUwTPccYm5g",
            "3": "0x0487a20e8e43c6b173983efcb71ae4d1d8f32228232b39bf4b0a779f1065012bb5f495a741a24e09f6f1551697a4d5d1c1c5a45f21cb06341247d4113672e1448d",
            "4": "",
            "requestID": {
              "_hex": "0x01"
            },
            "level": 0,
            "contentHash": "hq__KnZKUrRn4YfzHDGFGNw6isD6KkQe3pLbneAgZCRe6WFB2LeBz1a5X2LFvLLQBmUiUwTPccYm5g",
            "pkeRequestor": "0x0487a20e8e43c6b173983efcb71ae4d1d8f32228232b39bf4b0a779f1065012bb5f495a741a24e09f6f1551697a4d5d1c1c5a45f21cb06341247d4113672e1448d",
            "pkeAFGH": "",
            "length": 5
          },
          "contract": "BaseContent",
          "hash": "0x98e883418377d1090f6aefc2e8a894e6c3ab7e04abd9448af5efb00df246a731",
          "confirmations": 99,
          "from": "0x748FC1d42E9a685862068541C7012fFdCd148a89",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x18cb7"
          },
          "to": "0xC70C7A090E4c21E559FC79db6e317cbc8897b6a7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 15,
          "r": "0x22bb7013a031a08d66351f8bca31c20346329e6839009e946128c2baa15f289e",
          "s": "0x06e6efb50596a87cc1124ef851b1ff88db087e71ca2788532def14eb6d4b1866",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9022e0f8501dcd6500083018cb794c70c7a090e4c21e559fc79db6e317cbc8897b6a780b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034383761323065386534336336623137333938336566636237316165346431643866333232323832333262333962663462306137373966313036353031326262356634393561373431613234653039663666313535313639376134643564316331633561343566323163623036333431323437643431313336373265313434386400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b8a022bb7013a031a08d66351f8bca31c20346329e6839009e946128c2baa15f289ea006e6efb50596a87cc1124ef851b1ff88db087e71ca2788532def14eb6d4b1866",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x18cb7"
          },
          "logsBloom": "0x00020000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000080800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99933,
              "transactionHash": "0x98e883418377d1090f6aefc2e8a894e6c3ab7e04abd9448af5efb00df246a731",
              "address": "0xC70C7A090E4c21E559FC79db6e317cbc8897b6a7",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x53f18784670264f70c227f934e937aef19aef4c25922ae2f61131160219c916d",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99933,
              "transactionHash": "0x98e883418377d1090f6aefc2e8a894e6c3ab7e04abd9448af5efb00df246a731",
              "address": "0xC70C7A090E4c21E559FC79db6e317cbc8897b6a7",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x53f18784670264f70c227f934e937aef19aef4c25922ae2f61131160219c916d",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99933,
              "transactionHash": "0x98e883418377d1090f6aefc2e8a894e6c3ab7e04abd9448af5efb00df246a731",
              "address": "0xC70C7A090E4c21E559FC79db6e317cbc8897b6a7",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f4b6e5a4b5572526e3459667a48444746474e7736697344364b6b516533704c626e6541675a43526536574642324c65427a31613558324c46764c4c51426d5569557754506363596d35670000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343837613230653865343363366231373339383365666362373161653464316438663332323238323332623339626634623061373739663130363530313262623566343935613734316132346530396636663135353136393761346435643163316335613435663231636230363334313234376434313133363732653134343864000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 2,
              "blockHash": "0x53f18784670264f70c227f934e937aef19aef4c25922ae2f61131160219c916d",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x18cb7"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99933,
          "blockHash": "0x53f18784670264f70c227f934e937aef19aef4c25922ae2f61131160219c916d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xC70C7A090E4c21E559FC79db6e317cbc8897b6a7",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034383761323065386534336336623137333938336566636237316165346431643866333232323832333262333962663462306137373966313036353031326262356634393561373431613234653039663666313535313639376134643564316331633561343566323163623036333431323437643431313336373265313434386400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x98e883418377d1090f6aefc2e8a894e6c3ab7e04abd9448af5efb00df246a731",
          "logIndex": 1,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x98e883418377d1090f6aefc2e8a894e6c3ab7e04abd9448af5efb00df246a731",
          "confirmations": 99,
          "from": "0x748FC1d42E9a685862068541C7012fFdCd148a89",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x18cb7"
          },
          "to": "0xC70C7A090E4c21E559FC79db6e317cbc8897b6a7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 15,
          "r": "0x22bb7013a031a08d66351f8bca31c20346329e6839009e946128c2baa15f289e",
          "s": "0x06e6efb50596a87cc1124ef851b1ff88db087e71ca2788532def14eb6d4b1866",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9022e0f8501dcd6500083018cb794c70c7a090e4c21e559fc79db6e317cbc8897b6a780b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034383761323065386534336336623137333938336566636237316165346431643866333232323832333262333962663462306137373966313036353031326262356634393561373431613234653039663666313535313639376134643564316331633561343566323163623036333431323437643431313336373265313434386400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b8a022bb7013a031a08d66351f8bca31c20346329e6839009e946128c2baa15f289ea006e6efb50596a87cc1124ef851b1ff88db087e71ca2788532def14eb6d4b1866",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x18cb7"
          },
          "logsBloom": "0x00020000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000080800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99933,
              "transactionHash": "0x98e883418377d1090f6aefc2e8a894e6c3ab7e04abd9448af5efb00df246a731",
              "address": "0xC70C7A090E4c21E559FC79db6e317cbc8897b6a7",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x53f18784670264f70c227f934e937aef19aef4c25922ae2f61131160219c916d",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99933,
              "transactionHash": "0x98e883418377d1090f6aefc2e8a894e6c3ab7e04abd9448af5efb00df246a731",
              "address": "0xC70C7A090E4c21E559FC79db6e317cbc8897b6a7",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x53f18784670264f70c227f934e937aef19aef4c25922ae2f61131160219c916d",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99933,
              "transactionHash": "0x98e883418377d1090f6aefc2e8a894e6c3ab7e04abd9448af5efb00df246a731",
              "address": "0xC70C7A090E4c21E559FC79db6e317cbc8897b6a7",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f4b6e5a4b5572526e3459667a48444746474e7736697344364b6b516533704c626e6541675a43526536574642324c65427a31613558324c46764c4c51426d5569557754506363596d35670000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343837613230653865343363366231373339383365666362373161653464316438663332323238323332623339626634623061373739663130363530313262623566343935613734316132346530396636663135353136393761346435643163316335613435663231636230363334313234376434313133363732653134343864000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 2,
              "blockHash": "0x53f18784670264f70c227f934e937aef19aef4c25922ae2f61131160219c916d",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x18cb7"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 99933,
          "blockHash": "0x53f18784670264f70c227f934e937aef19aef4c25922ae2f61131160219c916d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xC70C7A090E4c21E559FC79db6e317cbc8897b6a7",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034383761323065386534336336623137333938336566636237316165346431643866333232323832333262333962663462306137373966313036353031326262356634393561373431613234653039663666313535313639376134643564316331633561343566323163623036333431323437643431313336373265313434386400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x98e883418377d1090f6aefc2e8a894e6c3ab7e04abd9448af5efb00df246a731",
          "logIndex": 0,
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x98e883418377d1090f6aefc2e8a894e6c3ab7e04abd9448af5efb00df246a731",
          "confirmations": 99,
          "from": "0x748FC1d42E9a685862068541C7012fFdCd148a89",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x18cb7"
          },
          "to": "0xC70C7A090E4c21E559FC79db6e317cbc8897b6a7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 15,
          "r": "0x22bb7013a031a08d66351f8bca31c20346329e6839009e946128c2baa15f289e",
          "s": "0x06e6efb50596a87cc1124ef851b1ff88db087e71ca2788532def14eb6d4b1866",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9022e0f8501dcd6500083018cb794c70c7a090e4c21e559fc79db6e317cbc8897b6a780b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034383761323065386534336336623137333938336566636237316165346431643866333232323832333262333962663462306137373966313036353031326262356634393561373431613234653039663666313535313639376134643564316331633561343566323163623036333431323437643431313336373265313434386400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b8a022bb7013a031a08d66351f8bca31c20346329e6839009e946128c2baa15f289ea006e6efb50596a87cc1124ef851b1ff88db087e71ca2788532def14eb6d4b1866",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x18cb7"
          },
          "logsBloom": "0x00020000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000080800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99933,
              "transactionHash": "0x98e883418377d1090f6aefc2e8a894e6c3ab7e04abd9448af5efb00df246a731",
              "address": "0xC70C7A090E4c21E559FC79db6e317cbc8897b6a7",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x53f18784670264f70c227f934e937aef19aef4c25922ae2f61131160219c916d",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99933,
              "transactionHash": "0x98e883418377d1090f6aefc2e8a894e6c3ab7e04abd9448af5efb00df246a731",
              "address": "0xC70C7A090E4c21E559FC79db6e317cbc8897b6a7",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x53f18784670264f70c227f934e937aef19aef4c25922ae2f61131160219c916d",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 99933,
              "transactionHash": "0x98e883418377d1090f6aefc2e8a894e6c3ab7e04abd9448af5efb00df246a731",
              "address": "0xC70C7A090E4c21E559FC79db6e317cbc8897b6a7",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f4b6e5a4b5572526e3459667a48444746474e7736697344364b6b516533704c626e6541675a43526536574642324c65427a31613558324c46764c4c51426d5569557754506363596d35670000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343837613230653865343363366231373339383365666362373161653464316438663332323238323332623339626634623061373739663130363530313262623566343935613734316132346530396636663135353136393761346435643163316335613435663231636230363334313234376434313133363732653134343864000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 2,
              "blockHash": "0x53f18784670264f70c227f934e937aef19aef4c25922ae2f61131160219c916d",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x18cb7"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99932,
          "blockHash": "0x88bb7fba1a3e79ed9e572a8ca546a2816a63256912bce4889c127e1d4b5b29a0",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x2c0353e0ec143cc83d457546ed6e13e63deb98cb90955dd7285712bd415ec852",
          "logIndex": 0,
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0x2c0353e0ec143cc83d457546ed6e13e63deb98cb90955dd7285712bd415ec852",
          "confirmations": 100,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5f3c"
          },
          "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 30,
          "r": "0x4a9fdabad5587be0f7ed95eebf914119255dc4a8ecc76be895c977af9b42e480",
          "s": "0x19edc8985d28e78cde56b2dd1af74c0eca75f8ca3622d0132bcb067ff6cbfa46",
          "v": 1910455,
          "creates": null,
          "raw": "0xf86b1e8501dcd65000825f3c94d4e1b2f36470f09d3858d34da41b70682416caba8084c287e0ed831d26b7a04a9fdabad5587be0f7ed95eebf914119255dc4a8ecc76be895c977af9b42e480a019edc8985d28e78cde56b2dd1af74c0eca75f8ca3622d0132bcb067ff6cbfa46",
          "networkId": 955210,
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5f3c"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000010000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 99932,
              "transactionHash": "0x2c0353e0ec143cc83d457546ed6e13e63deb98cb90955dd7285712bd415ec852",
              "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x88bb7fba1a3e79ed9e572a8ca546a2816a63256912bce4889c127e1d4b5b29a0",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5f3c"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 99931,
          "blockHash": "0xbf4991d578f3a9eaa83a8de9414104154190490b42bafce52751e564304b9304",
          "hash": "0x920186ac768eea2a25938079888a8e82e432d283e0f4ab29dee76eaa9f75f320",
          "parentHash": "0x285eaab8e8c74e053e3fad05fe3b1e08f0d3a79797361dfab40e99bb133de951",
          "number": 99931,
          "timestamp": 1572986045,
          "nonce": 29,
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x6dd2"
          },
          "gasUsed": {
            "_hex": "0x6dd2"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd683010815846765746886676f312e3133856c696e7578000000000000000000be88463216b09ea77a7f4a91d2e06454f1fa2fc5a5eafa499d5d2ab38af0b76d7a55cda93f94df07d7ba8cd52c44e94bda730146698a7bed350108610cfbbe5900",
          "transactions": [
            "0x920186ac768eea2a25938079888a8e82e432d283e0f4ab29dee76eaa9f75f320"
          ],
          "transactionHash": "0x920186ac768eea2a25938079888a8e82e432d283e0f4ab29dee76eaa9f75f320",
          "transactionIndex": 0,
          "confirmations": 101,
          "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
          "value": {
            "_hex": "0x0"
          },
          "data": "0xaa024e8b0000000000000000000000000000000000000000000000000000000000000064",
          "r": "0xd6d349cedd020605787e10857c327bcec7839bdd2bcfb4c92784f38cdaa28d1c",
          "s": "0x21960ce03bf247579b3d9f5db152486e3812d9ea6ac543de85b50728e2f96821",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88b1d8501dcd65000826dd294d4e1b2f36470f09d3858d34da41b70682416caba80a4aa024e8b0000000000000000000000000000000000000000000000000000000000000064831d26b8a0d6d349cedd020605787e10857c327bcec7839bdd2bcfb4c92784f38cdaa28d1ca021960ce03bf247579b3d9f5db152486e3812d9ea6ac543de85b50728e2f96821",
          "networkId": 955210,
          "contractAddress": null,
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [],
          "cumulativeGasUsed": {
            "_hex": "0x6dd2"
          },
          "status": 1,
          "byzantium": true
        }
      ]
    ]
    Source:

    ExtractEventFromLogs({
    contractAddress,
    abi,
    event,
    eventName
    })
    → Promise.<Object>

    Extract the specified event log from the given event obtained from the CallContractAndMethodAndWait method

    Returns: The parsed event log from the event
    Parameters:
    Name Type Description
    contractAddress string

    Address of the contract to call the specified method on

    abi Object

    ABI of contract

    event Object

    Event of the transaction from CallContractMethodAndWait

    eventName string

    Name of the event to parse

    Examples
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "event": {
        "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
        "from": "0xdBf299FB9646e863FDD27f6A1C6506e83250C1e8",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x1a602"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000100000010000000000000000000000000000000000000000000000",
        "blockHash": "0x277efbc4110998658ddeb35a2af4fc47fe01f954fe19e82a16d224905e8dece6",
        "transactionHash": "0xafcc4cc00b6598adad484bff73a5eeeaf40321064b2064da9ba478c89f0618f4",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 100004,
            "transactionHash": "0xafcc4cc00b6598adad484bff73a5eeeaf40321064b2064da9ba478c89f0618f4",
            "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
            "topics": [
              "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
            ],
            "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 0,
            "blockHash": "0x277efbc4110998658ddeb35a2af4fc47fe01f954fe19e82a16d224905e8dece6",
            "transactionLogIndex": 0,
            "name": "DbgAccessCode",
            "signature": "DbgAccessCode(uint8)",
            "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
            "values": {
              "0": 0,
              "code": 0,
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 100004,
            "transactionHash": "0xafcc4cc00b6598adad484bff73a5eeeaf40321064b2064da9ba478c89f0618f4",
            "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
            "topics": [
              "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
            ],
            "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 1,
            "blockHash": "0x277efbc4110998658ddeb35a2af4fc47fe01f954fe19e82a16d224905e8dece6",
            "transactionLogIndex": 1,
            "name": "DbgAccessCode",
            "signature": "DbgAccessCode(uint8)",
            "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
            "values": {
              "0": 0,
              "code": 0,
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 100004,
            "transactionHash": "0xafcc4cc00b6598adad484bff73a5eeeaf40321064b2064da9ba478c89f0618f4",
            "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
            "topics": [
              "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
            ],
            "data": "0x0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f38386478764c737779505451453232587a73516154313473424d4c46577677354253624375315476487169647843704d57416d4476467a4d676f755048666358794a33355155324a3158000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008430783034623166346565316530646437393961623365663964353633653730373637663330353131353332643330336663333731346464366330633637373861646639353761373566663463323235396161393939316434383937343732366162366165613934396338383364353733316564383431663638633361326466646265353000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b4153655857576b737450686f7a4770443570664b336241687753735573575248796475526767426977733675447a45535576586e36757065375637703255725147373773664b665537644e426f783768346765614238775a32527231475458713153347a556561327545534d484537396f796334564c796a6751644256516d416e42324d4669423558595977394e6f485a4e556555574134485033546a537765376b4751356b4c6b716f50666f36683876696650444d6b3972503277623341655a503446786e667879434a77363769626d4767777545375846694a6f32456b4341736862443434707a637456706d3339434667716257797075716466704a46665337355536356f000000000000000000000000000000000000000000",
            "logIndex": 2,
            "blockHash": "0x277efbc4110998658ddeb35a2af4fc47fe01f954fe19e82a16d224905e8dece6",
            "transactionLogIndex": 2,
            "name": "AccessRequest",
            "signature": "AccessRequest(uint256,uint8,string,string,string)",
            "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
            "values": {
              "0": {
                "_hex": "0x02"
              },
              "1": 0,
              "2": "hq__88dxvLswyPTQE22XzsQaT14sBMLFWvw5BSbCu1TvHqidxCpMWAmDvFzMgouPHfcXyJ35QU2J1X",
              "3": "0x04b1f4ee1e0dd799ab3ef9d563e70767f30511532d303fc3714dd6c0c6778adf957a75ff4c2259aa9991d48974726ab6aea949c883d5731ed841f68c3a2dfdbe50",
              "4": "ktpkASeXWWkstPhozGpD5pfK3bAhwSsUsWRHyduRggBiws6uDzESUvXn6upe7V7p2UrQG77sfKfU7dNBox7h4geaB8wZ2Rr1GTXq1S4zUea2uESMHE79oyc4VLyjgQdBVQmAnB2MFiB5XYYw9NoHZNUeUWA4HP3TjSwe7kGQ5kLkqoPfo6h8vifPDMk9rP2wb3AeZP4FxnfxyCJw67ibmGgwuE7XFiJo2EkCAshbD44pzctVpm39CFgqbWypuqdfpJFfS75U65o",
              "requestID": {
                "_hex": "0x02"
              },
              "level": 0,
              "contentHash": "hq__88dxvLswyPTQE22XzsQaT14sBMLFWvw5BSbCu1TvHqidxCpMWAmDvFzMgouPHfcXyJ35QU2J1X",
              "pkeRequestor": "0x04b1f4ee1e0dd799ab3ef9d563e70767f30511532d303fc3714dd6c0c6778adf957a75ff4c2259aa9991d48974726ab6aea949c883d5731ed841f68c3a2dfdbe50",
              "pkeAFGH": "ktpkASeXWWkstPhozGpD5pfK3bAhwSsUsWRHyduRggBiws6uDzESUvXn6upe7V7p2UrQG77sfKfU7dNBox7h4geaB8wZ2Rr1GTXq1S4zUea2uESMHE79oyc4VLyjgQdBVQmAnB2MFiB5XYYw9NoHZNUeUWA4HP3TjSwe7kGQ5kLkqoPfo6h8vifPDMk9rP2wb3AeZP4FxnfxyCJw67ibmGgwuE7XFiJo2EkCAshbD44pzctVpm39CFgqbWypuqdfpJFfS75U65o",
              "length": 5
            }
          }
        ],
        "blockNumber": 100004,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x1a602"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "AccessRequest"
    });
    
    
    {
      "name": "AccessRequest",
      "signature": "AccessRequest(uint256,uint8,string,string,string)",
      "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
      "values": {
        "0": {
          "_hex": "0x02"
        },
        "1": 0,
        "2": "hq__88dxvLswyPTQE22XzsQaT14sBMLFWvw5BSbCu1TvHqidxCpMWAmDvFzMgouPHfcXyJ35QU2J1X",
        "3": "0x04b1f4ee1e0dd799ab3ef9d563e70767f30511532d303fc3714dd6c0c6778adf957a75ff4c2259aa9991d48974726ab6aea949c883d5731ed841f68c3a2dfdbe50",
        "4": "ktpkASeXWWkstPhozGpD5pfK3bAhwSsUsWRHyduRggBiws6uDzESUvXn6upe7V7p2UrQG77sfKfU7dNBox7h4geaB8wZ2Rr1GTXq1S4zUea2uESMHE79oyc4VLyjgQdBVQmAnB2MFiB5XYYw9NoHZNUeUWA4HP3TjSwe7kGQ5kLkqoPfo6h8vifPDMk9rP2wb3AeZP4FxnfxyCJw67ibmGgwuE7XFiJo2EkCAshbD44pzctVpm39CFgqbWypuqdfpJFfS75U65o",
        "requestID": {
          "_hex": "0x02"
        },
        "level": 0,
        "contentHash": "hq__88dxvLswyPTQE22XzsQaT14sBMLFWvw5BSbCu1TvHqidxCpMWAmDvFzMgouPHfcXyJ35QU2J1X",
        "pkeRequestor": "0x04b1f4ee1e0dd799ab3ef9d563e70767f30511532d303fc3714dd6c0c6778adf957a75ff4c2259aa9991d48974726ab6aea949c883d5731ed841f68c3a2dfdbe50",
        "pkeAFGH": "ktpkASeXWWkstPhozGpD5pfK3bAhwSsUsWRHyduRggBiws6uDzESUvXn6upe7V7p2UrQG77sfKfU7dNBox7h4geaB8wZ2Rr1GTXq1S4zUea2uESMHE79oyc4VLyjgQdBVQmAnB2MFiB5XYYw9NoHZNUeUWA4HP3TjSwe7kGQ5kLkqoPfo6h8vifPDMk9rP2wb3AeZP4FxnfxyCJw67ibmGgwuE7XFiJo2EkCAshbD44pzctVpm39CFgqbWypuqdfpJFfS75U65o",
        "length": 5
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
        "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x5d79"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000400000000000000000000000000000000000000000000000000",
        "blockHash": "0x56f45db58d453f7a8e73eabf6974e9cd0443f2c6281f50cf9846dd835ee8db20",
        "transactionHash": "0xe76c98f018d00770b830da818612c3fcd2a2026362c60beb662ea99f907db7f4",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 100024,
            "transactionHash": "0xe76c98f018d00770b830da818612c3fcd2a2026362c60beb662ea99f907db7f4",
            "address": "0x5e09c89225aA6dFf5d81F5B00Bf0f846b71198b3",
            "topics": [
              "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
            ],
            "data": "0x",
            "logIndex": 0,
            "blockHash": "0x56f45db58d453f7a8e73eabf6974e9cd0443f2c6281f50cf9846dd835ee8db20",
            "transactionLogIndex": 0,
            "name": "AccessRequest",
            "signature": "AccessRequest()",
            "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
            "values": {
              "length": 0
            }
          }
        ],
        "blockNumber": 100024,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x5d79"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "AccessRequest"
    });
    
    
    {
      "name": "AccessRequest",
      "signature": "AccessRequest()",
      "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
      "values": {
        "length": 0
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
        "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x18bd5"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000001000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
        "blockHash": "0x92a02d25aa8a7822af396e625b8ac1df3026fde7dec1154447ee6d1ffe61526b",
        "transactionHash": "0x67edee0102da10d18c04906ec9f61795f093bb06fe2109132eb53145875fb703",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 100025,
            "transactionHash": "0x67edee0102da10d18c04906ec9f61795f093bb06fe2109132eb53145875fb703",
            "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
            "topics": [
              "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
            ],
            "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 0,
            "blockHash": "0x92a02d25aa8a7822af396e625b8ac1df3026fde7dec1154447ee6d1ffe61526b",
            "transactionLogIndex": 0,
            "name": "DbgAccessCode",
            "signature": "DbgAccessCode(uint8)",
            "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
            "values": {
              "0": 0,
              "code": 0,
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 100025,
            "transactionHash": "0x67edee0102da10d18c04906ec9f61795f093bb06fe2109132eb53145875fb703",
            "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
            "topics": [
              "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
            ],
            "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 1,
            "blockHash": "0x92a02d25aa8a7822af396e625b8ac1df3026fde7dec1154447ee6d1ffe61526b",
            "transactionLogIndex": 1,
            "name": "DbgAccessCode",
            "signature": "DbgAccessCode(uint8)",
            "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
            "values": {
              "0": 0,
              "code": 0,
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 100025,
            "transactionHash": "0x67edee0102da10d18c04906ec9f61795f093bb06fe2109132eb53145875fb703",
            "address": "0x8a06FB2C8cf28e6d2530969E0e78A67D8D6d99CF",
            "topics": [
              "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
            ],
            "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f4273315a6f4e355a68613634796355556b526b584d56554e544256766b396d66743162346d58617763356e46335538336375704231696e4341594b78336737786872766d4446673378530000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343465333434663861383964303939623362633064626137396239613364386461646530326364626236393161306331656236323432636432633265653266653636333336636533333365666263343734366535333262643964363665383836623266336633383230373964366261363264373862663335373736636136333763000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 2,
            "blockHash": "0x92a02d25aa8a7822af396e625b8ac1df3026fde7dec1154447ee6d1ffe61526b",
            "transactionLogIndex": 2,
            "name": "AccessRequest",
            "signature": "AccessRequest(uint256,uint8,string,string,string)",
            "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
            "values": {
              "0": {
                "_hex": "0x01"
              },
              "1": 0,
              "2": "hq__Bs1ZoN5Zha64ycUUkRkXMVUNTBVvk9mft1b4mXawc5nF3U83cupB1inCAYKx3g7xhrvmDFg3xS",
              "3": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
              "4": "",
              "requestID": {
                "_hex": "0x01"
              },
              "level": 0,
              "contentHash": "hq__Bs1ZoN5Zha64ycUUkRkXMVUNTBVvk9mft1b4mXawc5nF3U83cupB1inCAYKx3g7xhrvmDFg3xS",
              "pkeRequestor": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
              "pkeAFGH": "",
              "length": 5
            }
          }
        ],
        "blockNumber": 100025,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x18bd5"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "AccessRequest"
    });
    
    
    {
      "name": "AccessRequest",
      "signature": "AccessRequest(uint256,uint8,string,string,string)",
      "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
      "values": {
        "0": {
          "_hex": "0x01"
        },
        "1": 0,
        "2": "hq__Bs1ZoN5Zha64ycUUkRkXMVUNTBVvk9mft1b4mXawc5nF3U83cupB1inCAYKx3g7xhrvmDFg3xS",
        "3": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
        "4": "",
        "requestID": {
          "_hex": "0x01"
        },
        "level": 0,
        "contentHash": "hq__Bs1ZoN5Zha64ycUUkRkXMVUNTBVvk9mft1b4mXawc5nF3U83cupB1inCAYKx3g7xhrvmDFg3xS",
        "pkeRequestor": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
        "pkeAFGH": "",
        "length": 5
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "event": {
        "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
        "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x1513d"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000100000010000000000000000000000000000000000000000000000",
        "blockHash": "0xf0eb80e21d934b462214e630d8e64c3cf2ccd8dfd0b7e4d1d637f747535dcf1b",
        "transactionHash": "0xac8d2364fa656098c31a4933485fd07b99780dd4522d409ce067bb64c4d7a72d",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 100028,
            "transactionHash": "0xac8d2364fa656098c31a4933485fd07b99780dd4522d409ce067bb64c4d7a72d",
            "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
            "topics": [
              "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
            ],
            "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 0,
            "blockHash": "0xf0eb80e21d934b462214e630d8e64c3cf2ccd8dfd0b7e4d1d637f747535dcf1b",
            "transactionLogIndex": 0,
            "name": "DbgAccessCode",
            "signature": "DbgAccessCode(uint8)",
            "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
            "values": {
              "0": 0,
              "code": 0,
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 100028,
            "transactionHash": "0xac8d2364fa656098c31a4933485fd07b99780dd4522d409ce067bb64c4d7a72d",
            "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
            "topics": [
              "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
            ],
            "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 1,
            "blockHash": "0xf0eb80e21d934b462214e630d8e64c3cf2ccd8dfd0b7e4d1d637f747535dcf1b",
            "transactionLogIndex": 1,
            "name": "DbgAccessCode",
            "signature": "DbgAccessCode(uint8)",
            "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
            "values": {
              "0": 0,
              "code": 0,
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 100028,
            "transactionHash": "0xac8d2364fa656098c31a4933485fd07b99780dd4522d409ce067bb64c4d7a72d",
            "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
            "topics": [
              "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
            ],
            "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f34726f55456b38544831375441776142666f6331766a6b546a6e4d643467713656455665763832696941486f7a784178625a317333676e383469426f75716a666450734b353641794b460000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343465333434663861383964303939623362633064626137396239613364386461646530326364626236393161306331656236323432636432633265653266653636333336636533333365666263343734366535333262643964363665383836623266336633383230373964366261363264373862663335373736636136333763000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 2,
            "blockHash": "0xf0eb80e21d934b462214e630d8e64c3cf2ccd8dfd0b7e4d1d637f747535dcf1b",
            "transactionLogIndex": 2,
            "name": "AccessRequest",
            "signature": "AccessRequest(uint256,uint8,string,string,string)",
            "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
            "values": {
              "0": {
                "_hex": "0x03"
              },
              "1": 0,
              "2": "hq__4roUEk8TH17TAwaBfoc1vjkTjnMd4gq6VEVev82iiAHozxAxbZ1s3gn84iBouqjfdPsK56AyKF",
              "3": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
              "4": "",
              "requestID": {
                "_hex": "0x03"
              },
              "level": 0,
              "contentHash": "hq__4roUEk8TH17TAwaBfoc1vjkTjnMd4gq6VEVev82iiAHozxAxbZ1s3gn84iBouqjfdPsK56AyKF",
              "pkeRequestor": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
              "pkeAFGH": "",
              "length": 5
            }
          }
        ],
        "blockNumber": 100028,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x1513d"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "AccessRequest"
    });
    
    
    {
      "name": "AccessRequest",
      "signature": "AccessRequest(uint256,uint8,string,string,string)",
      "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
      "values": {
        "0": {
          "_hex": "0x03"
        },
        "1": 0,
        "2": "hq__4roUEk8TH17TAwaBfoc1vjkTjnMd4gq6VEVev82iiAHozxAxbZ1s3gn84iBouqjfdPsK56AyKF",
        "3": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
        "4": "",
        "requestID": {
          "_hex": "0x03"
        },
        "level": 0,
        "contentHash": "hq__4roUEk8TH17TAwaBfoc1vjkTjnMd4gq6VEVev82iiAHozxAxbZ1s3gn84iBouqjfdPsK56AyKF",
        "pkeRequestor": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
        "pkeAFGH": "",
        "length": 5
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
        "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0xa673"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000020002100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000",
        "blockHash": "0xe988c802c675f0b3856df10a767538a9a7b8fcf825d616f5f212e7fca42d5d1a",
        "transactionHash": "0x604752d710b5fa1d66e2cd3bacddc82a93a77ecb2a744b4821c02a090da80f13",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 100033,
            "transactionHash": "0x604752d710b5fa1d66e2cd3bacddc82a93a77ecb2a744b4821c02a090da80f13",
            "address": "0x341c59b16a9B2664B7bB4FC20306faeF50B6CF14",
            "topics": [
              "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
            ],
            "data": "0x",
            "logIndex": 0,
            "blockHash": "0xe988c802c675f0b3856df10a767538a9a7b8fcf825d616f5f212e7fca42d5d1a",
            "transactionLogIndex": 0,
            "name": "AccessRequest",
            "signature": "AccessRequest()",
            "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
            "values": {
              "length": 0
            }
          }
        ],
        "blockNumber": 100033,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0xa673"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "AccessRequest"
    });
    
    
    {
      "name": "AccessRequest",
      "signature": "AccessRequest()",
      "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
      "values": {
        "length": 0
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "event": {
        "to": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
        "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x1513d"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000100000010000000000000000000000000000000000000000000000",
        "blockHash": "0x62086e287b303e8b0cdc4f7d70d6b627f9eff0bfb2f316267672c17b8a10a8cc",
        "transactionHash": "0x42e0a9067d8d85d82332449823487c44e0b755a6085536f91a00218479a83c7f",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 100034,
            "transactionHash": "0x42e0a9067d8d85d82332449823487c44e0b755a6085536f91a00218479a83c7f",
            "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
            "topics": [
              "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
            ],
            "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 0,
            "blockHash": "0x62086e287b303e8b0cdc4f7d70d6b627f9eff0bfb2f316267672c17b8a10a8cc",
            "transactionLogIndex": 0,
            "name": "DbgAccessCode",
            "signature": "DbgAccessCode(uint8)",
            "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
            "values": {
              "0": 0,
              "code": 0,
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 100034,
            "transactionHash": "0x42e0a9067d8d85d82332449823487c44e0b755a6085536f91a00218479a83c7f",
            "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
            "topics": [
              "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
            ],
            "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 1,
            "blockHash": "0x62086e287b303e8b0cdc4f7d70d6b627f9eff0bfb2f316267672c17b8a10a8cc",
            "transactionLogIndex": 1,
            "name": "DbgAccessCode",
            "signature": "DbgAccessCode(uint8)",
            "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
            "values": {
              "0": 0,
              "code": 0,
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 100034,
            "transactionHash": "0x42e0a9067d8d85d82332449823487c44e0b755a6085536f91a00218479a83c7f",
            "address": "0xD4E1B2f36470F09d3858d34Da41b70682416cAba",
            "topics": [
              "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
            ],
            "data": "0x0000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f34726f55456b38544831375441776142666f6331766a6b546a6e4d643467713656455665763832696941486f7a784178625a317333676e383469426f75716a666450734b353641794b460000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343465333434663861383964303939623362633064626137396239613364386461646530326364626236393161306331656236323432636432633265653266653636333336636533333365666263343734366535333262643964363665383836623266336633383230373964366261363264373862663335373736636136333763000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 2,
            "blockHash": "0x62086e287b303e8b0cdc4f7d70d6b627f9eff0bfb2f316267672c17b8a10a8cc",
            "transactionLogIndex": 2,
            "name": "AccessRequest",
            "signature": "AccessRequest(uint256,uint8,string,string,string)",
            "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
            "values": {
              "0": {
                "_hex": "0x04"
              },
              "1": 0,
              "2": "hq__4roUEk8TH17TAwaBfoc1vjkTjnMd4gq6VEVev82iiAHozxAxbZ1s3gn84iBouqjfdPsK56AyKF",
              "3": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
              "4": "",
              "requestID": {
                "_hex": "0x04"
              },
              "level": 0,
              "contentHash": "hq__4roUEk8TH17TAwaBfoc1vjkTjnMd4gq6VEVev82iiAHozxAxbZ1s3gn84iBouqjfdPsK56AyKF",
              "pkeRequestor": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
              "pkeAFGH": "",
              "length": 5
            }
          }
        ],
        "blockNumber": 100034,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x1513d"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "AccessRequest"
    });
    
    
    {
      "name": "AccessRequest",
      "signature": "AccessRequest(uint256,uint8,string,string,string)",
      "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
      "values": {
        "0": {
          "_hex": "0x04"
        },
        "1": 0,
        "2": "hq__4roUEk8TH17TAwaBfoc1vjkTjnMd4gq6VEVev82iiAHozxAxbZ1s3gn84iBouqjfdPsK56AyKF",
        "3": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
        "4": "",
        "requestID": {
          "_hex": "0x04"
        },
        "level": 0,
        "contentHash": "hq__4roUEk8TH17TAwaBfoc1vjkTjnMd4gq6VEVev82iiAHozxAxbZ1s3gn84iBouqjfdPsK56AyKF",
        "pkeRequestor": "0x044e344f8a89d099b3bc0dba79b9a3d8dade02cdbb691a0c1eb6242cd2c2ee2fe66336ce333efbc4746e532bd9d66e886b2f3f382079d6ba62d78bf35776ca637c",
        "pkeAFGH": "",
        "length": 5
      }
    }
    Source:

    ExtractValueFromEvent({
    contractAddress,
    abi,
    event,
    eventName,
    eventValue
    })
    → Promise.<string>

    Extract the specified value from the specified event log from the given event obtained from the CallContractAndMethodAndWait method

    Returns:

    The value extracted from the event

    Parameters:
    Name Type Description
    contractAddress string

    Address of the contract to call the specified method on

    abi Object

    ABI of contract

    event Object

    Event of the transaction from CallContractMethodAndWait

    eventName string

    Name of the event to parse

    eventValue string

    Name of the value to extract from the event

    Examples
     ExtractValueFromEvent({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "name",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "submitNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "registerSpaceNode",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "createLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "numActiveNodes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "activeNodeLocators",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "activeNodeAddresses",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "createGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsAddr",
              "type": "address"
            }
          ],
          "name": "getKMSID",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "userWallets",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_nodeAddr",
              "type": "address"
            },
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "addNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "addKMSLocator",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "pendingNodeLocators",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "pendingNodeAddresses",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "description",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "createAccessWallet",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setWalletFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setGroupFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setContentFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsIdStr",
              "type": "string"
            }
          ],
          "name": "checkKMS",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space_description",
              "type": "string"
            }
          ],
          "name": "setDescription",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setLibraryFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "getAccessWallet",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "_pubKey",
              "type": "string"
            }
          ],
          "name": "setKMSPublicKey",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "unregisterSpaceNode",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "groupFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_nodeAddr",
              "type": "address"
            }
          ],
          "name": "removeNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "createContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "factory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "walletFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "engageAccountLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsAddr",
              "type": "address"
            }
          ],
          "name": "checkKMSAddr",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_nodeAddr",
              "type": "address"
            }
          ],
          "name": "approveNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_v",
              "type": "uint8[]"
            },
            {
              "name": "_r",
              "type": "bytes32[]"
            },
            {
              "name": "_s",
              "type": "bytes32[]"
            },
            {
              "name": "_from",
              "type": "address[]"
            },
            {
              "name": "_dest",
              "type": "address[]"
            },
            {
              "name": "_value",
              "type": "uint256[]"
            },
            {
              "name": "_ts",
              "type": "uint256[]"
            }
          ],
          "name": "executeBatch",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "numPendingNodes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "nodeMapping",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "removeKMSLocator",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space_name",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentTypeAddress",
              "type": "address"
            }
          ],
          "name": "CreateContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "libraryAddress",
              "type": "address"
            }
          ],
          "name": "CreateLibrary",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "groupAddress",
              "type": "address"
            }
          ],
          "name": "CreateGroup",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            }
          ],
          "name": "CreateContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "wallet",
              "type": "address"
            }
          ],
          "name": "CreateAccessWallet",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accountAddress",
              "type": "address"
            }
          ],
          "name": "EngageAccountLibrary",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "factory",
              "type": "address"
            }
          ],
          "name": "SetFactory",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "nodeObjAddr",
              "type": "address"
            }
          ],
          "name": "RegisterNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "nodeObjAddr",
              "type": "address"
            }
          ],
          "name": "UnregisterNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "sender",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "status",
              "type": "uint256"
            }
          ],
          "name": "AddKMSLocator",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "sender",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "status",
              "type": "uint256"
            }
          ],
          "name": "RemoveKMSLocator",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "version",
              "type": "bytes32"
            },
            {
              "indexed": false,
              "name": "owner",
              "type": "address"
            }
          ],
          "name": "CreateSpace",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "walletAddress",
              "type": "address"
            }
          ],
          "name": "GetAccessWallet",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "locator",
              "type": "bytes"
            }
          ],
          "name": "NodeSubmitted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "locator",
              "type": "bytes"
            }
          ],
          "name": "NodeApproved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "ownerAddr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "nodeAddr",
              "type": "address"
            }
          ],
          "name": "AddNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "ownerAddr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "nodeAddr",
              "type": "address"
            }
          ],
          "name": "RemoveNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
        "from": "0xdBf299FB9646e863FDD27f6A1C6506e83250C1e8",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x3f1dfb"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000008000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
        "blockHash": "0xbd0fef7dbf9f2ddf29e24dfaa1b87751eb546316481d72ec4c2297f7f577093c",
        "transactionHash": "0x09d4757b5c6482eef7792a218216027856bcf0fad6c4158035cbe828f5d1722f",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 99839,
            "transactionHash": "0x09d4757b5c6482eef7792a218216027856bcf0fad6c4158035cbe828f5d1722f",
            "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "topics": [
              "0x56c4bf13bebaa9f2be39ac3f2f4619a0dd1b694bb8c5f43c6b244a6dba0f0cca"
            ],
            "data": "0x00000000000000000000000077bce5335e79feb26e1d66210f1ff8f181a5f060",
            "logIndex": 0,
            "blockHash": "0xbd0fef7dbf9f2ddf29e24dfaa1b87751eb546316481d72ec4c2297f7f577093c",
            "transactionLogIndex": 0,
            "name": "CreateAccessWallet",
            "signature": "CreateAccessWallet(address)",
            "topic": "0x56c4bf13bebaa9f2be39ac3f2f4619a0dd1b694bb8c5f43c6b244a6dba0f0cca",
            "values": {
              "0": "0x77BcE5335e79FeB26e1D66210f1Ff8f181A5f060",
              "wallet": "0x77BcE5335e79FeB26e1D66210f1Ff8f181A5f060",
              "length": 1
            }
          }
        ],
        "blockNumber": 99839,
        "confirmations": 2,
        "cumulativeGasUsed": {
          "_hex": "0x3f1dfb"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "CreateAccessWallet",
      "eventValue": "wallet"
    });
    
    
    "0x77BcE5335e79FeB26e1D66210f1Ff8f181A5f060"
     ExtractValueFromEvent({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
        "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x2092f"
        },
        "logsBloom": "0x00000400000000000000000200000000000000000000000000000000000000000000000008000000000000000000000000000080000000000000000000000000040800000000000000000000000000000000000000000000000000000000040000000000000001000000000000000000400004000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000",
        "blockHash": "0xea8a460bfbb93db76e35df79d2f7d93f4a69e001774b5e4f411e783d75424918",
        "transactionHash": "0x2e369eaa5e0ec4425687913c72a438ebf114617a309a58c01af1a424296a5e25",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 99869,
            "transactionHash": "0x2e369eaa5e0ec4425687913c72a438ebf114617a309a58c01af1a424296a5e25",
            "address": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
            "topics": [
              "0xb251eb052afc73ffd02ffe85ad79990a8b3fed60d76dbc2fa2fdd7123dffd914"
            ],
            "data": "0x0000000000000000000000008fa6a828624352163df8ed7c1faa745c1ab3939b",
            "logIndex": 0,
            "blockHash": "0xea8a460bfbb93db76e35df79d2f7d93f4a69e001774b5e4f411e783d75424918",
            "transactionLogIndex": 0,
            "name": "MemberAdded",
            "signature": "MemberAdded(address)",
            "topic": "0xb251eb052afc73ffd02ffe85ad79990a8b3fed60d76dbc2fa2fdd7123dffd914",
            "values": {
              "0": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
              "candidate": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 99869,
            "transactionHash": "0x2e369eaa5e0ec4425687913c72a438ebf114617a309a58c01af1a424296a5e25",
            "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "topics": [
              "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
            ],
            "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000173e15d3f1f8766fec9621584637ba1a14a3a1ee00000000000000000000000000000000000000000000000000000000000000dc",
            "logIndex": 1,
            "blockHash": "0xea8a460bfbb93db76e35df79d2f7d93f4a69e001774b5e4f411e783d75424918",
            "transactionLogIndex": 1,
            "name": "RightsChanged",
            "signature": "RightsChanged(address,address,uint8)",
            "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
            "values": {
              "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "1": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
              "2": 220,
              "principal": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "entity": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
              "aggregate": 220,
              "length": 3
            }
          }
        ],
        "blockNumber": 99869,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x2092f"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "MemberAdded",
      "eventValue": "candidate"
    });
    
    
    "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b"
     ExtractValueFromEvent({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
        "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x2c173"
        },
        "logsBloom": "0x00000400000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040800000000000000000000000000000000000000000000000000000000040000000000000001000000000000000000000004000000000000000020000000000000080000000000000000000000000000000000000000000004000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000",
        "blockHash": "0x3da77e44c01fdf2be578d3407f4a37a432639675375161293c91a51e4d5b5e14",
        "transactionHash": "0x566313b395847e3960568480e88437716296a6a7e655177829910e881ce3e274",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 99871,
            "transactionHash": "0x566313b395847e3960568480e88437716296a6a7e655177829910e881ce3e274",
            "address": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
            "topics": [
              "0xb251eb052afc73ffd02ffe85ad79990a8b3fed60d76dbc2fa2fdd7123dffd914"
            ],
            "data": "0x000000000000000000000000dbf299fb9646e863fdd27f6a1c6506e83250c1e8",
            "logIndex": 0,
            "blockHash": "0x3da77e44c01fdf2be578d3407f4a37a432639675375161293c91a51e4d5b5e14",
            "transactionLogIndex": 0,
            "name": "MemberAdded",
            "signature": "MemberAdded(address)",
            "topic": "0xb251eb052afc73ffd02ffe85ad79990a8b3fed60d76dbc2fa2fdd7123dffd914",
            "values": {
              "0": "0xdBf299FB9646e863FDD27f6A1C6506e83250C1e8",
              "candidate": "0xdBf299FB9646e863FDD27f6A1C6506e83250C1e8",
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 99871,
            "transactionHash": "0x566313b395847e3960568480e88437716296a6a7e655177829910e881ce3e274",
            "address": "0x77BcE5335e79FeB26e1D66210f1Ff8f181A5f060",
            "topics": [
              "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
            ],
            "data": "0x00000000000000000000000077bce5335e79feb26e1d66210f1ff8f181a5f060000000000000000000000000173e15d3f1f8766fec9621584637ba1a14a3a1ee000000000000000000000000000000000000000000000000000000000000000a",
            "logIndex": 1,
            "blockHash": "0x3da77e44c01fdf2be578d3407f4a37a432639675375161293c91a51e4d5b5e14",
            "transactionLogIndex": 1,
            "name": "RightsChanged",
            "signature": "RightsChanged(address,address,uint8)",
            "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
            "values": {
              "0": "0x77BcE5335e79FeB26e1D66210f1Ff8f181A5f060",
              "1": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
              "2": 10,
              "principal": "0x77BcE5335e79FeB26e1D66210f1Ff8f181A5f060",
              "entity": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
              "aggregate": 10,
              "length": 3
            }
          }
        ],
        "blockNumber": 99871,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x2c173"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "MemberAdded",
      "eventValue": "candidate"
    });
    
    
    "0xdBf299FB9646e863FDD27f6A1C6506e83250C1e8"
     ExtractValueFromEvent({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
        "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0xe902"
        },
        "logsBloom": "0x00000000000000000000000200000000000000000000000000000000000000000000800008000000000000000000000000000080000000000000000000000000040800000000000000000000000000000000000000000000000000000000040000000000000001000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000",
        "blockHash": "0x82b8a0395d4b07cb131b8a86e814a8968d0d141c287dbc3926db73009944c279",
        "transactionHash": "0x0c4fba4b63d40cc2ff2a980a5fb3f9af89df65b9ec26fa2130006e10741fb133",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 99873,
            "transactionHash": "0x0c4fba4b63d40cc2ff2a980a5fb3f9af89df65b9ec26fa2130006e10741fb133",
            "address": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
            "topics": [
              "0x93bcaab179551bde429187645251f8e1fb8ac85801fcb1cf91eb2c9043d61117"
            ],
            "data": "0x0000000000000000000000008fa6a828624352163df8ed7c1faa745c1ab3939b",
            "logIndex": 0,
            "blockHash": "0x82b8a0395d4b07cb131b8a86e814a8968d0d141c287dbc3926db73009944c279",
            "transactionLogIndex": 0,
            "name": "ManagerAccessGranted",
            "signature": "ManagerAccessGranted(address)",
            "topic": "0x93bcaab179551bde429187645251f8e1fb8ac85801fcb1cf91eb2c9043d61117",
            "values": {
              "0": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
              "candidate": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 99873,
            "transactionHash": "0x0c4fba4b63d40cc2ff2a980a5fb3f9af89df65b9ec26fa2130006e10741fb133",
            "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "topics": [
              "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
            ],
            "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000173e15d3f1f8766fec9621584637ba1a14a3a1ee00000000000000000000000000000000000000000000000000000000000000dc",
            "logIndex": 1,
            "blockHash": "0x82b8a0395d4b07cb131b8a86e814a8968d0d141c287dbc3926db73009944c279",
            "transactionLogIndex": 1,
            "name": "RightsChanged",
            "signature": "RightsChanged(address,address,uint8)",
            "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
            "values": {
              "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "1": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
              "2": 220,
              "principal": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "entity": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
              "aggregate": 220,
              "length": 3
            }
          }
        ],
        "blockNumber": 99873,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0xe902"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "ManagerAccessGranted",
      "eventValue": "candidate"
    });
    
    
    "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b"
     ExtractValueFromEvent({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
        "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x163af"
        },
        "logsBloom": "0x00000000000000000000000200000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000040800000000000000000000000000000000000000000000000000000000040000000000000001000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000004800000000000000000000080000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000",
        "blockHash": "0x2bb7331402c1f10d1dedbf25bd30a0723af5e4bc4d1db923482f18de7bb9f654",
        "transactionHash": "0xa98040d0a590850634c02b5843d43a790e429616b407a54f7ff64e629628fd92",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 99874,
            "transactionHash": "0xa98040d0a590850634c02b5843d43a790e429616b407a54f7ff64e629628fd92",
            "address": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
            "topics": [
              "0x93bcaab179551bde429187645251f8e1fb8ac85801fcb1cf91eb2c9043d61117"
            ],
            "data": "0x000000000000000000000000dbf299fb9646e863fdd27f6a1c6506e83250c1e8",
            "logIndex": 0,
            "blockHash": "0x2bb7331402c1f10d1dedbf25bd30a0723af5e4bc4d1db923482f18de7bb9f654",
            "transactionLogIndex": 0,
            "name": "ManagerAccessGranted",
            "signature": "ManagerAccessGranted(address)",
            "topic": "0x93bcaab179551bde429187645251f8e1fb8ac85801fcb1cf91eb2c9043d61117",
            "values": {
              "0": "0xdBf299FB9646e863FDD27f6A1C6506e83250C1e8",
              "candidate": "0xdBf299FB9646e863FDD27f6A1C6506e83250C1e8",
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 99874,
            "transactionHash": "0xa98040d0a590850634c02b5843d43a790e429616b407a54f7ff64e629628fd92",
            "address": "0x77BcE5335e79FeB26e1D66210f1Ff8f181A5f060",
            "topics": [
              "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
            ],
            "data": "0x00000000000000000000000077bce5335e79feb26e1d66210f1ff8f181a5f060000000000000000000000000173e15d3f1f8766fec9621584637ba1a14a3a1ee000000000000000000000000000000000000000000000000000000000000006e",
            "logIndex": 1,
            "blockHash": "0x2bb7331402c1f10d1dedbf25bd30a0723af5e4bc4d1db923482f18de7bb9f654",
            "transactionLogIndex": 1,
            "name": "RightsChanged",
            "signature": "RightsChanged(address,address,uint8)",
            "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
            "values": {
              "0": "0x77BcE5335e79FeB26e1D66210f1Ff8f181A5f060",
              "1": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
              "2": 110,
              "principal": "0x77BcE5335e79FeB26e1D66210f1Ff8f181A5f060",
              "entity": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
              "aggregate": 110,
              "length": 3
            }
          }
        ],
        "blockNumber": 99874,
        "confirmations": 2,
        "cumulativeGasUsed": {
          "_hex": "0x163af"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "ManagerAccessGranted",
      "eventValue": "candidate"
    });
    
    
    "0xdBf299FB9646e863FDD27f6A1C6506e83250C1e8"
     ExtractValueFromEvent({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
        "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x1154e"
        },
        "logsBloom": "0x00000000000000000000000200000000000000000000000000000000000000000000000008000000000000000000000000000080000000000000000000000000040800000000000000000000000000000000000000000000000000000000040000000000000001000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000200000000000000000000000000000000000000000",
        "blockHash": "0x567b65992b2a7c03f373b198695961c1362db9a6d5149c1dd24e7122213c332f",
        "transactionHash": "0x0874321b60f3da1ed2d01f5f9d9ceae8f6a5a77f6cf2f2ee9203b96f27f5a4cd",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 99876,
            "transactionHash": "0x0874321b60f3da1ed2d01f5f9d9ceae8f6a5a77f6cf2f2ee9203b96f27f5a4cd",
            "address": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
            "topics": [
              "0x745cd29407db644ed93e3ceb61cbcab96d1dfb496989ac5d5bf514fc5a9fab9c"
            ],
            "data": "0x0000000000000000000000008fa6a828624352163df8ed7c1faa745c1ab3939b",
            "logIndex": 0,
            "blockHash": "0x567b65992b2a7c03f373b198695961c1362db9a6d5149c1dd24e7122213c332f",
            "transactionLogIndex": 0,
            "name": "MemberRevoked",
            "signature": "MemberRevoked(address)",
            "topic": "0x745cd29407db644ed93e3ceb61cbcab96d1dfb496989ac5d5bf514fc5a9fab9c",
            "values": {
              "0": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
              "candidate": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 99876,
            "transactionHash": "0x0874321b60f3da1ed2d01f5f9d9ceae8f6a5a77f6cf2f2ee9203b96f27f5a4cd",
            "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "topics": [
              "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
            ],
            "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000173e15d3f1f8766fec9621584637ba1a14a3a1ee00000000000000000000000000000000000000000000000000000000000000c8",
            "logIndex": 1,
            "blockHash": "0x567b65992b2a7c03f373b198695961c1362db9a6d5149c1dd24e7122213c332f",
            "transactionLogIndex": 1,
            "name": "RightsChanged",
            "signature": "RightsChanged(address,address,uint8)",
            "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
            "values": {
              "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "1": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
              "2": 200,
              "principal": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "entity": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
              "aggregate": 200,
              "length": 3
            }
          }
        ],
        "blockNumber": 99876,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x1154e"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "MemberRevoked",
      "eventValue": "candidate"
    });
    
    
    "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b"
     ExtractValueFromEvent({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
        "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0xc215"
        },
        "logsBloom": "0x00000000000000000000000200000000000000000000000000000000000000000000000008000000000000000000000000000080000000000000000000000000040800000000000000000000000000000000000000000000000000000000040000000000000001000000000000000000400000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000200000000000000000000008000000000000000000",
        "blockHash": "0xa2e518bbad5baefac675ec9cb622fbabd6d793ad2db6289931503073440d10e3",
        "transactionHash": "0xe686aee30ec7a0eb1614c3c82305b24aab95b142e4fcc09d3104d5765c5142e5",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 99877,
            "transactionHash": "0xe686aee30ec7a0eb1614c3c82305b24aab95b142e4fcc09d3104d5765c5142e5",
            "address": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
            "topics": [
              "0x2d6aa1a9629d125e23a0cf692cda7cd6795dff1652eedd4673b38ec31e387b95"
            ],
            "data": "0x0000000000000000000000008fa6a828624352163df8ed7c1faa745c1ab3939b",
            "logIndex": 0,
            "blockHash": "0xa2e518bbad5baefac675ec9cb622fbabd6d793ad2db6289931503073440d10e3",
            "transactionLogIndex": 0,
            "name": "ManagerAccessRevoked",
            "signature": "ManagerAccessRevoked(address)",
            "topic": "0x2d6aa1a9629d125e23a0cf692cda7cd6795dff1652eedd4673b38ec31e387b95",
            "values": {
              "0": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
              "candidate": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 99877,
            "transactionHash": "0xe686aee30ec7a0eb1614c3c82305b24aab95b142e4fcc09d3104d5765c5142e5",
            "address": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
            "topics": [
              "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
            ],
            "data": "0x000000000000000000000000cf08077b3523a5c0af93af5528ae2f73f3c5a744000000000000000000000000173e15d3f1f8766fec9621584637ba1a14a3a1ee0000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 1,
            "blockHash": "0xa2e518bbad5baefac675ec9cb622fbabd6d793ad2db6289931503073440d10e3",
            "transactionLogIndex": 1,
            "name": "RightsChanged",
            "signature": "RightsChanged(address,address,uint8)",
            "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
            "values": {
              "0": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "1": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
              "2": 0,
              "principal": "0xCf08077B3523A5c0aF93Af5528ae2f73F3c5a744",
              "entity": "0x173E15D3f1F8766fEc9621584637Ba1A14a3a1ee",
              "aggregate": 0,
              "length": 3
            }
          }
        ],
        "blockNumber": 99877,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0xc215"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "ManagerAccessRevoked",
      "eventValue": "candidate"
    });
    
    
    "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b"
    Source:

    async FabricUrl({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional,
    partHashoptional,
    repoptional,
    publicRepoptional,
    calloptional,
    queryParamsoptional,
    channelAuthoptional,
    noAuthoptional,
    noCacheoptional
    })
    → Promise.<string>

    Generate a URL to the specified item in the content fabric with appropriate authorization token.

    Returns: URL to the specified endpoint with authorization token
    Parameters:
    Name Type Attributes Default Description
    libraryId string <optional>

    ID of an library

    objectId string <optional>

    ID of an object

    versionHash string <optional>

    Hash of an object version

    partHash string <optional>

    Hash of a part - Requires object ID

    rep string <optional>

    Rep parameter of the url

    publicRep string <optional>

    Public rep parameter of the url

    call string <optional>

    Bitcode method to call

    queryParams Object <optional>

    Query params to add to the URL

    channelAuth boolean <optional>
    false

    If specified, state channel authorization will be used instead of access request authorization

    noAuth boolean <optional>
    false

    If specified, authorization will not be performed and the URL will not have an authorization token. This is useful for accessing public assets.

    noCache boolean <optional>
    false

    If specified, a new access request will be made for the authorization regardless of whether such a request exists in the client cache. This request will not be cached. This option has no effect if noAuth is true.

    Examples
    async FabricUrl({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X"
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDhmYTZhODI4NjI0MzUyMTYzZGY4ZWQ3YzFmYWE3NDVjMWFiMzkzOWIiLCJ0eF9pZCI6IjB4NjA0NzUyZDcxMGI1ZmExZDY2ZTJjZDNiYWNkZGM4MmE5M2E3N2VjYjJhNzQ0YjQ4MjFjMDJhMDkwZGE4MGYxMyIsInFsaWJfaWQiOiJpbGliajdFUWhwRVhtTGhWanluc0N0R0o5TnhueDZYIn0%3D.RVMyNTZLX1BXWGJRM3BkcG53SG5oVWF4UUR5dGtqR3FEeFN0Tmp6WTZTVzVwZkZaekV4eXhqN3djMUYxQU1GSDJSZ2JEQjNteldDYVhKdjNCN05wcHlGaGZRUFh5dnN0"
    async FabricUrl({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF"
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X/q/iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDhmYTZhODI4NjI0MzUyMTYzZGY4ZWQ3YzFmYWE3NDVjMWFiMzkzOWIiLCJ0eF9pZCI6IjB4NDJlMGE5MDY3ZDhkODVkODIzMzI0NDk4MjM0ODdjNDRlMGI3NTVhNjA4NTUzNmY5MWEwMDIxODQ3OWE4M2M3ZiIsInFsaWJfaWQiOiJpbGliajdFUWhwRVhtTGhWanluc0N0R0o5TnhueDZYIn0%3D.RVMyNTZLXzN5Zmo3Y1JWdVBVS3JzM1ZtMmlQNGd5UXN5MXhFVVhWV2d5QXVnWnl5aU10WENXR0hxOEhHR2taTFlWZlYxRjhpdWhHdjJObVlmcldldnVuNFRUN3BLVHd4"
    async FabricUrl({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "versionHash": "hq__5j2vhZXC4ke2BZDHJj3Zcj3DqchhUm9r1XK5stKtbAttA5kEAeV65LDTap69JfpihM7HHUpiNm"
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X/q/hq__5j2vhZXC4ke2BZDHJj3Zcj3DqchhUm9r1XK5stKtbAttA5kEAeV65LDTap69JfpihM7HHUpiNm?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDhmYTZhODI4NjI0MzUyMTYzZGY4ZWQ3YzFmYWE3NDVjMWFiMzkzOWIiLCJ0eF9pZCI6IjB4NDJlMGE5MDY3ZDhkODVkODIzMzI0NDk4MjM0ODdjNDRlMGI3NTVhNjA4NTUzNmY5MWEwMDIxODQ3OWE4M2M3ZiIsInFsaWJfaWQiOiJpbGliajdFUWhwRVhtTGhWanluc0N0R0o5TnhueDZYIn0%3D.RVMyNTZLXzN5Zmo3Y1JWdVBVS3JzM1ZtMmlQNGd5UXN5MXhFVVhWV2d5QXVnWnl5aU10WENXR0hxOEhHR2taTFlWZlYxRjhpdWhHdjJObVlmcldldnVuNFRUN3BLVHd4"
    async FabricUrl({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "partHash": "hqp_5b3v6fKs2v4XqNCLwAWXj1q5Dkh8TUk5BNVZX1tVBHihrDRX"
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X/q/iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF/data/hqp_5b3v6fKs2v4XqNCLwAWXj1q5Dkh8TUk5BNVZX1tVBHihrDRX?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDhmYTZhODI4NjI0MzUyMTYzZGY4ZWQ3YzFmYWE3NDVjMWFiMzkzOWIiLCJ0eF9pZCI6IjB4NDJlMGE5MDY3ZDhkODVkODIzMzI0NDk4MjM0ODdjNDRlMGI3NTVhNjA4NTUzNmY5MWEwMDIxODQ3OWE4M2M3ZiIsInFsaWJfaWQiOiJpbGliajdFUWhwRVhtTGhWanluc0N0R0o5TnhueDZYIn0%3D.RVMyNTZLXzN5Zmo3Y1JWdVBVS3JzM1ZtMmlQNGd5UXN5MXhFVVhWV2d5QXVnWnl5aU10WENXR0hxOEhHR2taTFlWZlYxRjhpdWhHdjJObVlmcldldnVuNFRUN3BLVHd4"
    async FabricUrl({
      "versionHash": "hq__5j2vhZXC4ke2BZDHJj3Zcj3DqchhUm9r1XK5stKtbAttA5kEAeV65LDTap69JfpihM7HHUpiNm",
      "partHash": "hqp_5b3v6fKs2v4XqNCLwAWXj1q5Dkh8TUk5BNVZX1tVBHihrDRX"
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/q/hq__5j2vhZXC4ke2BZDHJj3Zcj3DqchhUm9r1XK5stKtbAttA5kEAeV65LDTap69JfpihM7HHUpiNm/data/hqp_5b3v6fKs2v4XqNCLwAWXj1q5Dkh8TUk5BNVZX1tVBHihrDRX?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDhmYTZhODI4NjI0MzUyMTYzZGY4ZWQ3YzFmYWE3NDVjMWFiMzkzOWIiLCJ0eF9pZCI6IjB4NDJlMGE5MDY3ZDhkODVkODIzMzI0NDk4MjM0ODdjNDRlMGI3NTVhNjA4NTUzNmY5MWEwMDIxODQ3OWE4M2M3ZiJ9.RVMyNTZLX0htblB3VlFOYWVNM3p0M1Y2UkFkeWRDVDRrbjhLSzRWSm5QREZTQ0g0WVZmWHVIVFRaU3ZwallqOVJtODViUWZqaEQxWmRDVEYybnRLYmdjQ1Z3TFVZaE1E"
    async FabricUrl({
      "versionHash": "hq__5j2vhZXC4ke2BZDHJj3Zcj3DqchhUm9r1XK5stKtbAttA5kEAeV65LDTap69JfpihM7HHUpiNm",
      "call": "method"
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/q/hq__5j2vhZXC4ke2BZDHJj3Zcj3DqchhUm9r1XK5stKtbAttA5kEAeV65LDTap69JfpihM7HHUpiNm/call/method?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDhmYTZhODI4NjI0MzUyMTYzZGY4ZWQ3YzFmYWE3NDVjMWFiMzkzOWIiLCJ0eF9pZCI6IjB4NDJlMGE5MDY3ZDhkODVkODIzMzI0NDk4MjM0ODdjNDRlMGI3NTVhNjA4NTUzNmY5MWEwMDIxODQ3OWE4M2M3ZiJ9.RVMyNTZLX0htblB3VlFOYWVNM3p0M1Y2UkFkeWRDVDRrbjhLSzRWSm5QREZTQ0g0WVZmWHVIVFRaU3ZwallqOVJtODViUWZqaEQxWmRDVEYybnRLYmdjQ1Z3TFVZaE1E"
    async FabricUrl({
      "versionHash": "hq__5j2vhZXC4ke2BZDHJj3Zcj3DqchhUm9r1XK5stKtbAttA5kEAeV65LDTap69JfpihM7HHUpiNm",
      "rep": "image"
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/q/hq__5j2vhZXC4ke2BZDHJj3Zcj3DqchhUm9r1XK5stKtbAttA5kEAeV65LDTap69JfpihM7HHUpiNm/rep/image?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDhmYTZhODI4NjI0MzUyMTYzZGY4ZWQ3YzFmYWE3NDVjMWFiMzkzOWIiLCJ0eF9pZCI6IjB4NDJlMGE5MDY3ZDhkODVkODIzMzI0NDk4MjM0ODdjNDRlMGI3NTVhNjA4NTUzNmY5MWEwMDIxODQ3OWE4M2M3ZiJ9.RVMyNTZLX0htblB3VlFOYWVNM3p0M1Y2UkFkeWRDVDRrbjhLSzRWSm5QREZTQ0g0WVZmWHVIVFRaU3ZwallqOVJtODViUWZqaEQxWmRDVEYybnRLYmdjQ1Z3TFVZaE1E"
    async FabricUrl({
      "versionHash": "hq__5j2vhZXC4ke2BZDHJj3Zcj3DqchhUm9r1XK5stKtbAttA5kEAeV65LDTap69JfpihM7HHUpiNm",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "partHash": "hqp_5b3v6fKs2v4XqNCLwAWXj1q5Dkh8TUk5BNVZX1tVBHihrDRX"
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/q/hq__5j2vhZXC4ke2BZDHJj3Zcj3DqchhUm9r1XK5stKtbAttA5kEAeV65LDTap69JfpihM7HHUpiNm/data/hqp_5b3v6fKs2v4XqNCLwAWXj1q5Dkh8TUk5BNVZX1tVBHihrDRX?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDhmYTZhODI4NjI0MzUyMTYzZGY4ZWQ3YzFmYWE3NDVjMWFiMzkzOWIiLCJ0eF9pZCI6IjB4NDJlMGE5MDY3ZDhkODVkODIzMzI0NDk4MjM0ODdjNDRlMGI3NTVhNjA4NTUzNmY5MWEwMDIxODQ3OWE4M2M3ZiJ9.RVMyNTZLX0htblB3VlFOYWVNM3p0M1Y2UkFkeWRDVDRrbjhLSzRWSm5QREZTQ0g0WVZmWHVIVFRaU3ZwallqOVJtODViUWZqaEQxWmRDVEYybnRLYmdjQ1Z3TFVZaE1E"
    async FabricUrl({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "queryParams": {
        "param1": "value1",
        "param2": "value2",
        "param3": "value3"
      }
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X/q/iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF?param1=value1&param2=value2&param3=value3&authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDhmYTZhODI4NjI0MzUyMTYzZGY4ZWQ3YzFmYWE3NDVjMWFiMzkzOWIiLCJ0eF9pZCI6IjB4NDJlMGE5MDY3ZDhkODVkODIzMzI0NDk4MjM0ODdjNDRlMGI3NTVhNjA4NTUzNmY5MWEwMDIxODQ3OWE4M2M3ZiIsInFsaWJfaWQiOiJpbGliajdFUWhwRVhtTGhWanluc0N0R0o5TnhueDZYIn0%3D.RVMyNTZLXzN5Zmo3Y1JWdVBVS3JzM1ZtMmlQNGd5UXN5MXhFVVhWV2d5QXVnWnl5aU10WENXR0hxOEhHR2taTFlWZlYxRjhpdWhHdjJObVlmcldldnVuNFRUN3BLVHd4"
    async FabricUrl({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "noAuth": true
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X/q/iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDhmYTZhODI4NjI0MzUyMTYzZGY4ZWQ3YzFmYWE3NDVjMWFiMzkzOWIiLCJxbGliX2lkIjoiaWxpYmo3RVFocEVYbUxoVmp5bnNDdEdKOU54bng2WCJ9.RVMyNTZLXzVEZnVOUEVxcGV5QkFHNnc3cmtIZlgzb2M0MUJqWUpjOFE3OGl5VjgzQ05FeFRKTXRIa3NEd2JpOUpCYWhiY3hDbW1Hc1B2dk1ueEdOU0xzOXV3TFJlVjdo"
    async FabricUrl({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "rep": "image",
      "queryParams": {},
      "channelAuth": false,
      "noAuth": false,
      "noCache": false
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X/q/iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF/rep/image?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDhmYTZhODI4NjI0MzUyMTYzZGY4ZWQ3YzFmYWE3NDVjMWFiMzkzOWIiLCJ0eF9pZCI6IjB4NDJlMGE5MDY3ZDhkODVkODIzMzI0NDk4MjM0ODdjNDRlMGI3NTVhNjA4NTUzNmY5MWEwMDIxODQ3OWE4M2M3ZiIsInFsaWJfaWQiOiJpbGliajdFUWhwRVhtTGhWanluc0N0R0o5TnhueDZYIn0%3D.RVMyNTZLXzN5Zmo3Y1JWdVBVS3JzM1ZtMmlQNGd5UXN5MXhFVVhWV2d5QXVnWnl5aU10WENXR0hxOEhHR2taTFlWZlYxRjhpdWhHdjJObVlmcldldnVuNFRUN3BLVHd4"
    async FabricUrl({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "rep": "image",
      "queryParams": {},
      "channelAuth": false,
      "noAuth": true,
      "noCache": false
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X/q/iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF/rep/image?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDhmYTZhODI4NjI0MzUyMTYzZGY4ZWQ3YzFmYWE3NDVjMWFiMzkzOWIiLCJxbGliX2lkIjoiaWxpYmo3RVFocEVYbUxoVmp5bnNDdEdKOU54bng2WCJ9.RVMyNTZLXzVEZnVOUEVxcGV5QkFHNnc3cmtIZlgzb2M0MUJqWUpjOFE3OGl5VjgzQ05FeFRKTXRIa3NEd2JpOUpCYWhiY3hDbW1Hc1B2dk1ueEdOU0xzOXV3TFJlVjdo"
    Source:

    async FileUrl({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional,
    filePath,
    queryParamsoptional,
    noCacheoptional
    })
    → Promise.<string>

    Generate a URL to the specified content object file with appropriate authorization token.

    Returns: URL to the specified file with authorization token
    Parameters:
    Name Type Attributes Default Description
    libraryId string <optional>

    ID of an library - Required if versionHash not specified

    objectId string <optional>

    ID of an object

    versionHash string <optional>

    Hash of an object version - Required if libraryId is not specified

    filePath string

    Path to the content object file

    queryParams Object <optional>

    Query params to add to the URL

    noCache boolean <optional>
    false

    If specified, a new access request will be made for the authorization regardless of whether such a request exists in the client cache. This request will not be cached.

    Examples
    async FileUrl({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "filePath": "file"
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X/q/iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF/files/file?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDhmYTZhODI4NjI0MzUyMTYzZGY4ZWQ3YzFmYWE3NDVjMWFiMzkzOWIiLCJ0eF9pZCI6IjB4NDJlMGE5MDY3ZDhkODVkODIzMzI0NDk4MjM0ODdjNDRlMGI3NTVhNjA4NTUzNmY5MWEwMDIxODQ3OWE4M2M3ZiIsInFsaWJfaWQiOiJpbGliajdFUWhwRVhtTGhWanluc0N0R0o5TnhueDZYIn0%3D.RVMyNTZLXzN5Zmo3Y1JWdVBVS3JzM1ZtMmlQNGd5UXN5MXhFVVhWV2d5QXVnWnl5aU10WENXR0hxOEhHR2taTFlWZlYxRjhpdWhHdjJObVlmcldldnVuNFRUN3BLVHd4"
    async FileUrl({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "filePath": "dir/file"
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X/q/iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF/files/dir/file?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDhmYTZhODI4NjI0MzUyMTYzZGY4ZWQ3YzFmYWE3NDVjMWFiMzkzOWIiLCJ0eF9pZCI6IjB4NDJlMGE5MDY3ZDhkODVkODIzMzI0NDk4MjM0ODdjNDRlMGI3NTVhNjA4NTUzNmY5MWEwMDIxODQ3OWE4M2M3ZiIsInFsaWJfaWQiOiJpbGliajdFUWhwRVhtTGhWanluc0N0R0o5TnhueDZYIn0%3D.RVMyNTZLXzN5Zmo3Y1JWdVBVS3JzM1ZtMmlQNGd5UXN5MXhFVVhWV2d5QXVnWnl5aU10WENXR0hxOEhHR2taTFlWZlYxRjhpdWhHdjJObVlmcldldnVuNFRUN3BLVHd4"
    async FileUrl({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "filePath": "file",
      "queryParams": {
        "param1": "value1",
        "param2": "value2",
        "param3": "value3"
      }
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X/q/iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF/files/file?param1=value1&param2=value2&param3=value3&authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDhmYTZhODI4NjI0MzUyMTYzZGY4ZWQ3YzFmYWE3NDVjMWFiMzkzOWIiLCJ0eF9pZCI6IjB4NDJlMGE5MDY3ZDhkODVkODIzMzI0NDk4MjM0ODdjNDRlMGI3NTVhNjA4NTUzNmY5MWEwMDIxODQ3OWE4M2M3ZiIsInFsaWJfaWQiOiJpbGliajdFUWhwRVhtTGhWanluc0N0R0o5TnhueDZYIn0%3D.RVMyNTZLXzN5Zmo3Y1JWdVBVS3JzM1ZtMmlQNGd5UXN5MXhFVVhWV2d5QXVnWnl5aU10WENXR0hxOEhHR2taTFlWZlYxRjhpdWhHdjJObVlmcldldnVuNFRUN3BLVHd4"
    async FileUrl({
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "versionHash": "hq__5j2vhZXC4ke2BZDHJj3Zcj3DqchhUm9r1XK5stKtbAttA5kEAeV65LDTap69JfpihM7HHUpiNm",
      "filePath": "file"
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/q/hq__5j2vhZXC4ke2BZDHJj3Zcj3DqchhUm9r1XK5stKtbAttA5kEAeV65LDTap69JfpihM7HHUpiNm/files/file?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDhmYTZhODI4NjI0MzUyMTYzZGY4ZWQ3YzFmYWE3NDVjMWFiMzkzOWIiLCJ0eF9pZCI6IjB4NDJlMGE5MDY3ZDhkODVkODIzMzI0NDk4MjM0ODdjNDRlMGI3NTVhNjA4NTUzNmY5MWEwMDIxODQ3OWE4M2M3ZiJ9.RVMyNTZLX0htblB3VlFOYWVNM3p0M1Y2UkFkeWRDVDRrbjhLSzRWSm5QREZTQ0g0WVZmWHVIVFRaU3ZwallqOVJtODViUWZqaEQxWmRDVEYybnRLYmdjQ1Z3TFVZaE1E"
    Source:

    async FinalizeABRMezzanine({
    libraryId,
    objectId,
    writeToken,
    offeringKeyoptional
    })
    → Promise.<Object>

    Finalize a mezzanine object after all jobs have finished

    Returns: The finalize response for the mezzanine object, as well as any logs, warnings and errors from the finalization
    Parameters:
    Name Type Attributes Default Description
    libraryId string

    ID of the mezzanine library

    objectId string

    ID of the mezzanine object

    writeToken string

    Write token for the mezzanine object

    offeringKey string <optional>
    default

    The offering to process

    Example
    async FinalizeABRMezzanine({
      "libraryId": "ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8",
      "objectId": "iq__hVX1Cg1Utmchs7oXomPYBFuswym",
      "writeToken": "tqw_Ene9X5LFNzszb7QqxwakGahsQsYdh936e",
      "offeringKey": "default"
    });
    
    
    {
      "logs": [
        "2019-10-28 23:07:33 Debug: Get production.Master: hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm",
        "2019-10-28 23:07:33 Debug: Get production.Variant 'default' from production.Master"
      ],
      "warnings": [],
      "errors": [],
      "id": "iq__hVX1Cg1Utmchs7oXomPYBFuswym",
      "hash": "hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf",
      "write_token": "tqw_Ene9X5LFNzszb7QqxwakGahsQsYdh936e",
      "type": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx"
    }
    Source:

    async FinalizeContentObject({
    libraryId,
    objectId,
    writeToken,
    publishoptional,
    awaitCommitConfirmationoptional
    })

    Finalize content draft

    See:
    • POST /qlibs/:qlibid/q/:write_token
    Parameters:
    Name Type Attributes Default Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the draft

    publish boolean <optional>
    true

    If specified, the object will also be published

    awaitCommitConfirmation boolean <optional>
    true

    If specified, will wait for the publish commit to be confirmed. Irrelevant if not publishing.

    Examples
    async FinalizeContentObject({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__2fkf3hb3upAKx6CpHnBG4nUgZcns",
      "writeToken": "tqw_A4Lj2XEAs2jZAT2zr2NfVE7cMq9m1bDLr"
    });
    
    
    {
      "id": "iq__2fkf3hb3upAKx6CpHnBG4nUgZcns",
      "hash": "hq__98a8EmGA9zatuYTuRUJMzWKMZUkdyEy2GdBLQg8CJsVtDVLNG3Pw51Eh4w5nuM6rizVWBwyMz7",
      "write_token": "tqw_A4Lj2XEAs2jZAT2zr2NfVE7cMq9m1bDLr",
      "type": ""
    }
    async FinalizeContentObject({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__KnHhtRsXQmyM3azAiuWz7v9PoVF",
      "writeToken": "tqw_JLwPtB72gfTYLwJKs9uU8XcXFN2pn9a8h"
    });
    
    
    {
      "id": "iq__KnHhtRsXQmyM3azAiuWz7v9PoVF",
      "hash": "hq__LJFEE6q64wxpgPPuu5iiuX9C2Ayk7P5bQTpH3bLYsiBTHDABb2AeAvZLj4hws1g2qUuUw5Fz5K",
      "write_token": "tqw_JLwPtB72gfTYLwJKs9uU8XcXFN2pn9a8h",
      "type": ""
    }
    async FinalizeContentObject({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__uvjE3xbe5UfuvHpBHUwnRsZn8Mw",
      "writeToken": "tqw_7dHGbCztoC2LVavRbjmfs4jdzRHmWvsZY"
    });
    
    
    {
      "id": "iq__uvjE3xbe5UfuvHpBHUwnRsZn8Mw",
      "hash": "hq__AoYY7jhnmMYJSjGTWeXq3aJUhgHAS2463PYqdW5BVUVU5rNXmoo4bM5YgjV7ycP4MAG9hGhcJD",
      "write_token": "tqw_7dHGbCztoC2LVavRbjmfs4jdzRHmWvsZY",
      "type": ""
    }
    async FinalizeContentObject({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__j7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "writeToken": "tqw_59KYhYj5CNiikbnFFWaRSmeMWDQhYZcXS"
    });
    
    
    {
      "id": "iq__j7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "hash": "hq__3mZ249jBNGkDp6BoN3rGec7zmCQcm6mW4vvXoTR6fTgTYZVSqDfbwYsmqSYEzEcjRW8yAHYrdH",
      "write_token": "tqw_59KYhYj5CNiikbnFFWaRSmeMWDQhYZcXS",
      "type": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL"
    }
    async FinalizeContentObject({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__j7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "writeToken": "tqw_7cAHPxjed35QVwYiDaW9mwqd7YjzHWvuY"
    });
    
    
    {
      "id": "iq__j7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "hash": "hq__3oHTD7mjdHm53c6gy47XaKfag8HW7hiquscjDGVNm5QnwWusPMV26efawmqiGxr2ZLe4dYCeGK",
      "write_token": "tqw_7cAHPxjed35QVwYiDaW9mwqd7YjzHWvuY",
      "type": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL"
    }
    async FinalizeContentObject({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_KMmnWEkenezphAXTwU2KnHp4Zzkscisqf"
    });
    
    
    {
      "id": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "hash": "hq__JPrfGed2RwSFjZLrZzfS1ew18KMmy15eGRnGTuJdNf1QQTT6zgYT49Vi3v2aywt85mQXi1DWcy",
      "write_token": "tqw_KMmnWEkenezphAXTwU2KnHp4Zzkscisqf",
      "type": "hq__AoYY7jhnmMYJSjGTWeXq3aJUhgHAS2463PYqdW5BVUVU5rNXmoo4bM5YgjV7ycP4MAG9hGhcJD"
    }
    async FinalizeContentObject({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_7gunC5EeqHK7Z9xpvaQGcRfPzLciCj2Hz"
    });
    
    
    {
      "id": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "hash": "hq__5j2vhZXC4ke2BZDHJj3Zcj3DqchhUm9r1XK5stKtbAttA5kEAeV65LDTap69JfpihM7HHUpiNm",
      "write_token": "tqw_7gunC5EeqHK7Z9xpvaQGcRfPzLciCj2Hz",
      "type": "hq__AoYY7jhnmMYJSjGTWeXq3aJUhgHAS2463PYqdW5BVUVU5rNXmoo4bM5YgjV7ycP4MAG9hGhcJD"
    }
    async FinalizeContentObject({
      "libraryId": "ilib3zjtkDYnCXEygRXLdwmLbkiYNJjH",
      "objectId": "iq__3zjtkDYnCXEygRXLdwmLbkiYNJjH",
      "writeToken": "tqw_4iM9mUzr7mDTh96jiseJGh89q4ZjiokX9"
    });
    
    
    {
      "id": "iq__3zjtkDYnCXEygRXLdwmLbkiYNJjH",
      "hash": "hq__8yX7y5Maazcv2A62dKYDN2sHMZ1tg5MsVSML8BFuz7oz9JkVr7vfEytxBUoRZ2wwGTj1ztdpsq",
      "write_token": "tqw_4iM9mUzr7mDTh96jiseJGh89q4ZjiokX9",
      "type": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL"
    }
    async FinalizeContentObject({
      "libraryId": "ilib3zjtkDYnCXEygRXLdwmLbkiYNJjH",
      "objectId": "iq__4WLhrVjbLH6sMfjE4w95BtyBJqpC",
      "writeToken": "tqw_FNESXWVqyNpjiC6TCiYAJzyaAT4R7pjMq"
    });
    
    
    {
      "id": "iq__4WLhrVjbLH6sMfjE4w95BtyBJqpC",
      "hash": "hq__79G2gQsnaAm9tSBqmThtRVZYamnSJwhKgAK7ikw9EjjSJF8c4z7QCrnhpggMrxM48UvFc3nxtg",
      "write_token": "tqw_FNESXWVqyNpjiC6TCiYAJzyaAT4R7pjMq",
      "type": ""
    }
    async FinalizeContentObject({
      "libraryId": "ilib3zjtkDYnCXEygRXLdwmLbkiYNJjH",
      "objectId": "iq__4Lws6zJFqrktapng8G3L6yBL3QQN",
      "writeToken": "tqw_E1ougJVQVwVPgNKpcR4zULKCyiyw8n6XS"
    });
    
    
    {
      "id": "iq__4Lws6zJFqrktapng8G3L6yBL3QQN",
      "hash": "hq__3mXcJRjH2WuV1h7695B9mJZd2pRddSEKKaNvgURxWbYvgk2QqwEDVHUqVMV1AT71PrfWZUbJYW",
      "write_token": "tqw_E1ougJVQVwVPgNKpcR4zULKCyiyw8n6XS",
      "type": ""
    }
    async FinalizeContentObject({
      "libraryId": "ilib3zjtkDYnCXEygRXLdwmLbkiYNJjH",
      "objectId": "iq__eLeizDfnP13BrJS2f7DgKF3C7jJ",
      "writeToken": "tqw_BzPirQ3zvn94pzdGoUCj2SYQ85PZHALPC"
    });
    
    
    {
      "id": "iq__eLeizDfnP13BrJS2f7DgKF3C7jJ",
      "hash": "hq__JnvPC8XLFfgJQXCUTU1V4jDFY4jqNSzvNJCfceAdpNxXxpNVdZoG45cLSohERnk4dwWm5izUk4",
      "write_token": "tqw_BzPirQ3zvn94pzdGoUCj2SYQ85PZHALPC",
      "type": ""
    }
    async FinalizeContentObject({
      "libraryId": "ilib3zjtkDYnCXEygRXLdwmLbkiYNJjH",
      "objectId": "iq__2REaH98i14HFEYciB4guURubHgUV",
      "writeToken": "tqw_APdtV8ebxoRKGoPqtmgWcMHSfswCtupF2"
    });
    
    
    {
      "id": "iq__2REaH98i14HFEYciB4guURubHgUV",
      "hash": "hq__LiDphZwC8Ycys4BfeZnQoktZLFooFCrNu2R6TxGE452puq5TZsYkMgbdDQSZLBHgcCHoVG7NC5",
      "write_token": "tqw_APdtV8ebxoRKGoPqtmgWcMHSfswCtupF2",
      "type": ""
    }
    async FinalizeContentObject({
      "libraryId": "ilib3zjtkDYnCXEygRXLdwmLbkiYNJjH",
      "objectId": "iq__ks4N2jhDCaZshRzedjpwMDiYqCN",
      "writeToken": "tqw_BQBnzjBB6HJbvo1ddn4CDQToheP9mVtXh"
    });
    
    
    {
      "id": "iq__ks4N2jhDCaZshRzedjpwMDiYqCN",
      "hash": "hq__AzFLbauj6AUispeH1C7AJFbsuoBVK269zSXGSC4MGv9CtFY4uXepHK5sBEksRafuhheeChtMQW",
      "write_token": "tqw_BQBnzjBB6HJbvo1ddn4CDQToheP9mVtXh",
      "type": ""
    }
    async FinalizeContentObject({
      "libraryId": "ilib3zjtkDYnCXEygRXLdwmLbkiYNJjH",
      "objectId": "iq__vdHsWKLbyrjZWrxE3r18w6W2wsP",
      "writeToken": "tqw_6WMyTYGJetwqDnXqCFY4WEhbz5KEPkRoS"
    });
    
    
    {
      "id": "iq__vdHsWKLbyrjZWrxE3r18w6W2wsP",
      "hash": "hq__JiAy3iqpRifV7Yyd7CZLprEKK3MF5qCnt7t7vAhgohpWeMUuAuGvfyLi47p8abLoECfX6yK7BF",
      "write_token": "tqw_6WMyTYGJetwqDnXqCFY4WEhbz5KEPkRoS",
      "type": ""
    }
    async FinalizeContentObject({
      "libraryId": "ilib3zjtkDYnCXEygRXLdwmLbkiYNJjH",
      "objectId": "iq__4WM6d6spASZe3MLNrmhKp1dFK68V",
      "writeToken": "tqw_7CMYNRunuJdvFwBAoCn7ZGCoeQXazMS9i"
    });
    
    
    {
      "id": "iq__4WM6d6spASZe3MLNrmhKp1dFK68V",
      "hash": "hq__6WeMHrA9maB1uUqKbniCiMtno5wZX14DCiNVYk14mWTkPujVEDkio3SwMPEp7E6N2asG1YjFkZ",
      "write_token": "tqw_7CMYNRunuJdvFwBAoCn7ZGCoeQXazMS9i",
      "type": ""
    }
    async FinalizeContentObject({
      "libraryId": "ilib3zjtkDYnCXEygRXLdwmLbkiYNJjH",
      "objectId": "iq__pTktYQvLxYnroo5Ggo58fPmvs3T",
      "writeToken": "tqw_86gA3mGGMkuijiEJfvAcAVretXjzxK7g3"
    });
    
    
    {
      "id": "iq__pTktYQvLxYnroo5Ggo58fPmvs3T",
      "hash": "hq__L9ewFRkwTZhLzt5mHZWcgRjH1AE2bmtCni1ze4NeGGBWd4rebFv4tBK5zykzk4PyiEAseMWJcd",
      "write_token": "tqw_86gA3mGGMkuijiEJfvAcAVretXjzxK7g3",
      "type": ""
    }
    async FinalizeContentObject({
      "libraryId": "ilib3zjtkDYnCXEygRXLdwmLbkiYNJjH",
      "objectId": "iq__3Pah8KLs9nDmW9G6xGneAEaVqco",
      "writeToken": "tqw_25sJ3Wm6s5x3nCRgaxyFuopVwP9Go3hgn"
    });
    
    
    {
      "id": "iq__3Pah8KLs9nDmW9G6xGneAEaVqco",
      "hash": "hq__DvLPzdtXnBpouXzr3RDkGveAn2GNFhgPoWKLmZHSV2AmAwdnzhp11YpbDu9PZxEFQxmnnxjTYX",
      "write_token": "tqw_25sJ3Wm6s5x3nCRgaxyFuopVwP9Go3hgn",
      "type": ""
    }
    async FinalizeContentObject({
      "libraryId": "ilib3zjtkDYnCXEygRXLdwmLbkiYNJjH",
      "objectId": "iq__2TBLvH4suhraVHfpcdoRoZadLFSn",
      "writeToken": "tqw_9GGY6j94ewDqmmXjLY81VHkWikePAjB41"
    });
    
    
    {
      "id": "iq__2TBLvH4suhraVHfpcdoRoZadLFSn",
      "hash": "hq__GhPV4dD1jH93vpnj9dryf6H5wn2dpMk6cscqrfa5j8GL9dLVWWesZwNpRx4CjAWzPuwJ3oJkN",
      "write_token": "tqw_9GGY6j94ewDqmmXjLY81VHkWikePAjB41",
      "type": ""
    }
    async FinalizeContentObject({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_7tk7chq1AQ93VPKo4Yhb6knJqC7EoTUB8"
    });
    
    
    {
      "id": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "hash": "hq__LRHHrTRn23KCY4mu5jJ8DhZGDTeoXP6GTBM371oANnt7eVwgWQJo1BhZMTGWkvECxzU9Fmy3jo",
      "write_token": "tqw_7tk7chq1AQ93VPKo4Yhb6knJqC7EoTUB8",
      "type": "hq__AoYY7jhnmMYJSjGTWeXq3aJUhgHAS2463PYqdW5BVUVU5rNXmoo4bM5YgjV7ycP4MAG9hGhcJD"
    }
    async FinalizeContentObject({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_eWdYYX6Znpb7rdqbdmxwbGRwc79C14H7"
    });
    
    
    {
      "id": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "hash": "hq__AXeK3BgANWxCLdG8ERnuCr14iuvdVz8hkRqyV5LEAkTpRyNWLPtrEV36MLtjAAD5qd9QgPS96H",
      "write_token": "tqw_eWdYYX6Znpb7rdqbdmxwbGRwc79C14H7",
      "type": "hq__AoYY7jhnmMYJSjGTWeXq3aJUhgHAS2463PYqdW5BVUVU5rNXmoo4bM5YgjV7ycP4MAG9hGhcJD"
    }
    async FinalizeContentObject({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_29uXUboDch3qXainuXVfxwA8jmAyw2soq"
    });
    
    
    {
      "id": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "hash": "hq__vQARpf6NDzxUn3fmnTHCUjPZNrGF1bYDMvPpcMwoAidN3xMvBjmZx8TMeDJmY1tjdXWbBmXso",
      "write_token": "tqw_29uXUboDch3qXainuXVfxwA8jmAyw2soq",
      "type": "hq__AoYY7jhnmMYJSjGTWeXq3aJUhgHAS2463PYqdW5BVUVU5rNXmoo4bM5YgjV7ycP4MAG9hGhcJD"
    }
    async FinalizeContentObject({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_6pjm3DE8dhS5KJNfE4nYHXeNhoDPNQryb"
    });
    
    
    {
      "id": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "hash": "hq__88dxvLswyPTQE22XzsQaT14sBMLFWvw5BSbCu1TvHqidxCpMWAmDvFzMgouPHfcXyJ35QU2J1X",
      "write_token": "tqw_6pjm3DE8dhS5KJNfE4nYHXeNhoDPNQryb",
      "type": "hq__AoYY7jhnmMYJSjGTWeXq3aJUhgHAS2463PYqdW5BVUVU5rNXmoo4bM5YgjV7ycP4MAG9hGhcJD"
    }
    async FinalizeContentObject({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__2fkf3hb3upAKx6CpHnBG4nUgZcns",
      "writeToken": "tqw_KTtz3MNZMtKxYg7VTCzzZDDs4tK2mz7qC"
    });
    
    
    {
      "id": "iq__2fkf3hb3upAKx6CpHnBG4nUgZcns",
      "hash": "hq__HLDVp81TZZnuTFKd8Bjy5t4Mi56cvGNywmRZbvhsXs351v9BzCaehcWBubtr6E8kTRqvy4zwBm",
      "write_token": "tqw_KTtz3MNZMtKxYg7VTCzzZDDs4tK2mz7qC",
      "type": ""
    }
    async FinalizeContentObject({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_7E9k9RjmcCUm6ztMKFVbeWPwkcCUB6Xf3"
    });
    
    
    {
      "id": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "hash": "hq__4roUEk8TH17TAwaBfoc1vjkTjnMd4gq6VEVev82iiAHozxAxbZ1s3gn84iBouqjfdPsK56AyKF",
      "write_token": "tqw_7E9k9RjmcCUm6ztMKFVbeWPwkcCUB6Xf3",
      "type": "hq__AoYY7jhnmMYJSjGTWeXq3aJUhgHAS2463PYqdW5BVUVU5rNXmoo4bM5YgjV7ycP4MAG9hGhcJD"
    }
    async FinalizeContentObject({
      "libraryId": "ilib2JzDGHWNKanusky3W1Anh7Fca5M4",
      "objectId": "iq__2JzDGHWNKanusky3W1Anh7Fca5M4",
      "writeToken": "tqw_3jcddRSPM4SAMu4bmusmH6K6A3odtF2vV"
    });
    
    
    {
      "id": "iq__2JzDGHWNKanusky3W1Anh7Fca5M4",
      "hash": "hq__AAU9t9ikYdvuvdpwNzU8c1wBgKpYe8nwAjbAEo2prmcNymNYc4DTsWzCAMUr8mbBSoNhT7uJA6",
      "write_token": "tqw_3jcddRSPM4SAMu4bmusmH6K6A3odtF2vV",
      "type": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL"
    }
    async FinalizeContentObject({
      "libraryId": "ilib2JzDGHWNKanusky3W1Anh7Fca5M4",
      "objectId": "iq__2vXoz6eDz9U8gRmT8prgEi1iPJS2",
      "writeToken": "tqw_Hs2ntEcsSkQLW766deZfEjQfiAuT2X8Jy",
      "awaitCommitConfirmation": false
    });
    
    
    {
      "id": "iq__2vXoz6eDz9U8gRmT8prgEi1iPJS2",
      "hash": "hq__Bs1ZoN5Zha64ycUUkRkXMVUNTBVvk9mft1b4mXawc5nF3U83cupB1inCAYKx3g7xhrvmDFg3xS",
      "write_token": "tqw_Hs2ntEcsSkQLW766deZfEjQfiAuT2X8Jy",
      "type": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35"
    }
    async FinalizeContentObject({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_DThdE8vv9T4MkcxSanzHwtutVrPvrTy4P"
    });
    
    
    {
      "id": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "hash": "hq__AKsdBFcw2SjcpvET5uZFmHFTzE7uTiwAkpGZLn4Y2zAbuJmzidk72SFoX16ANR7Mz4xzWwjczM",
      "write_token": "tqw_DThdE8vv9T4MkcxSanzHwtutVrPvrTy4P",
      "type": "hq__AoYY7jhnmMYJSjGTWeXq3aJUhgHAS2463PYqdW5BVUVU5rNXmoo4bM5YgjV7ycP4MAG9hGhcJD"
    }
    Source:

    async FinalizePart({
    libraryId,
    objectId,
    writeToken,
    partWriteToken,
    encryptionoptional
    })
    → Promise.<object>

    Finalize an open part draft

    Returns: The finalize response for the new part
    Parameters:
    Name Type Attributes Default Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the content object draft

    partWriteToken string

    Write token of the part

    encryption string <optional>
    none

    Desired encryption scheme. Options: 'none (default)', 'cgck'

    Examples
    async FinalizePart({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__j7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "writeToken": "tqw_7cAHPxjed35QVwYiDaW9mwqd7YjzHWvuY",
      "partWriteToken": "tqpwNhKyBUScozKJSNko724VgaU4HsEwgE2pD",
      "encryption": "none"
    });
    
    
    {
      "content": {
        "id": "iq__j7EQhpEXmLhVjynsCtGJ9Nxnx6X",
        "write_token": "tqw_7cAHPxjed35QVwYiDaW9mwqd7YjzHWvuY",
        "type": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL"
      },
      "part": {
        "hash": "hqp_97acrTzL3kEEQfu8UCLS4EcShUv7eMyozWF1s5Rmi1HLTa3o",
        "size": 101254
      }
    }
    async FinalizePart({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_7tk7chq1AQ93VPKo4Yhb6knJqC7EoTUB8",
      "partWriteToken": "tqpwJ8hKqM4dNbspiq9EJg77jt7Y1nL7aZzQH",
      "encryption": "none"
    });
    
    
    {
      "content": {
        "id": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
        "write_token": "tqw_7tk7chq1AQ93VPKo4Yhb6knJqC7EoTUB8",
        "type": "hq__AoYY7jhnmMYJSjGTWeXq3aJUhgHAS2463PYqdW5BVUVU5rNXmoo4bM5YgjV7ycP4MAG9hGhcJD"
      },
      "part": {
        "hash": "hqp_5b3v6fKs2v4XqNCLwAWXj1q5Dkh8TUk5BNVZX1tVBHihrDRX",
        "size": 100000
      }
    }
    async FinalizePart({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_eWdYYX6Znpb7rdqbdmxwbGRwc79C14H7",
      "partWriteToken": "tqpwHimoa8ALyTWXhhWZjyt2z4rF73WCxbATw",
      "encryption": "cgck"
    });
    
    
    {
      "content": {
        "id": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
        "write_token": "tqw_eWdYYX6Znpb7rdqbdmxwbGRwc79C14H7",
        "type": "hq__AoYY7jhnmMYJSjGTWeXq3aJUhgHAS2463PYqdW5BVUVU5rNXmoo4bM5YgjV7ycP4MAG9hGhcJD"
      },
      "part": {
        "hash": "hqpeDiLbZuBWHuLZBboHiCVCDRPA6FZMJxxTzRU7BoSoRqBG6vCV",
        "size": 102657
      }
    }
    async FinalizePart({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_29uXUboDch3qXainuXVfxwA8jmAyw2soq",
      "partWriteToken": "tqpw6xVH1yVSLswGFJJazrKd8wPCjNfia8gdv"
    });
    
    
    {
      "content": {
        "id": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
        "write_token": "tqw_29uXUboDch3qXainuXVfxwA8jmAyw2soq",
        "type": "hq__AoYY7jhnmMYJSjGTWeXq3aJUhgHAS2463PYqdW5BVUVU5rNXmoo4bM5YgjV7ycP4MAG9hGhcJD"
      },
      "part": {
        "hash": "hqp_YSs9MXvYzpFaaaG4VTB7tfkLwqEUAb8tH8dZVNXAYBFCZid",
        "size": 100000
      }
    }
    async FinalizePart({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_6pjm3DE8dhS5KJNfE4nYHXeNhoDPNQryb",
      "partWriteToken": "tqpw9RK9x8RSWFb7n6YeGN82kxt6No2SNniMS",
      "encryption": "cgck"
    });
    
    
    {
      "content": {
        "id": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
        "write_token": "tqw_6pjm3DE8dhS5KJNfE4nYHXeNhoDPNQryb",
        "type": "hq__AoYY7jhnmMYJSjGTWeXq3aJUhgHAS2463PYqdW5BVUVU5rNXmoo4bM5YgjV7ycP4MAG9hGhcJD"
      },
      "part": {
        "hash": "hqpeFDcWNmfQP2XpXNzegdoRTygoG78Yy43YWk9tGMDURnKKP6Ay",
        "size": 104970
      }
    }
    Source:

    async FinalizeStateChannelAccess({
    objectIdoptional,
    versionHashoptional,
    percentComplete
    })

    Finalize state channel access

    Parameters:
    Name Type Attributes Description
    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Version hash of the object

    percentComplete number

    Completion percentage of the content

    Source:

    FormatContractArguments({
    abi,
    methodName,
    args
    })
    → Array.<string>

    Format the arguments to be used for the specified method of the contract

    Returns: List of formatted arguments
    Parameters:
    Name Type Description
    abi Object

    ABI of contract

    methodName string

    Name of method for which arguments will be formatted

    args Array.<string>

    List of arguments

    Examples
     FormatContractArguments({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        }
      ],
      "methodName": "accessRequest",
      "args": [
        0,
        "0x0472eb9b59d04f23de4783e21172dcfbbe7f7a48da62dfa96312d154782d76b219bb4cffb08ef1929a1b11e44c498624adb7c4a168e6834dc903d067f095606aab",
        "",
        [],
        []
      ]
    });
    
    
    [
      0,
      "0x0472eb9b59d04f23de4783e21172dcfbbe7f7a48da62dfa96312d154782d76b219bb4cffb08ef1929a1b11e44c498624adb7c4a168e6834dc903d067f095606aab",
      "",
      [],
      []
    ]
     FormatContractArguments({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        }
      ],
      "methodName": "accessComplete",
      "args": [
        {
          "_hex": "0x01"
        },
        90,
        ""
      ]
    });
    
    
    [
      {
        "_hex": "0x01"
      },
      90,
      "0x0000000000000000000000000000000000000000000000000000000000000000"
    ]
     FormatContractArguments({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "accessRequest",
      "args": []
    });
    
    
    []
    Source:

    async GenerateStateChannelToken({
    objectIdoptional,
    versionHashoptional,
    noCacheoptional
    })
    → Promise.<string>

    Generate a state channel token

    Returns: The state channel token
    Parameters:
    Name Type Attributes Default Description
    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Version hash of the object

    noCache boolean <optional>
    false

    If specified, a new state channel token will be generated regardless whether or not one has been previously cached

    Source:

    GenerateWallet()ElvWallet

    Generate a new ElvWallet that is connected to the client's provider

    Returns: ElvWallet instance with this client's provider
    Example
     GenerateWallet();
    
    
    {
      "provider": {
        "ready": "<Promise>",
        "_lastBlockNumber": -2,
        "_balances": {},
        "_events": [],
        "_pollingInterval": 4000,
        "_emitted": {
          "block": -2
        },
        "_fastQueryDate": 1572986221425,
        "connection": {
          "url": "https://host-35-233-145-232.test.contentfabric.io/eth/"
        },
        "_network": {
          "chainId": 955210,
          "name": "unknown"
        },
        "_fastBlockNumberPromise": "<Promise>",
        "_fastBlockNumber": 100038
      },
      "signers": {}
    }
    Source:

    async GetBalance({address}) → Promise.<string>

    Get the balance (in ether) of the specified address

    Returns: Balance of the account, in ether (as string)
    Parameters:
    Name Type Description
    address string

    Address to query

    Examples
    async GetBalance({
      "address": "0xdBf299FB9646e863FDD27f6A1C6506e83250C1e8"
    });
    
    
    "10.0"
    async GetBalance({
      "address": "0xdBf299FB9646e863FDD27f6A1C6506e83250C1e8"
    });
    
    
    "9.964129368"
    async GetBalance({
      "address": "0xd4e1b2f36470f09d3858d34da41b70682416caba"
    });
    
    
    "0.01"
    async GetBalance({
      "address": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b"
    });
    
    
    "49.36126184"
    Source:

    async LibraryContentTypes({libraryId}) → Promise.<Object>

    Retrieve the allowed content types for the specified library.

    Note: If no content types have been set on the library, all types are allowed, but an empty hash will be returned.

    Returns: List of accepted content types - return format is equivalent to ContentTypes method
    Parameters:
    Name Type Description
    libraryId string

    ID of the library

    Examples
    async LibraryContentTypes({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X"
    });
    
    
    {}
    async LibraryContentTypes({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X"
    });
    
    
    {
      "iq__uvjE3xbe5UfuvHpBHUwnRsZn8Mw": {
        "id": "iq__uvjE3xbe5UfuvHpBHUwnRsZn8Mw",
        "hash": "hq__AoYY7jhnmMYJSjGTWeXq3aJUhgHAS2463PYqdW5BVUVU5rNXmoo4bM5YgjV7ycP4MAG9hGhcJD",
        "name": "Test Content Type 814f71709583db291066",
        "meta": {
          "name": "Test Content Type 814f71709583db291066",
          "public": {
            "name": "Test Content Type 814f71709583db291066"
          }
        }
      }
    }
    Source:

    async ListFiles({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional
    })

    List the file information about this object

    Parameters:
    Name Type Attributes Description
    libraryId string <optional>

    ID of the library

    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Hash of the object version - if not specified, most recent version will be used

    Example
    async ListFiles({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF"
    });
    
    
    {
      ".": {
        "type": "directory"
      },
      "testDirectory": {
        ".": {
          "type": "directory"
        },
        "File 1": {
          ".": {
            "parts": [
              0
            ],
            "size": 100000
          }
        },
        "File 2": {
          ".": {
            "parts": [
              1
            ],
            "size": 100000
          }
        }
      }
    }
    Source:

    async MergeMetadata({
    libraryId,
    objectId,
    writeToken,
    metadata,
    metadataSubtreeoptional
    })

    Merge specified metadata into existing content object metadata

    See:
    • POST /qlibs/:qlibid/q/:write_token/meta
    Parameters:
    Name Type Attributes Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the draft

    metadata Object

    New metadata to merge

    metadataSubtree string <optional>

    Subtree of the object metadata to modify

    Examples
    async MergeMetadata({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__j7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "writeToken": "tqw_7cAHPxjed35QVwYiDaW9mwqd7YjzHWvuY",
      "metadata": {
        "image": "hqp_97acrTzL3kEEQfu8UCLS4EcShUv7eMyozWF1s5Rmi1HLTa3o"
      }
    });
    
    
    <No Return Value>
    async MergeMetadata({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__j7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "writeToken": "tqw_7cAHPxjed35QVwYiDaW9mwqd7YjzHWvuY",
      "metadataSubtree": "public",
      "metadata": {
        "image": "hqp_97acrTzL3kEEQfu8UCLS4EcShUv7eMyozWF1s5Rmi1HLTa3o"
      }
    });
    
    
    <No Return Value>
    async MergeMetadata({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_7gunC5EeqHK7Z9xpvaQGcRfPzLciCj2Hz",
      "metadataSubtree": "toMerge",
      "metadata": {
        "new": "metadata"
      }
    });
    
    
    <No Return Value>
    async MergeMetadata({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_eWdYYX6Znpb7rdqbdmxwbGRwc79C14H7",
      "metadata": {
        "eluv.caps.iusr315NdZw7kWywXVDTX8psFHfLD4iN": "BJJlq4qGiWMep6rRIlmUyC8nGYWQwdTuws8I3dwYki/IzSXCo6mYBGxXtY3iJr8Cu+0KBpT4fDDz8FY0myvwQKPInVBDAyU0g7F/LybqnPWIinrRAbMv/kaRmzUUNtifegn8vOWP38UmEB84kHLHhnyU+nKVYL+X0r6Lfi43nXJLf3L1T7I2VSHZiaGjPlwme0tpLHsKyjLkyBy8oyi0XLYuBFKcxd888QBgu01EhNmDYQUh8q/45lCkH9mkV/y/F0Y2Tqa9tAznbVVRHRBNorhFuxye9rwHiwu0ww2vYEPGQSe+RahU2YF1bVcIBRVTpQwjkLPVC3Q5o1Du2cKTsBPWi9bVxd+hxayMpfXOCEFbWYP2+66MVSMGTMqSDSY5LcAc/VFzSPb7AKCs4nFVUTpM0Ol8lOCGWCLiJFk/oOEPNUdAC1rnhCSe/aT6Okv7O2sg2CwzgnhcKnjYkJIkoTyX51R7B3R9Af7NpAQyC63k",
        "eluv.caps.ikms2s41ivY1BDJ8K5PJyAtTtJZQcHZ": "BJJlq4qGiWMep6rRIlmUyC8nGYWQwdTuws8I3dwYki/IzSXCo6mYBGxXtY3iJr8Cu+0KBpT4fDDz8FY0myvwQKMF04y8ymqQjn2lhO1k3cRkJgxd8cich5mvv6vjOQ3aAYtXsrwNM2TB+dyUEjMywX58cgiFPsIKMh7VYF6/ygnlIpjM0ycXoegWILJkQ4HGrHTJwJMe6SdFEvGuVFzwu+U9VKNYaeCx6limOvqD4pJCJdW35zMHx8ewKdmCb6Fl2ed8lzkOt+T/17sQ+V1MoRqBEBj8G0Njgt62Fnvzp2Omu2mXMQpMRzNpvmd6WjxqMEP0jOfDXXomd6D273Q5Aik7+n7vDUxreo8TdpZxe81cbQU49+ZJ1hVf9I7KAzd6IXdNoLOqINFkdpCQ38I+Ho3u/sa7KK+D5yHCf3jbkpqwA6dLBHyoQXjkjuorvNLNPT/K1eyMQH6nmTYde10GiyRt6EkXjP+BUKCkcntnWj07"
      }
    });
    
    
    <No Return Value>
    async MergeMetadata({
      "libraryId": "ilib2JzDGHWNKanusky3W1Anh7Fca5M4",
      "objectId": "iq__2vXoz6eDz9U8gRmT8prgEi1iPJS2",
      "writeToken": "tqw_Hs2ntEcsSkQLW766deZfEjQfiAuT2X8Jy",
      "metadata": {
        "name": "Production Master Test",
        "description": "Production Master Test Description",
        "public": {
          "name": "Production Master Test",
          "description": "Production Master Test Description"
        },
        "elv_created_at": 1572986187007,
        "test": "master"
      }
    });
    
    
    <No Return Value>
    Source:

    async NodeId({region}) → Promise.<string>

    Retrieve the node ID reported by the fabric for the specified region

    Note: Client must have been initialized with FromConfiguration

    Returns: The node ID reported by the fabric
    Parameters:
    Name Type Description
    region string

    Region from which to retrieve the node ID

    Source:

    Nodes() → Promise.<Object>

    Retrieve the fabric and ethereum nodes currently used by the client, in preference order

    Returns: An object containing the lists of fabric and ethereum urls in use by the client
    Source:

    async PlayoutOptions({
    objectIdoptional,
    versionHashoptional,
    protocols,
    drms
    })

    Retrieve playout options for the specified content that satisfy the given protocol and DRM requirements

    If only objectId is specified, latest version will be played. To retrieve playout options for a specific version of the content, provide the versionHash parameter (in which case objectId is unnecessary)

    Parameters:
    Name Type Attributes Description
    objectId string <optional>

    Id of the content

    versionHash string <optional>

    Version hash of the content

    protocols Array.<string>

    Acceptable playout protocols

    drms Array.<string>

    Acceptable DRM formats

    Examples
    async PlayoutOptions({
      "objectId": "iq__hVX1Cg1Utmchs7oXomPYBFuswym",
      "protocols": [
        "hls",
        "dash"
      ],
      "drms": [
        "widevine",
        "aes-128"
      ]
    });
    
    
    {
      "dash": {
        "playoutUrl": "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8/q/hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf/rep/playout/default/dash-widevine/dash.mpd?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsInFsaWJfaWQiOiJpbGliQ3oyZFdYS2pwTWN5eWc0Zzd5UWdkUXpjZ204IiwiYWRkciI6IjB4NDM5NDA4QzMzQTdmY0E5NjlkMzRBNTYxNmMxNzVBNDQ0MzRCQjIwOSIsInFpZCI6ImlxX19oVlgxQ2cxVXRtY2hzN29Yb21QWUJGdXN3eW0iLCJncmFudCI6InJlYWQiLCJ0eF9yZXF1aXJlZCI6ZmFsc2UsImlhdCI6MTU3MjMwNDA2MCwiZXhwIjoxNTcyMzkwNDYwLCJhdXRoX3NpZyI6IkVTMjU2S193elg5Y3JRWFhTbzNNOGNQZ0JSMzcxUW5LbXI5dFd2a3JEdGdGakpaSmU1anRrMVA5Q3pUelU4cEQzV3FaZFRUblZCOEVXNWROVGtkckpDWnBqMTd1UUtyIiwiYWZnaF9wayI6IiJ9.RVMyNTZLX0hIRFhFOXJwcVNMUk5mQ29Fdml5SzFEV2VMZ1pCWWpKWVU5MWtkVFl1bUdIS1BVY0p6eldHY1BidDI5VUdydXh1UlNQUlJDdHEzR2VmaVpLYjd5SjhjU3ZG",
        "drms": {
          "widevine": {
            "licenseServers": [
              "https://host-35-237-243-135.test.contentfabric.io/wv/?qhash=hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf",
              "https://host-35-236-19-5.test.contentfabric.io/wv/?qhash=hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf",
              "https://host-35-226-231-183.test.contentfabric.io/wv/?qhash=hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf"
            ]
          }
        }
      },
      "hls": {
        "playoutUrl": "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8/q/hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf/rep/playout/default/hls-aes128/playlist.m3u8?player_profile=hls-js&authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsInFsaWJfaWQiOiJpbGliQ3oyZFdYS2pwTWN5eWc0Zzd5UWdkUXpjZ204IiwiYWRkciI6IjB4NDM5NDA4QzMzQTdmY0E5NjlkMzRBNTYxNmMxNzVBNDQ0MzRCQjIwOSIsInFpZCI6ImlxX19oVlgxQ2cxVXRtY2hzN29Yb21QWUJGdXN3eW0iLCJncmFudCI6InJlYWQiLCJ0eF9yZXF1aXJlZCI6ZmFsc2UsImlhdCI6MTU3MjMwNDA2MCwiZXhwIjoxNTcyMzkwNDYwLCJhdXRoX3NpZyI6IkVTMjU2S193elg5Y3JRWFhTbzNNOGNQZ0JSMzcxUW5LbXI5dFd2a3JEdGdGakpaSmU1anRrMVA5Q3pUelU4cEQzV3FaZFRUblZCOEVXNWROVGtkckpDWnBqMTd1UUtyIiwiYWZnaF9wayI6IiJ9.RVMyNTZLX0hIRFhFOXJwcVNMUk5mQ29Fdml5SzFEV2VMZ1pCWWpKWVU5MWtkVFl1bUdIS1BVY0p6eldHY1BidDI5VUdydXh1UlNQUlJDdHEzR2VmaVpLYjd5SjhjU3ZG",
        "drms": {
          "aes-128": {}
        }
      }
    }
    async PlayoutOptions({
      "objectId": "iq__hVX1Cg1Utmchs7oXomPYBFuswym",
      "protocols": [
        "hls",
        "dash"
      ],
      "drms": [
        "widevine",
        "aes-128"
      ],
      "hlsjsProfile": false
    });
    
    
    {
      "dash": {
        "playoutUrl": "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8/q/hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf/rep/playout/default/dash-widevine/dash.mpd?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsInFsaWJfaWQiOiJpbGliQ3oyZFdYS2pwTWN5eWc0Zzd5UWdkUXpjZ204IiwiYWRkciI6IjB4NDM5NDA4QzMzQTdmY0E5NjlkMzRBNTYxNmMxNzVBNDQ0MzRCQjIwOSIsInFpZCI6ImlxX19oVlgxQ2cxVXRtY2hzN29Yb21QWUJGdXN3eW0iLCJncmFudCI6InJlYWQiLCJ0eF9yZXF1aXJlZCI6ZmFsc2UsImlhdCI6MTU3MjMwNDA2MCwiZXhwIjoxNTcyMzkwNDYwLCJhdXRoX3NpZyI6IkVTMjU2S193elg5Y3JRWFhTbzNNOGNQZ0JSMzcxUW5LbXI5dFd2a3JEdGdGakpaSmU1anRrMVA5Q3pUelU4cEQzV3FaZFRUblZCOEVXNWROVGtkckpDWnBqMTd1UUtyIiwiYWZnaF9wayI6IiJ9.RVMyNTZLX0hIRFhFOXJwcVNMUk5mQ29Fdml5SzFEV2VMZ1pCWWpKWVU5MWtkVFl1bUdIS1BVY0p6eldHY1BidDI5VUdydXh1UlNQUlJDdHEzR2VmaVpLYjd5SjhjU3ZG",
        "drms": {
          "widevine": {
            "licenseServers": [
              "https://host-35-237-243-135.test.contentfabric.io/wv/?qhash=hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf",
              "https://host-35-236-19-5.test.contentfabric.io/wv/?qhash=hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf",
              "https://host-35-226-231-183.test.contentfabric.io/wv/?qhash=hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf"
            ]
          }
        }
      },
      "hls": {
        "playoutUrl": "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8/q/hq__14UPxw8FpEv7g226T5hGT1JpfqA8CsRFVw6WBWsUjLcVoa2BMmfNWXE48vLxwJVYXu1ptJHxnf/rep/playout/default/hls-aes128/playlist.m3u8?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsInFsaWJfaWQiOiJpbGliQ3oyZFdYS2pwTWN5eWc0Zzd5UWdkUXpjZ204IiwiYWRkciI6IjB4NDM5NDA4QzMzQTdmY0E5NjlkMzRBNTYxNmMxNzVBNDQ0MzRCQjIwOSIsInFpZCI6ImlxX19oVlgxQ2cxVXRtY2hzN29Yb21QWUJGdXN3eW0iLCJncmFudCI6InJlYWQiLCJ0eF9yZXF1aXJlZCI6ZmFsc2UsImlhdCI6MTU3MjMwNDA2MCwiZXhwIjoxNTcyMzkwNDYwLCJhdXRoX3NpZyI6IkVTMjU2S193elg5Y3JRWFhTbzNNOGNQZ0JSMzcxUW5LbXI5dFd2a3JEdGdGakpaSmU1anRrMVA5Q3pUelU4cEQzV3FaZFRUblZCOEVXNWROVGtkckpDWnBqMTd1UUtyIiwiYWZnaF9wayI6IiJ9.RVMyNTZLX0hIRFhFOXJwcVNMUk5mQ29Fdml5SzFEV2VMZ1pCWWpKWVU5MWtkVFl1bUdIS1BVY0p6eldHY1BidDI5VUdydXh1UlNQUlJDdHEzR2VmaVpLYjd5SjhjU3ZG",
        "drms": {
          "aes-128": {}
        }
      }
    }
    Source:

    async Proofs({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional,
    partHash
    })
    → Promise.<Object>

    Get the proofs associated with a given part

    Returns: Response containing proof information
    See:
    • GET /qlibs/:qlibid/q/:qhit/data/:qparthash/proofs
    Parameters:
    Name Type Attributes Description
    libraryId string <optional>

    ID of the library

    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Hash of the object version - If not specified, latest version will be used

    partHash string

    Hash of the part

    Example
    async Proofs({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "partHash": "hqp_5b3v6fKs2v4XqNCLwAWXj1q5Dkh8TUk5BNVZX1tVBHihrDRX"
    });
    
    
    {
      "root_hash": "a48e958df7e8f00d4eeafef2ee9b928f6fdf248b66b8c8a4f298edff682c1e18",
      "proofs": [
        {
          "byte_beg": 0,
          "byte_end": 99999,
          "proof": [
            "a48e958df7e8f00d4eeafef2ee9b928f6fdf248b66b8c8a4f298edff682c1e18"
          ]
        }
      ],
      "proof_data": {
        "a48e958df7e8f00d4eeafef2ee9b928f6fdf248b66b8c8a4f298edff682c1e18": "+FyhIC34z1Tt5KZ8qrd7olQqvL3m6ZV5dkUhQKY8NfEL0rltuDgAAAAAAAAAAAAAAAAAAAAAn4YBAAAAAAAt+M9U7eSmfKq3e6JUKry95umVeXZFIUCmPDXxC9K5bQ=="
      }
    }
    Source:

    async PublicRep({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional,
    rep,
    queryParamsoptional
    })
    → Promise.<string>

    Generate a URL to the specified /public endpoint of a content object. URL includes authorization token.

    Alias for the FabricUrl method with the "rep" parameter

    Returns: URL to the specified rep endpoint with authorization token
    See:
    • FabricUrl for creating arbitrary fabric URLs
    Parameters:
    Name Type Attributes Description
    libraryId string <optional>

    ID of the library

    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Hash of the object version - if not specified, latest version will be used

    rep string

    Representation to use

    queryParams Object <optional>

    Query params to add to the URL

    Source:

    async PublishContentVersion({
    libraryId,
    objectId,
    versionHash,
    awaitCommitConfirmationoptional
    })

    Publish a previously finalized content object version

    Parameters:
    Name Type Attributes Default Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    versionHash string

    The version hash of the content object to publish

    awaitCommitConfirmation boolean <optional>
    true

    If specified, will wait for the publish commit to be confirmed.

    Examples
    async PublishContentVersion({
      "objectId": "iq__2fkf3hb3upAKx6CpHnBG4nUgZcns",
      "versionHash": "hq__98a8EmGA9zatuYTuRUJMzWKMZUkdyEy2GdBLQg8CJsVtDVLNG3Pw51Eh4w5nuM6rizVWBwyMz7",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__KnHhtRsXQmyM3azAiuWz7v9PoVF",
      "versionHash": "hq__LJFEE6q64wxpgPPuu5iiuX9C2Ayk7P5bQTpH3bLYsiBTHDABb2AeAvZLj4hws1g2qUuUw5Fz5K",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__uvjE3xbe5UfuvHpBHUwnRsZn8Mw",
      "versionHash": "hq__AoYY7jhnmMYJSjGTWeXq3aJUhgHAS2463PYqdW5BVUVU5rNXmoo4bM5YgjV7ycP4MAG9hGhcJD",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__j7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "versionHash": "hq__3mZ249jBNGkDp6BoN3rGec7zmCQcm6mW4vvXoTR6fTgTYZVSqDfbwYsmqSYEzEcjRW8yAHYrdH",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__j7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "versionHash": "hq__3oHTD7mjdHm53c6gy47XaKfag8HW7hiquscjDGVNm5QnwWusPMV26efawmqiGxr2ZLe4dYCeGK",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "versionHash": "hq__JPrfGed2RwSFjZLrZzfS1ew18KMmy15eGRnGTuJdNf1QQTT6zgYT49Vi3v2aywt85mQXi1DWcy",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "versionHash": "hq__5j2vhZXC4ke2BZDHJj3Zcj3DqchhUm9r1XK5stKtbAttA5kEAeV65LDTap69JfpihM7HHUpiNm",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__3zjtkDYnCXEygRXLdwmLbkiYNJjH",
      "versionHash": "hq__8yX7y5Maazcv2A62dKYDN2sHMZ1tg5MsVSML8BFuz7oz9JkVr7vfEytxBUoRZ2wwGTj1ztdpsq",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__4WLhrVjbLH6sMfjE4w95BtyBJqpC",
      "versionHash": "hq__79G2gQsnaAm9tSBqmThtRVZYamnSJwhKgAK7ikw9EjjSJF8c4z7QCrnhpggMrxM48UvFc3nxtg",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__4Lws6zJFqrktapng8G3L6yBL3QQN",
      "versionHash": "hq__3mXcJRjH2WuV1h7695B9mJZd2pRddSEKKaNvgURxWbYvgk2QqwEDVHUqVMV1AT71PrfWZUbJYW",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__eLeizDfnP13BrJS2f7DgKF3C7jJ",
      "versionHash": "hq__JnvPC8XLFfgJQXCUTU1V4jDFY4jqNSzvNJCfceAdpNxXxpNVdZoG45cLSohERnk4dwWm5izUk4",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__2REaH98i14HFEYciB4guURubHgUV",
      "versionHash": "hq__LiDphZwC8Ycys4BfeZnQoktZLFooFCrNu2R6TxGE452puq5TZsYkMgbdDQSZLBHgcCHoVG7NC5",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__ks4N2jhDCaZshRzedjpwMDiYqCN",
      "versionHash": "hq__AzFLbauj6AUispeH1C7AJFbsuoBVK269zSXGSC4MGv9CtFY4uXepHK5sBEksRafuhheeChtMQW",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__vdHsWKLbyrjZWrxE3r18w6W2wsP",
      "versionHash": "hq__JiAy3iqpRifV7Yyd7CZLprEKK3MF5qCnt7t7vAhgohpWeMUuAuGvfyLi47p8abLoECfX6yK7BF",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__4WM6d6spASZe3MLNrmhKp1dFK68V",
      "versionHash": "hq__6WeMHrA9maB1uUqKbniCiMtno5wZX14DCiNVYk14mWTkPujVEDkio3SwMPEp7E6N2asG1YjFkZ",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__pTktYQvLxYnroo5Ggo58fPmvs3T",
      "versionHash": "hq__L9ewFRkwTZhLzt5mHZWcgRjH1AE2bmtCni1ze4NeGGBWd4rebFv4tBK5zykzk4PyiEAseMWJcd",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__3Pah8KLs9nDmW9G6xGneAEaVqco",
      "versionHash": "hq__DvLPzdtXnBpouXzr3RDkGveAn2GNFhgPoWKLmZHSV2AmAwdnzhp11YpbDu9PZxEFQxmnnxjTYX",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__2TBLvH4suhraVHfpcdoRoZadLFSn",
      "versionHash": "hq__GhPV4dD1jH93vpnj9dryf6H5wn2dpMk6cscqrfa5j8GL9dLVWWesZwNpRx4CjAWzPuwJ3oJkN",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "versionHash": "hq__LRHHrTRn23KCY4mu5jJ8DhZGDTeoXP6GTBM371oANnt7eVwgWQJo1BhZMTGWkvECxzU9Fmy3jo",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "versionHash": "hq__AXeK3BgANWxCLdG8ERnuCr14iuvdVz8hkRqyV5LEAkTpRyNWLPtrEV36MLtjAAD5qd9QgPS96H",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "versionHash": "hq__vQARpf6NDzxUn3fmnTHCUjPZNrGF1bYDMvPpcMwoAidN3xMvBjmZx8TMeDJmY1tjdXWbBmXso",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "versionHash": "hq__88dxvLswyPTQE22XzsQaT14sBMLFWvw5BSbCu1TvHqidxCpMWAmDvFzMgouPHfcXyJ35QU2J1X",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__2fkf3hb3upAKx6CpHnBG4nUgZcns",
      "versionHash": "hq__HLDVp81TZZnuTFKd8Bjy5t4Mi56cvGNywmRZbvhsXs351v9BzCaehcWBubtr6E8kTRqvy4zwBm",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "versionHash": "hq__4roUEk8TH17TAwaBfoc1vjkTjnMd4gq6VEVev82iiAHozxAxbZ1s3gn84iBouqjfdPsK56AyKF",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__2JzDGHWNKanusky3W1Anh7Fca5M4",
      "versionHash": "hq__AAU9t9ikYdvuvdpwNzU8c1wBgKpYe8nwAjbAEo2prmcNymNYc4DTsWzCAMUr8mbBSoNhT7uJA6",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__2vXoz6eDz9U8gRmT8prgEi1iPJS2",
      "versionHash": "hq__Bs1ZoN5Zha64ycUUkRkXMVUNTBVvk9mft1b4mXawc5nF3U83cupB1inCAYKx3g7xhrvmDFg3xS",
      "awaitCommitConfirmation": false
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "versionHash": "hq__AKsdBFcw2SjcpvET5uZFmHFTzE7uTiwAkpGZLn4Y2zAbuJmzidk72SFoX16ANR7Mz4xzWwjczM",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    Source:

    async QParts({
    libraryId,
    objectId,
    partHash,
    format
    })
    → Promise.<Format>

    Get part info in CBOR format

    Returns: Response containing the CBOR response in the specified format
    See:
    • GET /qparts/:qparthash
    Parameters:
    Name Type Description
    libraryId string

    ID of the library - required for authentication

    objectId string

    ID of the object - required for authentication

    partHash string

    Hash of the part

    format string

    Format to retrieve the response - defaults to Blob

    Examples
    async QParts({
      "libraryId": "ilibSJ8iYvzKwShsfVhU3pH8CJDwuMX",
      "objectId": "iq__3SJTyndAy3kCDpbfe2R19qMDHrQg",
      "partHash": "hqp_QmYRRkkwghdhksw3pcnNwhjKQWCkWowDwMY7Kg21ZU1nf8",
      "format": "arrayBuffer"
    });
    
    
    <ArrayBuffer 106>
    async QParts({
      "libraryId": "ilibSJ8iYvzKwShsfVhU3pH8CJDwuMX",
      "objectId": "iq__3SJTyndAy3kCDpbfe2R19qMDHrQg",
      "partHash": "hqp_QmQNGx4dX7eiQbBffXtrDd6Xg13osamJCVujxVLym5y6SU",
      "format": "arrayBuffer"
    });
    
    
    <ArrayBuffer 63>
    async QParts({
      "libraryId": "ilibSJ8iYvzKwShsfVhU3pH8CJDwuMX",
      "objectId": "iq__3SJTyndAy3kCDpbfe2R19qMDHrQg",
      "partHash": "hqp_QmTF5DchL9iNLvtuD4h1W8ZBDZcvPzKePxvzGQfNDUdvdm",
      "format": "arrayBuffer"
    });
    
    
    <ArrayBuffer 191>
    Source:

    async RemoveAccessGroupManager({
    contractAddress,
    memberAddress
    })
    → Promise.<string>

    Remove a manager from the access group at the specified contract address. This client's signer must be a manager of the access group.

    Returns: The transaction hash of the call to the revokeManagerAccess method
    Parameters:
    Name Type Description
    contractAddress string

    Address of the access group contract

    memberAddress string

    Address of the manager to remove

    Example
    async RemoveAccessGroupManager({
      "contractAddress": "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee",
      "memberAddress": "0x8fa6a828624352163df8ed7c1faa745c1ab3939b"
    });
    
    
    "0xe686aee30ec7a0eb1614c3c82305b24aab95b142e4fcc09d3104d5765c5142e5"
    Source:

    async RemoveAccessGroupMember({
    contractAddress,
    memberAddress
    })
    → Promise.<string>

    Remove a member from the access group at the specified contract address. This client's signer must be a manager of the access group.

    Returns: The transaction hash of the call to the revokeAccess method
    Parameters:
    Name Type Description
    contractAddress string

    Address of the access group contract

    memberAddress string

    Address of the member to remove

    Example
    async RemoveAccessGroupMember({
      "contractAddress": "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee",
      "memberAddress": "0x8fa6a828624352163df8ed7c1faa745c1ab3939b"
    });
    
    
    "0x0874321b60f3da1ed2d01f5f9d9ceae8f6a5a77f6cf2f2ee9203b96f27f5a4cd"
    Source:

    async RemoveContentLibraryGroup({
    libraryId,
    groupAddress,
    permission
    })

    Remove accessor, contributor or reviewer permissions for the specified group on the specified library

    Parameters:
    Name Type Description
    libraryId string

    The ID of the library

    groupAddress string

    The address of the group

    permission string

    The type of permission to remove ("accessor", "contributor", "reviewer")

    Example
    async RemoveContentLibraryGroup({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "groupAddress": "0x173e15d3f1f8766fec9621584637ba1a14a3a1ee",
      "permission": "reviewer"
    });
    
    
    <No Return Value>
    Source:

    async RemoveLibraryContentType({
    libraryId,
    typeIdoptional,
    typeNameoptional,
    typeHashoptional
    })
    → Promise.<string>

    Remove the specified content type from a library

    Returns: Hash of the removeContentType transaction
    Parameters:
    Name Type Attributes Description
    libraryId string

    ID of the library

    typeId string <optional>

    ID of the content type (required unless typeName is specified)

    typeName string <optional>

    Name of the content type (required unless typeId is specified)

    typeHash string <optional>

    Version hash of the content type

    Examples
    async RemoveLibraryContentType({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "typeName": "Test Content Type 814f71709583db291066"
    });
    
    
    "0x190728acbd46f988b925f4a0f32864ae88a58906b00fc3173645772a335533c1"
    async RemoveLibraryContentType({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "typeId": "iq__uvjE3xbe5UfuvHpBHUwnRsZn8Mw"
    });
    
    
    "0x943224b7afed65ca0cafaf75eeb7ab77a8e9eda71b4a72e1577257f6b42e4ee4"
    Source:

    async Rep({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional,
    rep,
    queryParamsoptional,
    channelAuthoptional,
    noAuthoptional,
    noCacheoptional
    })
    → Promise.<string>

    Generate a URL to the specified /rep endpoint of a content object. URL includes authorization token.

    Alias for the FabricUrl method with the "rep" parameter

    Returns: URL to the specified rep endpoint with authorization token
    See:
    • FabricUrl for creating arbitrary fabric URLs
    Parameters:
    Name Type Attributes Default Description
    libraryId string <optional>

    ID of the library

    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Hash of the object version - if not specified, latest version will be used

    rep string

    Representation to use

    queryParams Object <optional>

    Query params to add to the URL

    channelAuth boolean <optional>
    false

    If specified, state channel authorization will be performed instead of access request authorization

    noAuth boolean <optional>
    false

    If specified, authorization will not be performed and the URL will not have an authorization token. This is useful for accessing public assets.

    noCache boolean <optional>
    false

    If specified, a new access request will be made for the authorization regardless of whether such a request exists in the client cache. This request will not be cached. This option has no effect if noAuth is true.

    Examples
    async Rep({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "rep": "image"
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X/q/iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF/rep/image?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDhmYTZhODI4NjI0MzUyMTYzZGY4ZWQ3YzFmYWE3NDVjMWFiMzkzOWIiLCJ0eF9pZCI6IjB4NDJlMGE5MDY3ZDhkODVkODIzMzI0NDk4MjM0ODdjNDRlMGI3NTVhNjA4NTUzNmY5MWEwMDIxODQ3OWE4M2M3ZiIsInFsaWJfaWQiOiJpbGliajdFUWhwRVhtTGhWanluc0N0R0o5TnhueDZYIn0%3D.RVMyNTZLXzN5Zmo3Y1JWdVBVS3JzM1ZtMmlQNGd5UXN5MXhFVVhWV2d5QXVnWnl5aU10WENXR0hxOEhHR2taTFlWZlYxRjhpdWhHdjJObVlmcldldnVuNFRUN3BLVHd4"
    async Rep({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "rep": "image",
      "noAuth": true
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X/q/iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF/rep/image?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDhmYTZhODI4NjI0MzUyMTYzZGY4ZWQ3YzFmYWE3NDVjMWFiMzkzOWIiLCJxbGliX2lkIjoiaWxpYmo3RVFocEVYbUxoVmp5bnNDdEdKOU54bng2WCJ9.RVMyNTZLXzVEZnVOUEVxcGV5QkFHNnc3cmtIZlgzb2M0MUJqWUpjOFE3OGl5VjgzQ05FeFRKTXRIa3NEd2JpOUpCYWhiY3hDbW1Hc1B2dk1ueEdOU0xzOXV3TFJlVjdo"
    Source:

    async ReplaceMetadata({
    libraryId,
    objectId,
    writeToken,
    metadata,
    metadataSubtreeoptional
    })

    Replace content object metadata with specified metadata

    See:
    • PUT /qlibs/:qlibid/q/:write_token/meta
    Parameters:
    Name Type Attributes Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the draft

    metadata Object

    New metadata to merge

    metadataSubtree string <optional>

    Subtree of the object metadata to modify

    Examples
    async ReplaceMetadata({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__2fkf3hb3upAKx6CpHnBG4nUgZcns",
      "writeToken": "tqw_A4Lj2XEAs2jZAT2zr2NfVE7cMq9m1bDLr",
      "metadata": {
        "bitcode_flags": "abrmaster",
        "bitcode_format": "builtin"
      }
    });
    
    
    <No Return Value>
    async ReplaceMetadata({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__KnHhtRsXQmyM3azAiuWz7v9PoVF",
      "writeToken": "tqw_JLwPtB72gfTYLwJKs9uU8XcXFN2pn9a8h",
      "metadata": {
        "public": {
          "name": "Test Access Group",
          "description": "Test Access Group Description"
        },
        "name": "Test Access Group",
        "description": "Test Access Group Description",
        "group": "metadata"
      }
    });
    
    
    <No Return Value>
    async ReplaceMetadata({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__uvjE3xbe5UfuvHpBHUwnRsZn8Mw",
      "writeToken": "tqw_7dHGbCztoC2LVavRbjmfs4jdzRHmWvsZY",
      "metadata": {
        "name": "Test Content Type 814f71709583db291066",
        "public": {
          "name": "Test Content Type 814f71709583db291066"
        }
      }
    });
    
    
    <No Return Value>
    async ReplaceMetadata({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__j7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "metadata": {
        "private": {
          "meta": "data"
        },
        "name": "Test Library 814f71709583db291066",
        "description": "Test Library Description",
        "public": {
          "name": "Test Library 814f71709583db291066",
          "description": "Test Library Description"
        }
      },
      "writeToken": "tqw_59KYhYj5CNiikbnFFWaRSmeMWDQhYZcXS"
    });
    
    
    <No Return Value>
    async ReplaceMetadata({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_7gunC5EeqHK7Z9xpvaQGcRfPzLciCj2Hz",
      "metadataSubtree": "toReplace",
      "metadata": {
        "new": "metadata"
      }
    });
    
    
    <No Return Value>
    async ReplaceMetadata({
      "libraryId": "ilib3zjtkDYnCXEygRXLdwmLbkiYNJjH",
      "objectId": "iq__3zjtkDYnCXEygRXLdwmLbkiYNJjH",
      "metadata": {
        "name": "Test Object Filtering",
        "public": {
          "name": "Test Object Filtering"
        }
      },
      "writeToken": "tqw_4iM9mUzr7mDTh96jiseJGh89q4ZjiokX9"
    });
    
    
    <No Return Value>
    async ReplaceMetadata({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__2fkf3hb3upAKx6CpHnBG4nUgZcns",
      "writeToken": "tqw_KTtz3MNZMtKxYg7VTCzzZDDs4tK2mz7qC",
      "metadataSubtree": "accessed_content/hq__88dxvLswyPTQE22XzsQaT14sBMLFWvw5BSbCu1TvHqidxCpMWAmDvFzMgouPHfcXyJ35QU2J1X",
      "metadata": 1572986127157
    });
    
    
    <No Return Value>
    async ReplaceMetadata({
      "libraryId": "ilib2JzDGHWNKanusky3W1Anh7Fca5M4",
      "objectId": "iq__2JzDGHWNKanusky3W1Anh7Fca5M4",
      "metadata": {
        "abr_profile": {
          "ladder_specs": {
            "{\"media_type\":\"audio\",\"channels\":2}": {
              "rung_specs": [
                {
                  "media_type": "audio",
                  "bit_rate": 128000,
                  "pregenerate": true
                }
              ]
            },
            "{\"media_type\":\"video\",\"aspect_ratio_height\":3,\"aspect_ratio_width\":4}": {
              "rung_specs": [
                {
                  "media_type": "video",
                  "bit_rate": 4900000,
                  "pregenerate": true,
                  "height": 1080,
                  "width": 1452
                },
                {
                  "media_type": "video",
                  "bit_rate": 3375000,
                  "pregenerate": false,
                  "height": 720,
                  "width": 968
                },
                {
                  "media_type": "video",
                  "bit_rate": 1500000,
                  "pregenerate": false,
                  "height": 540,
                  "width": 726
                },
                {
                  "media_type": "video",
                  "bit_rate": 825000,
                  "pregenerate": false,
                  "height": 432,
                  "width": 580
                },
                {
                  "media_type": "video",
                  "bit_rate": 300000,
                  "pregenerate": false,
                  "height": 360,
                  "width": 484
                }
              ]
            },
            "{\"media_type\":\"video\",\"aspect_ratio_height\":9,\"aspect_ratio_width\":16}": {
              "rung_specs": [
                {
                  "media_type": "video",
                  "bit_rate": 6500000,
                  "pregenerate": true,
                  "height": 1080,
                  "width": 1920
                },
                {
                  "media_type": "video",
                  "bit_rate": 4500000,
                  "pregenerate": false,
                  "height": 720,
                  "width": 1280
                },
                {
                  "media_type": "video",
                  "bit_rate": 2000000,
                  "pregenerate": false,
                  "height": 540,
                  "width": 960
                },
                {
                  "media_type": "video",
                  "bit_rate": 1100000,
                  "pregenerate": false,
                  "height": 432,
                  "width": 768
                },
                {
                  "media_type": "video",
                  "bit_rate": 400000,
                  "pregenerate": false,
                  "height": 360,
                  "width": 640
                }
              ]
            }
          },
          "playout_formats": {
            "dash-clear": {
              "drm": null,
              "protocol": {
                "min_buffer_length": 2,
                "type": "ProtoDash"
              }
            },
            "dash-widevine": {
              "drm": {
                "type": "DrmWidevine",
                "license_servers": [],
                "enc_scheme_name": "cenc",
                "content_id": ""
              },
              "protocol": {
                "type": "ProtoDash",
                "min_buffer_length": 2
              }
            },
            "hls-aes128": {
              "drm": {
                "type": "DrmAes128",
                "enc_scheme_name": "aes-128"
              },
              "protocol": {
                "type": "ProtoHls"
              }
            },
            "hls-clear": {
              "drm": null,
              "protocol": {
                "type": "ProtoHls"
              }
            }
          },
          "segment_specs": {
            "audio": {
              "segs_per_chunk": 15,
              "target_dur": 2
            },
            "video": {
              "segs_per_chunk": 15,
              "target_dur": 2.03
            }
          }
        },
        "name": "Test Media Library",
        "public": {
          "name": "Test Media Library"
        }
      },
      "writeToken": "tqw_3jcddRSPM4SAMu4bmusmH6K6A3odtF2vV"
    });
    
    
    <No Return Value>
    Source:

    async ResetRegion() → Promise.<Object>

    Reset fabric URLs to prefer the best region auto-detected by the fabric.

    Note: Client must have been initialized with FromConfiguration

    Returns: An object containing the updated fabric and ethereum URLs in order of preference
    Source:

    async SendFunds({
    recipient,
    ether
    })
    → Promise.<Object>

    Send ether from this client's current signer to the specified recipient address

    Returns: The transaction receipt
    Parameters:
    Name Type Description
    recipient string

    Address of the recipient

    ether number

    Amount of ether to send

    Examples
    async SendFunds({
      "recipient": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
      "ether": 9.714129368
    });
    
    
    {
      "to": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
      "from": "0xdBf299FB9646e863FDD27f6A1C6506e83250C1e8",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5208"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x5888059b263c2db0408767dcd9c63bba862e334fcdbbd80e811f32611fe8d375",
      "transactionHash": "0x6a0b6c31db56cfff8a63786725f93b06d983c5149039a947ad0ffd56d3d49825",
      "logs": [],
      "blockNumber": 100043,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5208"
      },
      "status": 1,
      "byzantium": true
    }
    async SendFunds({
      "recipient": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
      "ether": 49.11126184
    });
    
    
    {
      "to": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
      "from": "0x8FA6A828624352163dF8ed7C1FaA745C1AB3939b",
      "contractAddress": null,
      "transactionIndex": 1,
      "gasUsed": {
        "_hex": "0x5208"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x5888059b263c2db0408767dcd9c63bba862e334fcdbbd80e811f32611fe8d375",
      "transactionHash": "0xfc420fe951ec3b99e7eccd5386aa444118d4d483952d3ad16633b28cb90e349c",
      "logs": [],
      "blockNumber": 100043,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0xa410"
      },
      "status": 1,
      "byzantium": true
    }
    Source:

    async SetAccessCharge({
    objectId,
    accessCharge
    })

    Set the access charge for the specified object

    Parameters:
    Name Type Description
    objectId string

    ID of the object

    accessCharge number | string

    The new access charge, in ether

    Example
    async SetAccessCharge({
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "accessCharge": "0.5"
    });
    
    
    <No Return Value>
    Source:

    async SetContentLibraryImage({
    libraryId,
    image
    })

    Set the image associated with this library

    Parameters:
    Name Type Description
    libraryId string

    ID of the library

    image Blob | ArrayBuffer | Buffer

    Image to upload

    Example
    async SetContentLibraryImage({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "image": "<ArrayBuffer 101254>"
    });
    
    
    <No Return Value>
    Source:

    async SetContentObjectImage({
    libraryId,
    objectId,
    image
    })

    Set the image associated with this object

    Note: The content type of the object must support /rep/image

    Parameters:
    Name Type Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    image Blob | ArrayBuffer | Buffer

    Image to upload

    Example
    async SetContentObjectImage({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__j7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "image": "<ArrayBuffer 101254>"
    });
    
    
    <No Return Value>
    Source:

    async SetCustomContentContract({
    libraryId,
    objectId,
    customContractAddress,
    nameoptional,
    descriptionoptional,
    abi,
    factoryAbioptional,
    overridesoptional
    })
    → Promise.<Object>

    Set the custom contract of the specified object with the contract at the specified address

    Note: This also updates the content object metadata with information about the contract - particularly the ABI

    Returns: Result transaction of calling the setCustomContract method on the content object contract
    Parameters:
    Name Type Attributes Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    customContractAddress string

    Address of the deployed custom contract

    name string <optional>

    Optional name of the custom contract

    description string <optional>

    Optional description of the custom contract

    abi Object

    ABI of the custom contract

    factoryAbi Object <optional>

    If the custom contract is a factory, the ABI of the contract it deploys

    overrides Object <optional>

    Change default gasPrice or gasLimit used for this action

    Example
    async SetCustomContentContract({
      "libraryId": "ilib3eXfnnhHfDCHsFGb7VusYjx5Wr5g",
      "objectId": "iq__2PZVisWxFW3Fm9vXamCbu7K8yS7g",
      "name": "Custom Contract",
      "description": "Custom Contract Description",
      "customContractAddress": "0x3207a2fac0be98197aaad1bbf45c28ef02f50d03",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "licensingFee",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "bytes32[]"
            },
            {
              "name": "",
              "type": "address[]"
            }
          ],
          "name": "runAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "bytes32[]"
            },
            {
              "name": "",
              "type": "address[]"
            }
          ],
          "name": "runAccess",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "runFinalize",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "percentPartial",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "withdraw",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "proposed_status_code",
              "type": "int256"
            }
          ],
          "name": "runStatusChange",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "runDescribeStatus",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "pure",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_FINAL_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "DEFAULT_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "runCreate",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "partialPayment",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "runKill",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_address",
              "type": "address"
            },
            {
              "name": "new_owner",
              "type": "address"
            }
          ],
          "name": "transferContentOwnership",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT_APPROVED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "DEFAULT_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "licensing_fee",
              "type": "uint256"
            }
          ],
          "name": "setLicensingFee",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "licensingStatus",
          "outputs": [
            {
              "name": "percentComplete",
              "type": "uint8"
            },
            {
              "name": "licensingFee",
              "type": "uint256"
            },
            {
              "name": "licensingFeePaid",
              "type": "uint256"
            },
            {
              "name": "valid",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "partial_payment",
              "type": "uint8"
            }
          ],
          "name": "setPartialPayment",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "percent_partial",
              "type": "uint8"
            }
          ],
          "name": "setPercentPartial",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "bool"
            }
          ],
          "name": "runGrant",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_address",
              "type": "address"
            }
          ],
          "name": "reclaimContentOwnership",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "DEFAULT_CHARGE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "percent_complete",
              "type": "uint8"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "reviewContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "PayCredit",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            }
          ],
          "name": "Log",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "b",
              "type": "bool"
            }
          ],
          "name": "LogBool",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "LogAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "u",
              "type": "uint256"
            }
          ],
          "name": "LogUint256",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "u",
              "type": "int256"
            }
          ],
          "name": "LogInt256",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "b",
              "type": "bytes32"
            }
          ],
          "name": "LogBytes32",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunKill",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "proposedStatusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "returnStatusCode",
              "type": "int256"
            }
          ],
          "name": "RunStatusChange",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "calculateAccessCharge",
              "type": "int256"
            }
          ],
          "name": "RunAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunFinalize",
          "type": "event"
        }
      ],
      "factoryAbi": [
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "licensingFee",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "bytes32[]"
            },
            {
              "name": "",
              "type": "address[]"
            }
          ],
          "name": "runAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "bytes32[]"
            },
            {
              "name": "",
              "type": "address[]"
            }
          ],
          "name": "runAccess",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "runFinalize",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "percentPartial",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "withdraw",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "proposed_status_code",
              "type": "int256"
            }
          ],
          "name": "runStatusChange",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "runDescribeStatus",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "pure",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_FINAL_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "DEFAULT_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "runCreate",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "partialPayment",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "runKill",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_address",
              "type": "address"
            },
            {
              "name": "new_owner",
              "type": "address"
            }
          ],
          "name": "transferContentOwnership",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT_APPROVED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "DEFAULT_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "licensing_fee",
              "type": "uint256"
            }
          ],
          "name": "setLicensingFee",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "licensingStatus",
          "outputs": [
            {
              "name": "percentComplete",
              "type": "uint8"
            },
            {
              "name": "licensingFee",
              "type": "uint256"
            },
            {
              "name": "licensingFeePaid",
              "type": "uint256"
            },
            {
              "name": "valid",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "partial_payment",
              "type": "uint8"
            }
          ],
          "name": "setPartialPayment",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "percent_partial",
              "type": "uint8"
            }
          ],
          "name": "setPercentPartial",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "bool"
            }
          ],
          "name": "runGrant",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_address",
              "type": "address"
            }
          ],
          "name": "reclaimContentOwnership",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "DEFAULT_CHARGE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "percent_complete",
              "type": "uint8"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "reviewContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "PayCredit",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            }
          ],
          "name": "Log",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "b",
              "type": "bool"
            }
          ],
          "name": "LogBool",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "LogAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "u",
              "type": "uint256"
            }
          ],
          "name": "LogUint256",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "u",
              "type": "int256"
            }
          ],
          "name": "LogInt256",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "b",
              "type": "bytes32"
            }
          ],
          "name": "LogBytes32",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunKill",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "proposedStatusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "returnStatusCode",
              "type": "int256"
            }
          ],
          "name": "RunStatusChange",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "calculateAccessCharge",
              "type": "int256"
            }
          ],
          "name": "RunAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunFinalize",
          "type": "event"
        }
      ]
    });
    
    
    {
      "to": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
      "from": "0x60098b7E10364F9f81ec457fC637A2fe8C91E4d1",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x1852f"
      },
      "logsBloom": "0x00000000040000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0xdc7ea6acc08623721e18f53258d6ac3593cac532b2e600e87491db7d8f74aeff",
      "transactionHash": "0x3d4bdf26e25fe43a04cd94af15d783ab4b1a4c02742afdf630bfc50c69cf9b57",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 64707,
          "transactionHash": "0x3d4bdf26e25fe43a04cd94af15d783ab4b1a4c02742afdf630bfc50c69cf9b57",
          "address": "0x63B2DC00F3c1931279400418AC6B894182d902f7",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "data": "0x0000000000000000000000003207a2fac0be98197aaad1bbf45c28ef02f50d03",
          "logIndex": 0,
          "blockHash": "0xdc7ea6acc08623721e18f53258d6ac3593cac532b2e600e87491db7d8f74aeff",
          "transactionLogIndex": 0,
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x3207a2faC0be98197AaAd1Bbf45C28eF02f50D03",
            "contentContractAddress": "0x3207a2faC0be98197AaAd1Bbf45C28eF02f50D03",
            "length": 1
          }
        }
      ],
      "blockNumber": 64707,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x1852f"
      },
      "status": 1,
      "byzantium": true
    }
    Source:

    SetNodes({
    fabricURIsoptional,
    ethereumURIsoptional
    })

    Set the client to use the specified fabric and ethereum nodes, in preference order

    Parameters:
    Name Type Attributes Description
    fabricURIs Array.<string> <optional>

    A list of URLs for the fabric, in preference order

    ethereumURIs Array.<string> <optional>

    A list of URLs for the blockchain, in preference order

    Source:

    SetSigner({signer})

    Set the signer for this client to use for blockchain transactions

    Parameters:
    Name Type Description
    signer object

    The ethers.js signer object

    Source:

    async SetSignerFromWeb3Provider({provider})

    Set the signer for this client to use for blockchain transactions from an existing web3 provider. Useful for integrating with MetaMask

    Parameters:
    Name Type Description
    provider object

    The web3 provider object

    Source:

    async StartABRMezzanineJobs({
    libraryId,
    objectId,
    offeringKeyoptional,
    accessoptional
    })
    → Promise.<Object>

    Start any incomplete jobs on the specified mezzanine

    Returns: A write token for the mezzanine object, as well as any logs, warnings and errors from the job initialization
    Parameters:
    Name Type Attributes Default Description
    libraryId string

    ID of the mezzanine library

    objectId string

    ID of the mezzanine object

    offeringKey string <optional>
    default

    The offering to process

    access Object <optional>

    (S3) Region, bucket, access key and secret for S3 - Required if any files in the masters are S3 references

    • Format: {region, bucket, accessKey, secret}
    Example
    async StartABRMezzanineJobs({
      "libraryId": "ilibCz2dWXKjpMcyyg4g7yQgdQzcgm8",
      "objectId": "iq__hVX1Cg1Utmchs7oXomPYBFuswym",
      "offeringKey": "default"
    });
    
    
    {
      "writeToken": "tqw_Ene9X5LFNzszb7QqxwakGahsQsYdh936e",
      "logs": [
        "2019-10-28 23:05:20 Debug: getAvpReqCtx, filePath=Video.mp4, qhot=hq__28T8P2AiWnm1xP4xzHJ9katFJLzJA8U1KwAFmLPd1EfQ1EvLBJ2tSAAsrfG9PNuqVjUwQQkUhm"
      ],
      "warnings": [],
      "errors": []
    }
    Source:

    ToggleLogging(enable)

    Enable or disable verbose logging

    Parameters:
    Name Type Description
    enable boolean

    Set logging

    Source:

    async UploadFiles({
    libraryId,
    objectId,
    writeToken,
    fileInfo,
    callbackoptional
    })

    Upload files to a content object.

    Expected format of fileInfo:

    [ { path: string, mime_type: string, size: number, data: File | ArrayBuffer | Buffer } ]

    Parameters:
    Name Type Attributes Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the draft

    fileInfo Array.<object>

    List of files to upload, including their size, type, and contents

    callback function <optional>

    If specified, will be called after each job segment is finished with the current upload progress

    • Format: {"filename1": {uploaded: number, total: number}, ...}
    Examples
    async UploadFiles({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_7E9k9RjmcCUm6ztMKFVbeWPwkcCUB6Xf3",
      "fileInfo": [
        {
          "path": "testDirectory/File 1",
          "type": "file",
          "mime_type": "text/plain",
          "size": 100000
        },
        {
          "path": "testDirectory/File 2",
          "type": "file",
          "mime_type": "text/plain",
          "size": 100000
        }
      ]
    });
    
    
    <No Return Value>
    async UploadFiles({
      "libraryId": "ilib2JzDGHWNKanusky3W1Anh7Fca5M4",
      "objectId": "iq__2vXoz6eDz9U8gRmT8prgEi1iPJS2",
      "writeToken": "tqw_Hs2ntEcsSkQLW766deZfEjQfiAuT2X8Jy",
      "fileInfo": [
        {
          "path": "Video.mp4",
          "mime_type": "video/mp4",
          "size": 97944174,
          "type": "file"
        }
      ]
    });
    
    
    <No Return Value>
    Source:

    async UploadFilesFromS3({
    libraryId,
    objectId,
    writeToken,
    region,
    bucket,
    filePaths,
    accessKey,
    secret,
    copy,
    callbackoptional
    })

    Copy/reference files from S3 to a content object

    Parameters:
    Name Type Attributes Default Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the draft

    region string

    AWS region to use

    bucket string

    AWS bucket to use

    filePaths Array.<string>

    List of files/directories to copy/reference

    accessKey string

    AWS access key

    secret string

    AWS secret

    copy boolean false

    If true, will copy the data from S3 into the fabric. Otherwise, a reference to the content will be made.

    callback function <optional>

    If specified, will be called after each job segment is finished with the current upload progress

    • Format: { done: true, resolve: 'completed - (1/1)', download: 'completed - (0/0)' }
    Source:

    async UploadPart({
    libraryId,
    objectId,
    writeToken,
    data,
    chunkSizeoptional,
    encryptionoptional
    })
    → Promise.<Object>

    Upload part to an object draft

    Note: If uploading a large file (especially with an HTML file and/or when using the FrameClient) it is recommended to use the CreatePart + UploadPartChunk + FinalizePart flow to upload the file in smaller chunks.

    Returns: Response containing information about the uploaded part
    Parameters:
    Name Type Attributes Default Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the content object draft

    data File | ArrayBuffer | Buffer

    Data to upload

    chunkSize number <optional>
    1000000

    (1MB) - Chunk size, in bytes

    encryption string <optional>
    none

    Desired encryption scheme. Options: 'none (default)', 'cgck'

    Examples
    async UploadPart({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__j7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "writeToken": "tqw_7cAHPxjed35QVwYiDaW9mwqd7YjzHWvuY",
      "data": "<ArrayBuffer 101254>",
      "encrypted": false
    });
    
    
    {
      "content": {
        "id": "iq__j7EQhpEXmLhVjynsCtGJ9Nxnx6X",
        "write_token": "tqw_7cAHPxjed35QVwYiDaW9mwqd7YjzHWvuY",
        "type": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL"
      },
      "part": {
        "hash": "hqp_97acrTzL3kEEQfu8UCLS4EcShUv7eMyozWF1s5Rmi1HLTa3o",
        "size": 101254
      }
    }
    async UploadPart({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_7tk7chq1AQ93VPKo4Yhb6knJqC7EoTUB8",
      "data": "<ArrayBuffer 100000>"
    });
    
    
    {
      "content": {
        "id": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
        "write_token": "tqw_7tk7chq1AQ93VPKo4Yhb6knJqC7EoTUB8",
        "type": "hq__AoYY7jhnmMYJSjGTWeXq3aJUhgHAS2463PYqdW5BVUVU5rNXmoo4bM5YgjV7ycP4MAG9hGhcJD"
      },
      "part": {
        "hash": "hqp_5b3v6fKs2v4XqNCLwAWXj1q5Dkh8TUk5BNVZX1tVBHihrDRX",
        "size": 100000
      }
    }
    async UploadPart({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_eWdYYX6Znpb7rdqbdmxwbGRwc79C14H7",
      "data": "<ArrayBuffer 100000>",
      "encryption": "cgck"
    });
    
    
    {
      "content": {
        "id": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
        "write_token": "tqw_eWdYYX6Znpb7rdqbdmxwbGRwc79C14H7",
        "type": "hq__AoYY7jhnmMYJSjGTWeXq3aJUhgHAS2463PYqdW5BVUVU5rNXmoo4bM5YgjV7ycP4MAG9hGhcJD"
      },
      "part": {
        "hash": "hqpeDiLbZuBWHuLZBboHiCVCDRPA6FZMJxxTzRU7BoSoRqBG6vCV",
        "size": 102657
      }
    }
    Source:

    async UploadPartChunk({
    libraryId,
    objectId,
    writeToken,
    partWriteToken,
    chunk,
    encryptionoptional
    })
    → Promise.<string>

    Upload data to an open part draft

    Returns: The part write token for the part draft
    Parameters:
    Name Type Attributes Default Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the content object draft

    partWriteToken string

    Write token of the part

    chunk ArrayBuffer | Buffer

    Data to upload

    encryption string <optional>
    none

    Desired encryption scheme. Options: 'none (default)', 'cgck'

    Examples
    async UploadPartChunk({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__j7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "writeToken": "tqw_7cAHPxjed35QVwYiDaW9mwqd7YjzHWvuY",
      "partWriteToken": "tqpwNhKyBUScozKJSNko724VgaU4HsEwgE2pD",
      "chunk": "<ArrayBuffer 101254>",
      "encryption": "none"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_7tk7chq1AQ93VPKo4Yhb6knJqC7EoTUB8",
      "partWriteToken": "tqpwJ8hKqM4dNbspiq9EJg77jt7Y1nL7aZzQH",
      "chunk": "<ArrayBuffer 100000>",
      "encryption": "none"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_eWdYYX6Znpb7rdqbdmxwbGRwc79C14H7",
      "partWriteToken": "tqpwHimoa8ALyTWXhhWZjyt2z4rF73WCxbATw",
      "chunk": "<ArrayBuffer 100000>",
      "encryption": "cgck"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_29uXUboDch3qXainuXVfxwA8jmAyw2soq",
      "partWriteToken": "tqpw6xVH1yVSLswGFJJazrKd8wPCjNfia8gdv",
      "chunk": "<ArrayBuffer 10000>"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_29uXUboDch3qXainuXVfxwA8jmAyw2soq",
      "partWriteToken": "tqpw6xVH1yVSLswGFJJazrKd8wPCjNfia8gdv",
      "chunk": "<ArrayBuffer 10000>"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_29uXUboDch3qXainuXVfxwA8jmAyw2soq",
      "partWriteToken": "tqpw6xVH1yVSLswGFJJazrKd8wPCjNfia8gdv",
      "chunk": "<ArrayBuffer 10000>"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_29uXUboDch3qXainuXVfxwA8jmAyw2soq",
      "partWriteToken": "tqpw6xVH1yVSLswGFJJazrKd8wPCjNfia8gdv",
      "chunk": "<ArrayBuffer 10000>"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_29uXUboDch3qXainuXVfxwA8jmAyw2soq",
      "partWriteToken": "tqpw6xVH1yVSLswGFJJazrKd8wPCjNfia8gdv",
      "chunk": "<ArrayBuffer 10000>"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_29uXUboDch3qXainuXVfxwA8jmAyw2soq",
      "partWriteToken": "tqpw6xVH1yVSLswGFJJazrKd8wPCjNfia8gdv",
      "chunk": "<ArrayBuffer 10000>"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_29uXUboDch3qXainuXVfxwA8jmAyw2soq",
      "partWriteToken": "tqpw6xVH1yVSLswGFJJazrKd8wPCjNfia8gdv",
      "chunk": "<ArrayBuffer 10000>"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_29uXUboDch3qXainuXVfxwA8jmAyw2soq",
      "partWriteToken": "tqpw6xVH1yVSLswGFJJazrKd8wPCjNfia8gdv",
      "chunk": "<ArrayBuffer 10000>"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_29uXUboDch3qXainuXVfxwA8jmAyw2soq",
      "partWriteToken": "tqpw6xVH1yVSLswGFJJazrKd8wPCjNfia8gdv",
      "chunk": "<ArrayBuffer 10000>"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_29uXUboDch3qXainuXVfxwA8jmAyw2soq",
      "partWriteToken": "tqpw6xVH1yVSLswGFJJazrKd8wPCjNfia8gdv",
      "chunk": "<ArrayBuffer 10000>"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_6pjm3DE8dhS5KJNfE4nYHXeNhoDPNQryb",
      "partWriteToken": "tqpw9RK9x8RSWFb7n6YeGN82kxt6No2SNniMS",
      "chunk": "<ArrayBuffer 10000>",
      "encryption": "cgck"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_6pjm3DE8dhS5KJNfE4nYHXeNhoDPNQryb",
      "partWriteToken": "tqpw9RK9x8RSWFb7n6YeGN82kxt6No2SNniMS",
      "chunk": "<ArrayBuffer 10000>",
      "encryption": "cgck"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_6pjm3DE8dhS5KJNfE4nYHXeNhoDPNQryb",
      "partWriteToken": "tqpw9RK9x8RSWFb7n6YeGN82kxt6No2SNniMS",
      "chunk": "<ArrayBuffer 10000>",
      "encryption": "cgck"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_6pjm3DE8dhS5KJNfE4nYHXeNhoDPNQryb",
      "partWriteToken": "tqpw9RK9x8RSWFb7n6YeGN82kxt6No2SNniMS",
      "chunk": "<ArrayBuffer 10000>",
      "encryption": "cgck"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_6pjm3DE8dhS5KJNfE4nYHXeNhoDPNQryb",
      "partWriteToken": "tqpw9RK9x8RSWFb7n6YeGN82kxt6No2SNniMS",
      "chunk": "<ArrayBuffer 10000>",
      "encryption": "cgck"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_6pjm3DE8dhS5KJNfE4nYHXeNhoDPNQryb",
      "partWriteToken": "tqpw9RK9x8RSWFb7n6YeGN82kxt6No2SNniMS",
      "chunk": "<ArrayBuffer 10000>",
      "encryption": "cgck"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_6pjm3DE8dhS5KJNfE4nYHXeNhoDPNQryb",
      "partWriteToken": "tqpw9RK9x8RSWFb7n6YeGN82kxt6No2SNniMS",
      "chunk": "<ArrayBuffer 10000>",
      "encryption": "cgck"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_6pjm3DE8dhS5KJNfE4nYHXeNhoDPNQryb",
      "partWriteToken": "tqpw9RK9x8RSWFb7n6YeGN82kxt6No2SNniMS",
      "chunk": "<ArrayBuffer 10000>",
      "encryption": "cgck"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_6pjm3DE8dhS5KJNfE4nYHXeNhoDPNQryb",
      "partWriteToken": "tqpw9RK9x8RSWFb7n6YeGN82kxt6No2SNniMS",
      "chunk": "<ArrayBuffer 10000>",
      "encryption": "cgck"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilibj7EQhpEXmLhVjynsCtGJ9Nxnx6X",
      "objectId": "iq__3y1wycA5BSZHrHEvWHVeWr7xzZsF",
      "writeToken": "tqw_6pjm3DE8dhS5KJNfE4nYHXeNhoDPNQryb",
      "partWriteToken": "tqpw9RK9x8RSWFb7n6YeGN82kxt6No2SNniMS",
      "chunk": "<ArrayBuffer 10000>",
      "encryption": "cgck"
    });
    
    
    <No Return Value>
    Source:

    async UseRegion({region}) → Promise.<Object>

    Update fabric URLs to prefer the specified region.

    Note: Client must have been initialized with FromConfiguration

    Returns: An object containing the updated fabric and ethereum URLs in order of preference
    Parameters:
    Name Type Description
    region string

    Preferred region - the fabric will auto-detect the best region if not specified

    • Available regions: na-west-north na-west-south na-east eu-west
    Source:

    async VerifyContentObject({
    libraryId,
    objectId,
    versionHash
    })
    → Promise.<Object>

    Verify the specified content object

    Returns: Response describing verification results
    Parameters:
    Name Type Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    versionHash string

    Hash of the content object version

    Example
    async VerifyContentObject({
      "libraryId": "ilibSJ8iYvzKwShsfVhU3pH8CJDwuMX",
      "objectId": "iq__3SJTyndAy3kCDpbfe2R19qMDHrQg",
      "versionHash": "hq__QmYRRkkwghdhksw3pcnNwhjKQWCkWowDwMY7Kg21ZU1nf8"
    });
    
    
    {
      "hash": "hq__QmYRRkkwghdhksw3pcnNwhjKQWCkWowDwMY7Kg21ZU1nf8",
      "qref": {
        "valid": true,
        "hash": "hqp_QmYRRkkwghdhksw3pcnNwhjKQWCkWowDwMY7Kg21ZU1nf8"
      },
      "qmd": {
        "valid": true,
        "hash": "hqp_QmQNGx4dX7eiQbBffXtrDd6Xg13osamJCVujxVLym5y6SU",
        "check": {
          "valid": true,
          "invalidValues": []
        }
      },
      "qstruct": {
        "valid": true,
        "hash": "hqp_QmTF5DchL9iNLvtuD4h1W8ZBDZcvPzKePxvzGQfNDUdvdm",
        "parts": []
      },
      "valid": true
    }
    Source: